How to set the visibility of the layer on the initial view?

I created some shapes that have multiple layers in them. They are several pages long. Page 1 there are 3 radio shows buttons... it selects the appropriate user type and begins running the correct layer and turns off the other layers. Unfortunately, if they go to page 2, before clicking on one of the butttons, they see all layers at once, and it's a confused mess.

Is there a way to set the default layer visibility so that when you open the PDF file, it only shows the layer I want it? I don't find it in the initial view settings.

Thanks in advance for any help provided!

Yes, you can use a script to document level to set the State of the OCG, Optonal content group or layer, States up-front objects.

var nOCG = 0; number of BCG for display

all leave OCGS

SOWC var = this.getOCGs ();

SOWC [0].initState.constants.states.off;

Activ a BCG for initial view

SOWC [nOCG].initState.constants.states.on;

Tags: Acrobat

Similar Questions

  • How to set the initial value programmatically in af:selectOneChoice

    Hi all

    How to set the initial value programmatically in af:selectOneChoice

    filled with view object instance, but I want to show the value initial programmactically

    This can help you: Re: how to set the default value of the component selectOneChoice in ADF

    and the default af:selectOneChoice programmatically from backing bean

  • Is it possible to set the "initial view" a PDF document when you save from Illustrator?

    Is it? (I have not Acrobat)

    Thanks if anyone can help.

    T

    No, it is defined by the user in the Acrobat preferences or by setting the initial view in Acrobat, but not to HAVE.

  • How to set the initial state to hide/show buttons on opening PDF files?

    InDesign offering a wonderful object multi-state capacity which unfortunately does not work in PDF files. It took a bit of research for me to come with this information, the UI program itself gives indications that this should work. (Why not maybe another forum of discussion.)

    So, I create an interactive PDF using buttons to hide/show specific paragraphs (which are also implemented as buttons because only the buttons and forms can be hidden or shown, AFAIK).

    I've set up a PDF created via InDesign using the six control keys and seven paragraphs - one of these paragraphs is the initial state that I want to see when the document is opened. As long as the PDF file that I create is distributed, that's how it works: an initial paragraph appears, buttons can be clicked and the stuff of Heroes appears the mark.

    However, a colleague thoughtfully saved the PDF file (so it could rename something more to his liking). When he does this, he left one of the displayed subsidiary paragraphs, rather than the initial paragraph I intended... and of course, this is the version that came out to the customer.

    Question: Is there a way to set the initial state to hide/show buttons when a PDF document is opened first, regardless of the State in which he could let or saved? I guess it's sort of ON OPEN event that would allow me to define an initial state as a safety net to the way I save the original document. Obviously, the PDF AS I DELIVER IT will pave the way, I want it, but I'm trying to overcome the appearance of the Murphy's law of a document that can be re-recorded in another State. An event which OPENED on that cure.

    Thank you.

    in this case you would have been better if you had locked the PDF file in order to prevent changes ANDS record as actions...

  • How to set the initial directory

    Using the element "FileChooser' in JavaFX 2.0. How can you properly set the initial directory?

    In Swing, you follow these steps:
    JFileChooser Choose = new JFileChooser();
    Choose.setCurrentDirectory(new File("."));
    But in JavaFX:
    Choose.setInitialDirectory(new File("."));
    doesn't work and causes JavaFX to bomb out when this code is triggered.

    Published by: 863626 on October 30, 2011 05:30
    javafx.stage.FileChooser choose = newjavafx.stage.FileChooser();
     File d = new File(getClass().getResource(".").getFile());
    choose.setInitialDirectory(d);
    
  • How to set the initial value of the same value as the Page loading of SelectOneMenu

    Hello

    I noticed that in my value = "#{bean.selectedItem page}" of selectonemenu is always null when loading the page and because of that there is a difference in the initial value and the value sent as valuechangelistener is shot because of this difference, I don't want to happen. "

    I call the method to load the values into selectonemenu in the constructor of my bean.

    How can I make sure that the initial value is always the same as the value at the time of page load so that valuechangelistener would not fire unless the user changes the options in selectonemenu. Because of this problem I am facing a lot of issues like valuechangelistener is going to get fired.

    Any help is much appreciated.

    Thank you

    Yes, you will need to find a way to set the value before the creation of the part of the view. Generally, there are two ways. There are at least two ways, I tend to use:

    (1) loading deferred; you would get a Get accessor like this method:

    public String getValue(){
      if(value == null){
        // code here to get value from wherever
      }
    
      return value;
    }
    

    (2) initialize properties in a method annotated with @PostConstruct in your backing bean

    @PostConstruct
    public void initialize(){
      value = whatever;
    }
    

    Hope that helps you. If this isn't the case, so I totally misunderstood you and you try to explain more clearly what your problem is.

  • How to set the initial focus to the second field?

    Hello

    I created one for the user to enter data.
    The first field of the form has a default value.
    Therefore, when the screen is rendered, I would like to put the cursor in the second field for the user to enter data.

    How can I do this?

    Thank you

    Gabor

    Ahh and now for points...

    Set the display of Page attributes > focus cursor "do not carry the cursor".

    This allows your javascript to run.

    Gus...

    You can reward this answer by marking as being useful or correct ;-)

  • How to set the keyboard Viewer in a language other than the main keyboard?

    is it possible to set the keyboard to the screen the viewer into another language (German) than the main (English) keyboard as an easy way to use the keyboard Viewer to make the German characters and umlauts while typing with the keyboard layout English on the main computer keyboard? Use the new Macbook with the latest OSX. Thanks for any advice.

    Visualizer keyboard can reflect only your current layout.

    But type German characters with the English keyboard layout is extremely easy.  Just hold down the key of the basic letter and select the version accentuated in the context menu that appears.  Or use the standard option key shortcuts

    http://symbolcodes.TLT.PSU.edu/accents/codemac.html

  • How to set the initial value for a single radiobutton in a group of Radio buttons

    Hi all

    I have a radiogroup with 3 buttons. The names of the RadioGroup are driven out of a XXVO.

    3 Radion buttons:

    + 9
    * XX
    * XXX

    When loading the Page I want to make an XXX option button to be the default, please suggest how.

    Note: The radiobutton values come from VO

    Thank you

    Hello

    XXCONTACT_ADDR_BUTTON1 - is the value of the radio button to select the right...

    Very well.. :))

    Concerning
    Meher Irk

  • How to set the initiator

    We have a process that uses the process creation activity to start another process. When that other process is created, it doesn't have the initiator as the user who created the parent company. It includes automatic Manager as the initiator. We want to set up a view that displays processes created by the reqeustor. I know that this can be done by using the condition where initiator = CurrentUser. In this case it will not work. Any ideas?

    Hello

    You will not be able to define the predefined variable creation, but you can create a project variable new string "initiator". If you choose the name of the participant that you create the instance, you will be able to create a view of this project variable.

    Hope this helps,
    Dan

  • How to set the initial position of the window and the size of a CHM file to RoboHelp 2015

    Hello.

    I use RoboHelp 2015.  After posting my chm file, when I open the file that it is always placed in the upper left of the screen and is a bit too small.  Where in 2015 of RoboHelp can I go to change the attributes of size and position for the way the chm file is shown by pressing?

    Robert

    OK, try this one:

    Click here to see

    See you soon... Rick

  • Interaction between the expansion of the initial view & bookmark Destination

    I use Adobe Acrobat X.

    I understand that the definition of the destination of a bookmark also sets the magnification of the view. Apparently, it's always the case, and that doesn't seem right to me.

    Suppose that all I want is for each bookmark to take the reader to a particular page, and I don't want the expansion of any different view of enlargement that the player is currently using. For example, I set the initial view, magnification by default when you create the PDF file. How can ensure me that the reader will not deal with a different point of view magnification when you click on a bookmark and be redirected to the page?

    Select the existing action "go to a page in this document", as you did in the 3rd and 4th example you view and click the button change, and you should see where you can select "Inherit Zoom" for the zoom setting.

    Edit: I see that you found.

  • Why cannot define the initial view in the preferences instead of on a document by document basis?

    You can set the initial view to the level of the document in document properties to display the Panel, bookmarks and Page and this is the view you will receive the next time the document is opened.

    There must be a way to use a plugin or something that will open all documents using this initial point of view, rather than having to set it each time.

    Thank you!

    Richard

    Hello

    The "Document Properties" window is set to make changes to a particular document. In order to define common settings for all the PDF files, please make changes in the option 'Page view ':

    For MAC: File > Preferences > Page display

    For Windows: Edit > Preferences > Page display

    Another point that you can make use of is: every time you close any PDF, Acrobat saves the last settings of the display and tries to open the PDF in the same point of view because it was closed.

  • LR4.1 - tone curve - how to set the individual RGB channels?

    Hello

    I can't find out how to set the curve of different RGB channels.  I guess the LR4 tone curve works as the dialog box curves PS with the channel drop-down list.

    LR4.1 help says:

    To make adjustments at different points on the tone curve, choose an option in the menu of the curve of points, click the button change the curve of points , and then do one of the following:

    • Choose an option from the popup menu of the channel. You can change the three channels at once, or choose to change the red, green, or blue channel individually.

    When I click on the small icon in the lower right corner of the Panel curve tones, the Panel shrinks while I do not see the sliders of regions.  If I click again, they are visible again.  I can't find where to select one of the three channels indvidual.

    Aid refers to the "Point curve menu."  Where is the menu Point curve?  The curve of points is different from the tone curve?

    If I right-click (Windows) in the curve dialog box, the shortcut menu has an option show information.  I click on it power and don't see any change or any info.  Where should I look for info?

    Thanks for any help here.

    John


    Hi John,.

    The curve of points is without cursors. The settings for the individual channels are only available with

    PV2012. You must be editing a file with PV2010 or 2003. When to PV2012, you will see "channels: RGB" under the window of the curve. Click on the triangles of doule following RGB

    for each channel.

    HTH

    Rich

  • How to set the pixels for the softer - edge, in a design? I use PhspCS5 TRIAL grateful for help!

    First of all, I'm not a rather advanced digital artist know the tools of basic (a bit) and I'm pretty good with those who, over the years, however, have a new Mac and better

    visibility for sure and an ASSESSMENT of PSHP CS5 Extended version; what I'm asking is: how to set the pixels... to achieve the softer contour for example. I have

    greeting card templates and is now working on a Christmas tree, with gold stars, they better look (vy-light = blk) but when I ZOOM IN I see the ' wavy lines

    pixels, which appear on the 'place '.  I would like to know how to set the pixels * 1 # and then with respect to colors, when I take a yellow (there are many! yellow!)

    and use my Intuos "tap tap tap" pen drawings (yellow), it does NOT save... (he did it on my other computer and CS4 more aged).  So going

    back to my swatches of color, of... .remember just what yellow I took... ha ha... can be: "not so fast!"

    I buy this subscription at the end of the trial and my bet is that the color picker / working on the purchased version when I "tap tap" to pick up the

    same color II had chosen.  Wouldn't it be good to have a monitor of sorts that says you, what color (s) is used when you need to know, to go

    on the 'design' say after a break for tea, etc.  ?????  (    :

    I save my drawings when facts JPEGs and see now, there's a JPEG 2000... I don't know what it is all about.  I save pdf (1) and a jpeg.  Hope that this sounds

    like what we "do"... When we know much more than me.

    And finally, what program or tool, can a use to put a 'framework' (border) around an eg: 5 x 7 design (again, my goal is for my greeting cards designs.  Are there

    another of Adobe products, I would have to do this.  Free hand has not worked so well, so far.

    I'm in advance, so grateful to you - anyone you may, for your help.  I'm on my way 'Hooray' last now in the hope of success soon... I am a senior of 71

    and so feel I have to really "go there" and learn these basics to ensure my chances of success, at least. Thank you, thank you & thank you! CDW

    Please post in the Photoshop forum.

    http://forums.Adobe.com/community/Photoshop

    Bob

Maybe you are looking for

  • Movie purchased on Apple TV not on Apple TV

    Hi all I also bought a movie on my Apple TV 4, a television series. When I go into the purchase tab they aren't there. I certainly bought and paid, got the Bill. They are not hidden items, they appear in my iTunes when I check on iMac or Macbook Air.

  • Pavilion 21 touchsmart screen does not

    Product name: PC AiO HP PAV TS 21-h140t Product number: G5G21AV #ABA 8.1 Windows 64-bit My all-in-one office was great for several months.  The touch screen stopped working this morning after a windows upgrade.  What can I do to restore the features

  • How to control the speed of the engine without tachometer

    Hello world Thanks for stopping by and have a look at my problem I have a PCI7344, UMI7764, DC motor, encoder and drive motor. Everything works fine. Currently, this system allows me to control the motor through feedback from encoder (which means, fi

  • Folio 13 BIOS password

    Folio 13 BIOS password reset # 55094825

  • Why do my window media work center must you have windows 7?

    I paid for the full version of windows media center. Now, all I get is disabled and unable to launch application. Doesn't seem fair. All I get is info on the 7.Not... right from windows. Explain.