2014.1 - Appearance of scripts is incorrect

There are visual errors in various scripts when using them with the new 2014.1 update. Key example - the 'Immigration' script. A major part of this script's UI is a large white text list area where the user is able to import multiple sequences at the same time.
In 2014.1 this text area is dark grey - almost the same grey colour as the main script bg colour itself, while there is an un-needed white area above the text box. The first time I used the script I couldn't even see the text box.
I didn't see this in the list of known issues for 2014.1. Why was this not picked up on before release? It should not be necessary for 3rd party developers to have to recompile scripts and users to have to update their script libraries for a .1 release!
I am not attempting to be over-the-top negative, I just want my feedback to be heard by the relevant people:
please do not release an update for the software until it's ready. Trying to use 2014.1 is a real mess with all these very noticeable issues! Adobe already has tonnes of people roped into subscription, they are not going to mind waiting a month extra for stability. If it's not recommended to download an update, it shouldn't be announced as 'ready to download'. It should be labeled 'beta pre-release'.

I had thought this would be the answer to my own issue, but sadly it is not. I have a script that has 10 buttons on it, in two columns. The dockable script, no matter in legacy mode or not, now cuts off the bottom two buttons and clips the right column. I've also noticed this behavior in some of Conform Studios scripts that I also use. The funny thing is, the panels render properly on my desktop, which was upgraded from 2014 to 2014.1, but on my laptop where 2014.1 was installed natively, they do not.
Any thoughts? Below is my code.
function runScript(thePath){
$.evalFile(File(thePath));
function clickBtn550(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_550.jsxbin";
    runScript(thePath2);
function clickBtn1024(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_1024.jsxbin";
    runScript(thePath2);
function clickBtn1408(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_1408.jsxbin";
    runScript(thePath2);
function clickBtn1536(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_1536.jsxbin";
    runScript(thePath2);
function clickBtn1920(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_1920.jsxbin";
    runScript(thePath2);
function clickBtn2048(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_2048.jsxbin";
    runScript(thePath2);
function clickBtn2560(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_2560.jsxbin";
    runScript(thePath2);
function clickBtn4096(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_4096.jsxbin";
    runScript(thePath2);
function clickBtn8192(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_8192.jsxbin";
    runScript(thePath2);
function clickBtnHELP(){
    var thePath2 = File($.fileName).path + "/Dome3D/domemaster_overlay_help.jsxbin";
    runScript(thePath2);
function myScript(thisObj){
     function myScript_buildUI(thisObj){
         var myPal = (thisObj instanceof Panel) ? thisObj : new Window("palette", "DomeMaster Overlay", undefined, {resizeable:true});
         var myResource = "group{orientation:'row', alignment:['fill', 'fill'], alignChildren:['fill', 'fill'],\
        groupOne: Group{orientation:'column',alignment:['fill', 'fill'], alignChildren:['fill', 'fill'],\
            myButton550: Button{text:'550'},\
            myButton1024: Button{text:'1024'},\
            myButton1408: Button{text:'1408'},\
            myButton1536: Button{text:'1536'},\
            myButton1920: Button{text:'1920'},\
        groupTwo: Group{orientation:'column',alignment:['fill', 'fill'], alignChildren:['fill', 'fill'],\
            myButton2048: Button{text:'2048'},\
            myButton2560: Button{text:'2560'},\
            myButton4096: Button{text:'4096'},\
            myButton8192: Button{text:'8192'},\
            myButtonHELP: Button{text:'HELP'},\
myPal.grp = myPal.add(myResource);
//Setup Panel Sizing
    myPal.layout.layout(true);
    myPal.grp.minimumSize = myPal.grp.size;
//Make the Panel resizable
    myPal.layout.resize();
    myPal.onResizing = myPal.onResize = function(){this.layout.resize()}
//Click Buttons
    myPal.grp.groupOne.myButton550.onClick = clickBtn550;
    myPal.grp.groupOne.myButton1024.onClick = clickBtn1024;
    myPal.grp.groupOne.myButton1408.onClick = clickBtn1408;
    myPal.grp.groupOne.myButton1536.onClick = clickBtn1536;
    myPal.grp.groupOne.myButton1920.onClick = clickBtn1920;
    myPal.grp.groupTwo.myButton2048.onClick = clickBtn2048;
    myPal.grp.groupTwo.myButton2560.onClick = clickBtn2560;
    myPal.grp.groupTwo.myButton4096.onClick = clickBtn4096;
    myPal.grp.groupTwo.myButton8192.onClick = clickBtn8192;
    myPal.grp.groupTwo.myButtonHELP.onClick = clickBtnHELP;
    return myPal;
    var myScriptPal = myScript_buildUI(thisObj);
    if((myScriptPal != null) && (myScriptPal instanceof Window)){
            myScriptPal.center();
            myScriptPal.show();    
myScript(this);

Similar Messages

  • CC 2014 nik efex - My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either

    My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either.  Help with this?

    BINGO !!!!
    Thanks so much Woodsroad. I had the exact same problem with my Dell Windows 7 64 bit with AMD Radeon 6700 Video card.
    All the video tests passed with flying colors.
    The sniffer rename trick fixed the problem.
    Thank goodness for the internet!

  • While opening firefox or any page adialogue box appear " [java script application] An error occured throwing an exception" -what to do

    i am using vista sp1, recently while opening Firefox or any link within it a dialogue box appear " [java script application] An error occured throwing an exception" . however both cancelling or accepting opens the link or firefox but its nagging plz help
    == This happened ==
    Every time Firefox opened
    == few days ago

    The code is not working because you made a mistake somewhere, duh! So figure out what (hint: firefox javascript console, it's your friend) and fix it!
    And next time when you post code: use the [ code ]  tags to pretty format your code, as it is now it's unreadable.
    http://forum.java.sun.com/help.jspa?sec=formatting

  • Scripts not Appearing Under "Scripts" in Menu

    I have been going crazy trying to get my custom scripts to appear in the "Scripts" menu item under "File" in Illustrator CS4. I've tried placing them in Presets > Scripts, I've tried creating a folder under "Plug-Ins" called "Scripts" and placing them there, and several other places in an attempt to find anything that will work, but so far nothing has. I've also tried deleting the Illustrator Prefs but that didn't help. Has anybody encountered this problem before?

    I have exactly the same problem.
    For example, one of my scripts is called IA_tile_1.jsx.
    Under my scripting menu I have:
    ExportDocAsFlash
    Flex Skins
    LiveTrace
    SaveDocAsPDF
    SaveDocAsSVG
    Other Script
    After reading the comments here I tried coping it into C:\Program Files\Adobe\Adobe Illustrator CS4\Presets from C:\Program Files\Adobe\Adobe Illustrator CS4\Scripting, but this made no change.
    The other thing I find confusing is Usually when I open a script it defaults to C:\Program Files\Adobe\Adobe Illustrator CS4\Scripting. However sometimes it defaults to C:\Users\windowsdomainname\My Documents. As windows handles this as a library which is a top level windows container, not as a subdirectory of the directory c:\Users\windowsdomainname\ I can't just up two folders and start tracing my way back down the directory tree. I have to wait a while while all my network locations are enumaterated until I can finally select C:\, then navigate down from the root again. Thats kind of a gripe because, from the free scripts for Illustrator I have looked at, very few of them seem to genuinely save time for the user or even perform something that can't be easily done with more control via freehand. You would think with all of this stuffing around it would generally be quicker than just performing the job of the script by hand rather than trying to locate such a deeply nested folder than can't default consistently to the same folder. The only reason I'm perservering here is because Illustrator seems to lack a tool that I honestly thought was kind of the reason you would write a program like Illustrator: for the ability to array items and tile items like a grid. Maybe be able to specify by pixel the location of the object. Well, it turns out Illustrator can't be used like this at all unless you write a custom script to handle it, but then it seems to make you jump lots of hoops to get it to show up in the scripting menu or to get the "other scripts" to consistently default to the same folder.
    So what causes that default script folder to change. Sometimes in a matter of seconds between consequtive runs on a script?
    And how do we get our custom scripts to show up in the scripts menu so we don't have to click "Other Scripts" to begin with?

  • Larger Document Appears Black and Displays Incorrectly

    Hello,
    I have just purchased Web Premium CS4. Photoshop CS4 Extended was included with the package and I installed and ran it. Sadly any large document I tried to open appears black and sometimes when I zoom in partly displays with random black lines through it. I have checked my system's specs and they all match up with the requirements. I am running Vista SP1 on a Dell computer. I have read all the knowledge base articles relating to this matter and have done everything they said (including disabling OpenGL, etc.) but still the problem continues. Is there any way or patch/addon to fix this?
    Thank You So Much,
    Bailey

    Do they open up in other images manipulation software packages? Try CS3 if you have it.
    What size, format (psb, tiff, etc) are they?
    I've only experienced what you say with corrupt files...I hope that's not the case here.

  • Nested PowerShell script loads incorrect assembly

    I have a Powershell script that is being used to provision Azure resources.
    Let us call this script A.
    In this script I invoke another script called Script B.
    I use a statement like this:
    .\scriptb  param1 param2 param3 param4
    Inside Script B
    I have the following code that loads Microsoft.Servicebus.dll
    Packages directory has version 2.6.0.0 of Microosft.ServiceBus.dll
        $scriptPath = Split-Path (Get-Variable MyInvocation -Scope 0).Value.MyCommand.Path
        $packagesFolder = (Split-Path $scriptPath -Parent) + "\packages"
        $assembly = Get-ChildItem $packagesFolder -Include "Microsoft.ServiceBus.dll" -Recurse
        Add-Type -Path $assembly.FullName
    Assembly is loaded successfully.
    If  I invoke .\ScriptA which in turn calls Script B for some reason a very old version of Microsoft.ServiceBus.dll is loaded.
    However If I invoke ScriptB directly the PowerShell command prompt correct version of Microsoft.ServiceBus.dll is loaded.
    In each case exact same code is being executed. However for some reason calling the ScriptB directly seems to work but calling it from ScriptA  loads the wrong version of Microsoft.ServiceBus.dll
    What is difference between calling a script from Powershell command prompt as compared with calling it from another script.
    I am hoping somebody can help me debug this issue.
    Thanks
    Raj
    Integration Architect

    Thanks for making the suggestion.
    I did print the packagesFolder and scriptPath as you suggested.
    Correct path is printed in either case. Assembly is also loaded in both cases
    However for some reason a very old assembly is loaded when I call scriptb from scripta.
    Write-Output "Adding the [Microsoft.ServiceBus.dll] assembly to the script..." 
        $scriptPath = Split-Path (Get-Variable MyInvocation -Scope 0).Value.MyCommand.Path
        Write-Host "SCRIPTPATH:$scriptPath" -fore green
        $packagesFolder = (Split-Path $scriptPath -Parent) + "\packages"
        Write-Host "PACKAGE:$packagesFolder" -fore green
        $assembly = Get-ChildItem $packagesFolder -Include "Microsoft.ServiceBus.dll" -Recurse
        Add-Type -Path $assembly.FullName
        Write-Output $assembly.FullName 
        Write-Output $assembly.VersionInfo
        Write-Output "The [Microsoft.ServiceBus.dll] assembly has been successfully added to the script." 
    ====== script output ==================
    Adding the [Microsoft.ServiceBus.dll] assembly to the script...
    SCRIPTPATH:C:\Projects\Fusion\DACCAR POC\src\Provisioning
    PACKAGE:C:\Projects\Fusion\DACCAR POC\src\packages
    C:\Projects\Fusion\DACCAR POC\src\packages\WindowsAzure.ServiceBus.2.6.5\lib\net40-full\Microsoft.ServiceBus.dll
    Comments           :
    CompanyName        : Microsoft Corporation
    FileBuildPart      : 50410
    FileDescription    : Microsoft.ServiceBus.dll
    FileMajorPart      : 2
    FileMinorPart      : 6
    FileName           : C:\Projects\Fusion\DACCAR
                         POC\src\packages\WindowsAzure.ServiceBus.2.6.5\lib\net40-full\Microsoft.ServiceBus.dll
    FilePrivatePart    : 0
    FileVersion        : 2.6.50410.0
    InternalName       : Microsoft.ServiceBus
    IsDebug            : False
    IsPatched          : False
    IsPrivateBuild     : False
    IsPreRelease       : False
    IsSpecialBuild     : False
    Language           : English (United States)
    LegalCopyright     : Copyright (c) Microsoft Corporation. All rights reserved.
    LegalTrademarks    : Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in
                         the U.S. and/or other countries.
    OriginalFilename   : Microsoft.ServiceBus.dll
    PrivateBuild       :
    ProductBuildPart   : 50410
    ProductMajorPart   : 2
    ProductMinorPart   : 6
    ProductName        : Microsoft® Service Bus
    ProductPrivatePart : 0
    ProductVersion     : 2.6.50410.0
    SpecialBuild       :
    The [Microsoft.ServiceBus.dll] assembly has been successfully added to the script.
    Integration Architect

  • ABAP Script value incorrectly reflected in ADOBE form interface.

    Hi ,
    I have an issue. In ABAP Script, the unit of measure value for VBDPL-VRKME is 'STK'. But it is printed as 'EA' in ADOBE form.
    Would you please suggest me an idea to fix this issue as I am new to SAP not much aware of fixing issues other than debugging.
    Best Regards

    Go to SE11 for table  VBDPL.  Find field VRKME and double-click the data element.  Then double-click the domain...MEINS.  You'll note that MEINS has the CONVERSION routine populated.   After you do a read on the database, call the conversion routine Function module (double-click the conversion field to get the name) to convert the database value to the display value.  This is what SAP programs do when there is a conversion routine...  In this case, you'll probably find that the EA is correct because 'EA' is likely the user-display value for database value STK.
    Edited by: BreakPoint on Oct 1, 2010 9:25 PM

  • When start firefox, error message appears (Java Script Application) "Cannot load xml rules - no root nod"e

    Cannot load xml rules - no root node

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Bug: "COMMENT ON COLUMN" script generated incorrectly

    SQL developer can generate table script when select SQL tab from a Table.
    I set the Tool->Preferences->Database->ObjectViewer Parameters->Uncheck "Show Schema". I expected no any schema prefix in any script, but I still got schema prefix show in "COMMENT ON COLUMN" statement.
    a bug?
    Tao

    Hello Joop,
    thanks for the update. I'm looking forward to the final release, then.
    Best regards,
    Blama

  • My Album covers appear on My IPOD incorrectly.

    My album covers are all correct on my computer, but they display incorrectly on my IPOD.

    Yep mine is doing exactly the same thing. I've been working for the last several months putting my mp3 collection together and finally uploaded it all to my brand new ipod this past weekend and noticed that every 3 songs or so the album artwork is incorrect. I'm thinking it's some type of bug that Apple needs to correct with this model because I've taken everything off and put it back on several times and I"ve played with the "display artwork" button and I've even restored the pod and to no avail it's still screwed up!

  • TS3212 Apple appear to have an incorrect version of my email(one letter too many) I have tried many times but there does not seem to be any simple way of correcting this. I have now given them a new hotmail address to enable me to use the apps. Ive update

    Problem as outlined above now changed to using a new hotmail address but this address appears to preclude access to my existing itunes purchased library content?
    Are there any simple solutions to these problems?

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • Bridge CS3 -- Incorrect label text string appears

    I've successfully changed the text string for the labels on four of the five "color" labels by choosing Preferences/Labels.  The 5th label (red/6) shows the correct text I would like to use in the preferences window.  But when I when I right click on a photo and point to label, the incorrect text string appears as a choice, one that does not show up in the preferences/label window.  Same incorrect text string appears when I choose label in the Bridge task bar at the top of the screen.  And, if I do choose the incorrect text stringed label by right clicking or choose label, hoping that it will remember the correct text string appearing in preferences, the incorrect text string is used and appears to the left of the bridge window under label, when I am viewing in the default view mode.  HELP!  Thanks.

    The first thing to try is trashing your Bridge preferences by holding down the Option key as you launch Bridge.

  • Scripted pattern fill broken in last 2014 update?

    Is there something wrong with my last october 2014 update? The scripted scripted pattern fill no longer works as it should...
    Win 7 64 Pro.

    1. It has less items than in earlier version eg no trees
    2. It fills the subject with the "standard" fills not the chosen scripted fill. For instance if I choose bricks I get the bubbles with more or less faint outlines of what could be vaguely recognised as bricks.   

  • Downloaded photos appear incorrectly in browser.

    When I download my photos they appear in the browser incorrectly. For example most of my photos are portrait style but the result after the download is that they appear as landscape and are all squashed to fit into the space available.When I click on a photo in the browser it eventually appears correctly in the viewer.When I have 200 + photos to look at it is most frustrating.
    Does anyone have an answer to help please?

    Thanks for that.
    I think that I have discovered the answer.
    I deleted all of the photos and redownloaded them.
    I used a card reader and when the download finished I received a message with 3 options one of which was to eject the card which I did. This time I realised that the wheel was still spinning so I waited until it stopped and then it all seemed OK.
    So it appears that you still have to wait for some sort of processing after ejecting the card.

  • "Password Incorrect" appears when trying to access voicemail

    I am not getting my voicemail. Instead, when I tap voicemail, a prompt appears which says "Password Incorrect--Enter voicemail password". I have no idea what my voicemail password is/was, so it won't let me create a new one when I go the "change password" in settings. What now?

    To reset the password for your voicemail, you can dial 611, select option 3, then option 3 again.
    You will receive a text with your reset password that is usually the last 7 digits of your phone number.
    These steps are for AT&T customers. Other carriers may different steps.
    If this does not work, contact AT&T to have the voicemail box reset.

Maybe you are looking for

  • MIR7 financial document error

    Dear All, My scenario is as following. I have 2 different vendor account numbers for the vendor. Now I have created two different PO for each vendor account. I have created Goods Receipt for that purchase order. So at that time my financial entry wil

  • Content compliance: failed during windows 8 (32 bit) App Submission?

    Content compliance: failed This test evaluates your software for content compliance with Windows Store Certification Requirements. Learn more Your app doesn't meet requirement 10.1.10. Learn more Notes from Testers: The app is about a non-Windows pla

  • TS4185 i have a macbook pro and when using FaceTime people are unable to hear me, even though i can hear them

    I have a macbook pro and when using facetime people are unable to hear me, even though i can hear them.

  • Dismiss Alerts from the Lock Screen

    I searched but couldn't find the answer i was looking for. When I get a new text message or a missed call, i get an alert on my home screen which is nice, i like that. What i would like to do is be able to dismiss that alert without sliding to unlock

  • Docs for RAW fine tuning?

    Anyone see any docs for the new RAW Fine Tuning feature? This seems very nice, but I'm not sure I understand what it's doing and when. What's Color Boost? What's Chroma Blur? When are these settings applied? IF I change the setting once does it chang