How to enable/disable preferably: "Show Start Workspace when no documents are open" via the script?

Hello, does anyone know how to disable the item 'show 'Start' workspace when no documents are open"in the General preferences (11.3 InDesign (version 2015.3) via script or command?):

screenshot1.png

I'm about to deploy several other parameters with CC2015 via script .jsx in the startup scripts folder; a parameter I did was turn off the frame of the Application (app.generalPreferences.useApplicationFrame = false ;)

I thought that this setting would hide the workspace of starting, but when the startup script runs this command, instead, I see more buggy behavior, a random window appears with the news of the workspace of departure, and then InDesign freezes completely.

See attached screenshot3.

Screen Shot 2016-04-13 at 3.39.42 PM.png

I have deploy a default file, this setting but really tried to get away from that and would like to find a way to disable this check box with a command or a script...  I searched around the object model and cannot find it.

Much obliged for all help!

app.generalPreferences.showStartWorkspace

Tags: InDesign

Similar Questions

  • I can't deselect "Show 'Start' workspace when no documents are open" because this feature has been disabled.

    I can't deselect "Show 'Start' workspace when no documents are open" because this feature has been disabled. I can't make changes in this regard. Could someone help me with this problem?

    Untitled-1.jpg

    Work on the Trial Version of Photoshop CC?

    Because this option is disabled in the Trial Version.

  • How can I get the InDesign startup window go away when no documents are open so I can see my office? Other then having to click on the red button at the top left.

    How can I get the InDesign startup window go away when no documents are open so I can see my office? Other then having to click on the red button at the top left.

    Hello Janet,.

    Your problem could be solved if you turn off YOUR Application framework in the window Menu.

    Go to window-> part of the Application.

    Kind regards

    Aditi Simard

  • How can I disable wordpad? It is when I try to open a picture or video clip.

    I'm on windows 7 and I got my laptop Feb.WordPad appeared a month ago. Help

    Change the programs that Windows uses by default:
    http://Windows.Microsoft.com/en-us/Windows7/change-which-programs-Windows-uses-by-default
    Ramesh Srinivasan . The Winhelponline Blog
    Microsoft MVP, Windows desktop experience

  • How to enable/disable cookies in Firefox for iOS?

    How to enable/disable cookies in Firefox for iOS?

    Hi Aaaassssddddffff,
    To disable or enable cookies in Firefox iOS, you need a content blocker. This is done in Safari tap Settings > Safari > block Cookies

    Focus is a nice content for devices with ios 8 and maximum blocker, this could be a nice way to block certain content, including cookies. Focus by Firefox

  • How can I see the Office when no document is open?

    In Illustrator CC, which I just upgraded to, when you close a document there indicates the workspace of 'Start' and unchecking who, in preferences, leaves you with a blank grey screen that blocks your desktop (or whatever it is behind Illustrator).  It seems to me would be a huge waste of time, especially the shortcut command-W does not close the window-no, only by clicking the red square - what!

    Is there a way to make the old behavior (with several years of muscle memory, I might add) return?  Why should I fill out my monitor with something when NO document is open?

    A thinking about it?  A quick search did not find someone saying something similar.

    ssamanen,

    We are talking about Application Framework?

  • How to enable / disable certain fields based on the value of the checkbox

    This is probably a stupid question, but I was not able to find the trivial solution (I'm fairly new to the user's BlackBerry interface)

    Example scenario:

    Screen of the user interface with two components

    box: "Run daily.

    time field: ' to hh: mm ".

    If the check box is enabled, the hour field must be activated. If the check box is not selected, the time field should be disabled.

    I wasn't able to find a simple solution. The solution is to remove all components and re-create it with different style (Field.NON_FOCUSABLE |) Field.READONLY), but there are significant drawbacks:

    1. It's pretty messy keep the current value (if the user has modified the time field and click twice on the box, I would like to have the same value and the field must be dirty)
    2. She becomes more messy when you have more complicated logic (panels inside panels that should be enabled / disabled based on all parent checkboxes)

    Any ideas?

    Thanks in advance!

    The way I handled it was to the custom methods in areas that allow me to set the disabled and then state substitute TouchEvent, NavigationMovement and NavigationClick methods to search for this variable and simply return true if it is defined. This will take care of the FieldChanged States and targeted to make them unable to be activated.

  • How to enable / disable the component af:table command button

    Hello

    I use JDev 11.1.2.4.

    I have a table that looks like this

    Action ChainCount

    button 1

    5 key

    0 key

    0 key

    I want to disable the buttons when the value in column 2 is 0.

    I tried setting off of the button property

    #{bindings. {RtnOSPickwave1.children.ChainCount.inputValue lt 1}

    #{bindings. {RtnOSPickwave1.collectionModel.bindings.ChainCount.inputValue lt 1}

    #{bindings. {RtnOSPickwave1.collectionModel.ChainCount.inputValue lt 1}

    but no luck.

    any ideas?

    Thank you

    Try then with #{rank. {ChainCount lt 1}. If it does not, after the opening of the tag.

    Dimitar

  • How to stop a query showing a popup when an error occurs?

    Hello

    Suppose that a user click on "New folder" and immediately clicks on "Show détail Popup" button prior to fill all the required fields in the records.
    What is happening is that a box of exception will be shown on the screen, asking the user to fill in the mandatory fields.
    However, it IS NOT stop the detail popup to display on the screen as well as the exception.
    Of course, I can set the property of the button to avoid the user to click on the Popup of detail, but sometimes it's not so easy, and I would have preferred a more general solution.

    Is it possible to say with some components in the .jspx Hey, "If an exception occurs here, do not display the context menu:
    <af:commandToolbarButton id="ctb2" icon=" " partialSubmit="true" text="Show Detail Popup"rendered="true">
             <af:showPopupBehavior align="endBefore" popupId="::p3" triggerType="click"/>  // this should only be triggered if there are no previous errors
    </af:commandToolbarButton>

    Hello

    I suggest that you change the launch of popup to use the tag showPopupBehavior to a solution based on Java that call you through the listener to action 'commandToolbarButton '.

    RichPopup popup = ... get handle to popup instance ...i
    
    f(my condition is met){
    
      RichPopup.PopupHints hints = new RichPopup.PopupHints();
      //set alignment hint options as explained here: http://jdevadf.oracle.com/adf-richclient-demo/docs/apidocs/oracle/adf/view/rich/component/rich/RichPopup.html
      hints.add(RichPopup.PopupHints.HINT_ALIGN_ID , ... the id ...)
      hints.add(RichPopup.PopupHints.HINT_ALIGN, RichPopup.PopupHints.AlignTypes.ALIGN_END_BEFORE);
      popup.show(hints)
    }
    

    This also fixes another bug in your implementation, which is that the popup is open when the mouse is clicked and enter a button on the toolbar button

    Frank

  • I need help! How can I stop Skype from starting automatically when I turn on my computer?

    There was formerly an option in the menu options, but I can only find a tab in the new version of windows desktop Skype connection options. I do not want to open every time I start windows. Thanks in advance

    Connect on Skype. When Skype is up and running, open tools of-> Options-> General settings. Uncheck the option: "Start Skype when I start Windows". Save the settings.

  • Starting the server managed via the Script

    In our environment Windows, we start the servers managed through the Manager of nodes, but one of our requirements must be able to start managed servers when the administrator of the server (server1) breaks down. I found a way to start the servers managed through the startManagedWeblogic scripts, but they all use the default memory, the classpath and the arguments of the default file (assuming that it becomes startWebLogic.cmd and setDomain.env files). My desirable best practice would be to create a separate server for each of my servers managed script and he's ready to run rather than hack the same file and the differences in memory, the classpath and arguments for each server entry. All in the interest of faster availability.

    So here are my questions:

    (1) I guess I'll make different copies of the startManagedWebLogic.cmd and customize the file for each of them to the memory of managed servers, arguments, and classpath?
    (2) will be customizing all files in startManagedWebLogic.cmd that I copied for each server or the startWebLogic.cmd will changes too? (I assume that anything put in custom scripts startManagedWeblogic.cmd replaces the default values in the startWeblogic.cmd)?.

    I found some useful information in the link below, but he starts from the principle that all of your managed servers have the same memory, the arguments of server startup and railways class, which is rarely true world. I thought I had a job and possible response to this to a point, but can't seem to find it. If details or links that anyone can provide that tells me how to crush the default values and the correct file to update and (b) the details in this file on where and how to upgrade the memory, arguments and classpath (a) will be rewarded largely with large amounts of points :)

    http://download.Oracle.com/docs/CD/E12839_01/Web.1111/e13708/overview.htm#i1070244

    Thank you

    "So should I add all my servers and their USER_MEM_ARGS to the setDomainEnv and then just run the standard not published startManagedWebLogic.cmd one... »

    Bingo.

    "Then, there at - it a way to have him pick up the classpath of managed servers nodemanager uses or edits the file commEnv the only way to do it?

    When you use the scripts such as startManagedWebLogic, the commEnv file is the only way.
    When you need to change the server classpath (and all the server need managed the library), you can just drop the
    jar file in the ${DOMAIN_HOME} directory / lib. Jars placed in this directory is automatically added to the system
    classpath.

    «.. . and dance at your next wedding. »

    For this, I'm going to get a divorce and the invitation will be on your doorstep in a few weeks.

  • How to access the rows in table via the script

    I have a numeric field floating in a table that is populated by a database. When the previewed image uses an example of XML file. The path to the field is:

    topmostSubform.Page.Content.Repeater.Table1.Row1.F11a

    Who got by copying the path of the script window. I have a numeric field which I hope to get the total in one day, but for debugging purposes, in the case of calculating I used the following:

    var row = topmostSubform.Page.Content.Repeater.Table1.Row1;
    Row.All.Length;

    This option displays 28 which is the correct number of lines on the page. An attempt to summarize all areas of F11a, I tried the following:

    var row = topmostSubform.Page.Content.Repeater.Table1.Row1;
    var sum = 0;
    for (var j = 0; j < row.all.length; j ++) sum line += [j]. F11a.RawValue;
    sum;

    I don't get anything with it. There is probably a script error. Could someone tell me what to do. Thank you

    Weird, I answered this afternoon, but my answer does not seem to exist!

    Search help to the title of 'Calculation of the amounts of the fields', there are examples of Javascript of the calculation of the amounts to the breast of repeating subforms which is what are the rows of the table.

    If you use Formcalc is easy enough to do with wildcards. In the search help for "execute calculations from a table" and there is a picture that shows how to use wildcards for the calculation in the tables. Basically, it's in the sense of "sum" (Table.Row [*]. Field [*])

    So in your case might run the following:

    sum (topmostSubform.Page.Content.Repeater.Table1.Row1[*].F11a[*])
    
  • HP Workspace: What plan options are available for the HP workspace?

    Hey everybody,

    Plan options are available for the HP workspace?

    Thank you

    Bill

    HP workspace is a service of application with the application testing virtualization and delivery provided trained HP Workspace Service Desk officers lighten the load for a client by THIS group. HP workspace is available in two service options - essential and Premium.

    Essential is a great solution for organizations that have the most mobile that need to be in "desktop mode" using Windows or the Web for business applications of less than a few hours a day. Premium provides additional virtualized applications, more cloud computing power and overtime for the users who need to use applications in desktop mode more frequently. With each service, there is an integration of VPN service option (sold separately). The VPN service allows a secure access to data and databases behind the corporate firewall.

    Plan options HP workspace at a glance:

    Essential

    Premium

    The Service module

    Monthly usage (per user)

    40 hours

    80 hours

    integration of VPN 1 year

    Cloud (per user), the processing power

    VCPU dedicated

    VCPU dedicated

    Licensure is through gateway VPN - no per user

    RAM to the virtual machine (per user)

    4 GB OF RAM

    8 GB RAM

    Virtualized applications

    ≤10

    Unlimited

    The application analytics

    Detailed usage reports

    Support

    Incident and Monday to Friday deployment support[1]

    Mon - Fri deployment and incident support.7

  • How can I download my voice recorder pen when my computer can not detect the device?

    Plug the usb cord, I can't have windows to open, if I can download what has been recorded.

    Hello

    Other USB devices are detected on the computer?

    Try to connect the device to a different port or another computer and check if it is detected.

    Check if the device is detected in Device Manager.

    To open Device Manager:
    a. click on start and then Control Panel.
    b. click the performance and Maintenance link.
    Note: If you see the classic view of the Control Panel, you will not see this link. Simple, double-click on the system icon and go to step 4.
    d. in the performance and Maintenance window, click the icon at the bottom of the window.
    e. in the System Properties window, click the Hardware tab.
    f. with the selected hardware tab, click Device Manager.

  • Expects only a dict object and this document enabled extended features...  When you try to open in Reader/Acrobat/Designer

    All of a sudden get these errors when trying to open a PDF file, we used before.  Oddly enough, it will open in the edge browser and Chrome OK but not IE11 or an earlier version.  Acrobat or Reader (have tried DC and XI and X).

    File is here:

    http://www.filedropper.com/blacksburghopechapel

    The PDF file is damaged. The last update that was made did introduce this problem. The reason why you don't see this with edge or Chrome, it is that these two browsers come with their own PDF viewers. The document has been created in LiveCycle Designer, which means that it is an XFA form and not a 'normal' PDF form Print edge and Chrome will only display (and therefore treat) the static part of the XFA form, while Acrobat or Reader will look at all the information in the file.

    You can restore the previous version of the file by opening it in a binary editor, then search from the end of the file for the next to last %% EOF (there is one in the last line, you want to get right before that), and then delete anything after that the next to last %% EOF and save it under a new file name. You can now open this newly created file, which will be anything but the last update in it.

    Do you know what software was used to update the file just before he showed these errors?

Maybe you are looking for

  • Atheros Driver for DV7-1245dx.

    Hello, I recently had a failure of the HD on a DV7 1245dx. Put in a new HD and install Vista Home Premium 32 bit, I went to the HP website to solve my driver problems. All the drivers seem to be working fine except for one problem. HP does not have m

  • Logic Pro does not work with Yosemite?

    I bought Logic Pro 9 earlier and have since upgraded to Yosemite and now will not work Logic 9 - How can I change that it is compatible with Yosemite? Thank you

  • I can't delete the photos that have been sent to the iphone after upgrading to 9.2

    When I start the 9.2 update, the back up has started downloading the pictures from my imac to my phone. I stopped the backup, but those who forced wasn't in the camera where I can remove them. They are new albums and when I select that the trash grey

  • The search in a table 2d-coordinates for the point of click

    I'm doing a VI that creates a layer of 2d points on an image imported (as pictured). These points are generated by a Subvi, which simply draws points over and over again (based on the 3 selections of initial angle). All the coordinates of the points

  • Download for FSX using Vista

    Dear experts, please help. My first love of game is Microsoft FSX and I started with a laptop running Windows XP operating system and found it easy to download airplanes from sites Web de Sim vol. I got the chance to upgrade my standard gaming with W