Changing the visibility of a layer

Hello,
I just have a quick question. I'm using Adobe Acrobat version 10.1.4. I exported a layered PDF from AutoDesk Civil 3D 2012. To get all the layers I want to share, I have to have them turned on in AutoDesk in order for them to be exported. However, I'm trying to show positional changes over time and didn't want the initial view to have all the positions, just the first.
Anyway, I thought I could set the Default state on the Layer properties for the extra positional layers to Off, but I can't because Acrobat doesn't seem to allow me to do so. Here's what it looks like:
All the options in the Layer Properties are dimmed out and I can't change anything. Is this an issue with Acrobat or with AutoDesk or ??
Any help would be greatly appreciated.
Thanks!

Hi, did you get a solution to this problem, i am having a similar issue with the MM_showhidelayers not working in IE6, it works fine in IE8?
the code im using on a flash button is:
on (press) {
import flash.external.ExternalInterface;
ExternalInterface.call("MM_showHideLayers('menu','','show','menu_back','','show' )");
Thanks
Gary

Similar Messages

  • Is it possible to change the color of a layer of a Customs CSS from an External Style sheet?

    Hi,
    I have sucessfully link External .css  file to my HTML page and able to change the font size of the headlines and the paragraph.
    What I am not able to do is to ADD the color my Custom CSS from the External sheet.  I have difined the color attribute as a 'Advance'
    and gave it the same name "#bigwraper" that is has in my HTML file.
    Attached is the color outline of my 'Blank Layout' with colors?
    Thank you.
    Dreamer101.1

    Hi Murray,
    I am building a web site on which the entire content would be changed at least daily. The website would have similar design to www.Helium.com
    The page will have CCS layout boxes in which different content would  be pasted.
    To re-phrase my question:  I want to know how to change the color of a layer from an external style sheet?
    Because my home page 'Sidebar' and colors would be the same for all page, only the content of different pages would be different.  If I want to change a color of my web side pages, I need to learn how to do it in one spot through an External Style Sheet.
    I am amble to link my external style sheet and to change H1 tag and to give it different colors. But I was not sucess with change the color of a layer on which my content sits around.
    I took out the color from my HTML page and gave the same name to the layer in my External Style Sheet with the same color.
    Hope my question and the reason I was able to clarify.
    cheers,
    Dreamer101.1

  • Error when I change the visibility of a context node

    Hi,
    I had to change the visibility of a context node (ZActivityH) to public (it was private) in the context to access it in the method DO_HANDLE_EVENT. I used transaction BSP_WD_WORKBENCH. I verify and activate it.
    As a result of changing the visibility, I have this error:
    Class      CX_SY_REF_IS_INITIAL
    Text:      Dereferencing of the NULL reference
    Program:      ZL_CRM_IC_IRECREASON_IMPL=====CP
    Include:      ZL_CRM_IC_IRECREASON_IMPL=====CM00C
    Source Text Row:      8
    The new source code in method DO_HANDLE_EVENT is:
    DATA category TYPE STRING.
    category = ztyped_context->ZActivityH->GET_CATEGORY( ATTRIBUTE_PATH = '' ).
    Any idea about the problem? Can I modify the visibility of a context node?
    Thank you very much for your help.
    María José

    Thanks a lot, Patrick,
    My context node is null, but I don´t know why.
    I have:
    In Class: ZL_CRM_IC_IRECREASON_IMPL
    Attribute ZTYPED_CONTEXT     type ref ZL_CRM_IC_IRECREASON_CTXT
    In class: ZL_CRM_IC_IRECREASON_CTXT
    Attribute ZACTIVITYH      type ref ZL_CRM_IC_IRECREASON_CN10
    In class: ZL_CRM_IC_IRECREASON_CN10
    Method GET_CATEGORY
    In method CREATE_CONTEXT_NODES:
    model = owner->create_model(
          class_name     = 'ZL_CRM_IC_IRECREASON_CN10'
          model_id       = 'ActivityH' ).                       "#EC NOTEXT
      activityh ?= model.
    In view I’m filling the context node:
    Regards,
    María.

  • How to change the visible length in screen painter?

    Hi Guys,
    we have field in screen which is type to ATWRT but the visible length is set to 11. ATWRT is 30 char.
    Please advise on How to change the visible length in screen painter to make it 30?
    When I try to edit the defined length from 11 to 30. It wont allow me to.
    Thanks a lot!

    Hi,
    Try the below method:
    Goto Screen Painter -> Double click on Input-Output field for ATWRT another screen will appear with attributes of Input Output field -> Increase the Visible length Value there. (Option of visible length is below the Name and Text attribut of Attribute windiw.)
    If the Visible length field isn't allowing change then declare it as a Char type instead of taking the DataType for Data Dictionary.
    Thanks,
    Preyansh
    Edited by: DWIVEDP on Mar 29, 2010 12:42 PM

  • Is it possible to change the visibility of a inputText in run-time?

    Supposed my jsp has a radio-group with two radio buttons called "visible" and "invisible" and an iputText component. What I want is: at the beginning the inputText is visible and enable. If I click the "invisible" this inputText will changed to invisible and disable. And if I click the "visible" this inputText can be seen and enable again.
    Can I do this with JSF or just with java script?

    To enlarge on what rlubke has been saying.
    <h:outputLabel rendered="#{! loginBean.loggingOut}"  style=" color:rgb(198,0,0);" value="#{i18nBean['USER.VMP010.ITEM6']}" styleClass="PageTitle"/>See how the rendered attribute is deriving it's value from a bound boolean expression. The expression "loginBean.loggingOut" evaluates to a method-call "loginBean.isLoggingOut()" which should return true or false. The "!" operator can be used in much the same way as you use it in Java.

  • How to change the visible item of JCombobox

    hi,
    i have created a JCombobox having items A, B, C, D and E. The item that is visible on the combobox (without performing any mouse action over it) is A. i have a button "Change to Default" in the same frame. If I click on this button B should become the visible content of ComboBox in place of A. Could anyone suggest me how to do it.
    Thank you very much...

    Well, you could start by reading the documentation for JComboBox: http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JComboBox.html
    There you will find setSelectedIndex and setSelectedItem. Either of those will do it for you.

  • How to Change the Visible names in JDBC IView ?

    While Creating a JDBC View, in one of the steps we select the column names from a schema which we want to view in a IView.While doing so in the next step there is a text field called <b>visible names</b> which is editable to change the column names.How to change the Column aliases or visibles names as is it not getting saved when we move onto the next screen ?.How to Configure the Visible Column names while configuring a JDBC IView ?.
    Can anybody please help me !.

    Hi Abhilash
    If I'm not wrong I saw something about this here (SDN), in a technical article about how to create a JDBC iView . I tried to get the link to the article but it seems there's a problem with the site, sorry...
    By the way, I had the same problem, and according to the   article this was not possible in the version EP6 SP2 but there was a plan to implement this in newer versions. I tried also to use a SQL command with the column names I wish to display but it didn't work either.
    Try to find this article in the EP Technical Article to confirm this info, ok ?
    Rgds,
    Fernando

  • Skype Feedback: Do not change the way Skype is lai...

    DO NOT change the way skype is laid out. i like friends list on the lft and chat window on the right. DO NIOT CHANGE THAT OR SUFFR THE CONSEQUENCES >:L
    This post was transferred from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries and to reflect the post's content. A link to this post appears where the post was originally added.

    I also have this problem... For all of the people above who are getting snotty - you're being rather single-minded about your particular use of the iPhone. I live in an African country where it's typical to wait 10 minutes for a medium sized PDF file to upload. I purchased an iPhone 4S in large part due to Facetime being the most stable option for video calls with my parents. Here, I **cannot** update my iOS, the available internet simply does not allow for it. My parents, who live in Canada, but in a remote area where they rely on cellular data, also purchased iPhones in order to use Facetime. But Apple does not allow updating the iOS over data!
    The Windows example above is a perfect demonstration of just why this is unacceptable -- internet explorer does not simply cease to function one day (without warning), forcing me to update to a different version of Windows or use an alternative. If I start out having it, I will continue to have it.
    It is unacceptable to market a product for its features, then require the buyer to take additional steps in order to restore said feature. If I am required to update in order to get cool *new* features, that is totally fair. But it is not unreasonable to expect that a relatively new product should continue working as advertised, and as it has been!
    If anyone learns of any other possible solutions, I will be delighted to hear them.

  • How to Change the Visible property of Adobe Form Dynamically - URGENT

    Hi,
        I am woking on a scenario where when I click a button in Adobe Form,
    another Adobe Form should be displayed. This is using Web Dynpro Java.
    For this I have made the second form invisible and I want to make this VISIBLE when the button is Clicked. I am unable to get a method where this property of interactive form can be changed.
    Also, If there is any other way this can be done please let me know.
    I am using NWDS 7.0.09 with Adobe Live cycle designer 7.1.
    Thanks in Advance,
    Vasu

    You need to get the handler to the adobe form in your webdynpro program. If you are using webdynpro for java the following code snipped could be useful...
    IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(),"YourAdobeForm");
         // Get appearance setter. 
         IWDPDFDocumentAppearance appearance =
              iFormHandler.getDocumentContext().getAppearance();
         //appearance.
         // Set page layout option
         appearance.setPageLayout(pageLayoutOption);
         // Set show option.
         appearance.setShowOption(showOption);    
         // Hide menu bar.
         appearance.hideMenuBar(true); 
         // Hide tool bars.
         appearance.hideToolBars(true);
         // Hide window controls.
         appearance.hideWindowControl(true); 
         // Show full screen.   
         appearance.showFullScreen(true);
    Reward points if the post is helpful
    Thanks!
    Surya.

  • [svn:fx-beta1] 6809: When a TextGraphicElement's visibility changes, it now changes the visibility of its TextLines.

    Revision: 6809
    Author:   [email protected]
    Date:     2009-05-11 16:00:50 -0700 (Mon, 11 May 2009)
    Log Message:

    That is awesome, works perfectly.
    I'll get it worked into my main script. Is this Action Manager code, and not just regular Javascript from the Scripting Dictionary? I can't tell the difference. I'll see whether or not it's actually faster than Applescript.
    Thanks. I know Scripting Listener records a bunch of stuff, but it's pretty amazing to me that playing back this line does the same thing that playing back the 1,011 lines Scripting Listener puts out.
    Thanks.

  • How do I change the visible number range for the y-axis in numbers?

    I have a chart that has a lot of white space because the y-axis starts at zero.I would like the graph to show the range 20-35. How may I omit the range for which I have no data?

    agood,
    You can control Max, Min, number of grid lines, etc. for X and Y axes.
    Here's an example from the Chart template:
    I've boxed the relevant areas.
    Jerry

  • Changing the layer colour in Isolation Mode

    How do I change the layer colour once I'm in Isolation Mode? I'm using CS4 and tring to edit a yellow object but Illustrator has made the layer/paths/edges yellow making it VERY difficult to see what I'm doing?
    ...actually, I just changed the objects layer to a differrent colour which seems to have made Illustator select the next colour down when in Isolation made.
    Is this my only option?

    I decided to test this more thoroughly.
    Elements edited in Isolation Mode do actually inherit the color of the parent layer.
    But there seems to be an exception: symbols. No matter what color the layer is, symbols edited in Isolation Mode get their own color. And that color is persistent across all symbols, regardless of the layer that they appear on.
    However, that color is not consistent throughout the lifespan of the document. The color changes according to a pattern.
    And the pattern is this: there is a sequential list of layer colors in AI, and a correlation  between the number of layers in your document and the sequential number of the colors in the Layer Options color list. Symbols always use the color that is next in the list of layer colors, following the pre-assigned color of the most recently-created layer.
    Test this out if you want:
    Create a new document. Note that the default layer always uses the "light blue" layer color.
    Now create a second layer in that document. It will be red.
    The third layer will be green, and the fourth will be blue.
    Now make a symbol and edit it in Isolation Mode. It's yellow.
    Now look at the sequence of colors in the layer color dropdown menu: "yellow" is fifth in the list, after "blue," the fourth color in the list. It seems like AI is creating a new temporary layer for editing symbols, and like other layers, it is automatically assigned a color.
    So basically, symbols edited in Isolation Mode will only be yellow if you have four layers. The way that AI assigns colors to symbols being edited in  Isolation Mode seems to depend on the number of layers in the document.
    If you followed the steps above, you can test this out by creating a fifth layer. Notice that it automatically gets assigned a layer color of yellow. Edited symbols will be magenta... the sixth color in the list.
    It doesn't matter if you change the colors of each layer after creating  them; as far as I can tell, if you have four layers, symbols edited in Isolation Mode will always be yellow.
    The workaround would be to add a fifth layer to your document. Symbols in Isolation Mode will then show up in magenta, which is much easier to see on a white background.

  • How to change the number of records displayed on personnel profile?

    Hi Experts!
    1.The thing which I would like to do is as a title.
    2.And There is a part it is considered that is a change part.
    However, the method of changing that is not known.
    I need your help also with the direction and right or wrong which the modification method of the number of display records understands.
    Best Regards!

    Hi jyothi.
    thank you for your reply!
    >Change the visible row count as 1 and check.
    I changed.
    but change was not shown in the display of the number of the line.
    when 「rendering style 」was changed, change was shown in the display of the number of th lines.
    but  we need 「row repeat」 style.
    regards.

  • How to Set the Visibility of a field in ESS Address view through portal

    Hi experts,
      I want to set the visibility of a field in ESS Address view through portal.How to edit a field through portal? Please help me with procedures to be followed..
    Thanks&Regards,
    Karthik.

    Hi,
    Login to portal with a user having content administration role.
    Navigate to your iview which must be under content provide by SAP(if its a standard iview).
    Open the iview and click on preview button.
    Then press ctr on keyboard and rightmouseclick on the field for which you want to change.
    A popup will open. Change the visibility in the popup and save the changes. This is a way of personalization and it'll be applicable for all the users.

  • How do you change the drill hole colour in ultiboard to no colour

    Hi,
    I need to know how to change the colour of the drill holes to no colour, at present the holes are coloured yellow.

    Hi Linac,
    By Default the drill holes are part of the "board outline" layer.  To change the color of this layer just go into the layers tab of the design toolbox and click the yellow box next to "board outline".   This will bring up a color palette and you can select one of these colors.  I am not entirely sure what you mean by no color but hopefully one of the options in the palette will be satisfactory.
    I hope this helped and thanks for posting your question on the forum,
    Regards,
    Tom
    Applications Engineer
    National Instruments UK & Ireland

Maybe you are looking for

  • Connecting HDD to Airport Extreme causes orange death light...

    I am in a small office network with mix of pc and mac (7 pc's, 1 iMac, 1 wireless iMac, and 3 wireless macbook pro's). Internet connection comes into building directly to airport. Airport then feeds a couple of systems directly and a Dlink 24port eth

  • ESS leave request workflow : not able to approve request

    Hi experts, When i create leave request, work item for approving request is not coming in the approver's bussiness workplace. I am using std workflow WS12300111. Is there any customization needs to be done ?? please help me Pointes will be rewarded R

  • RPM - DMS Interface

    Hello All, I am trying to build an interface between RPM and DMS. (We have the cProjects to DMS interface configured and working fine). Can someone please point us in the right direction? I have been trying to utilize 0RPMDOCUMENT object link for thi

  • New field in Cj20n getting populated but not in cj01.

    Hello All, I need to enhance a standard transaction CJ01, CJ02, CJ03, CJ20N by adding certain new fields to that. I also need to add these fields to master tables PRPS and PROJ. I also need to ensure that the new fields get populated in tables PRPS a

  • Limit the maximum size of attachment in ME22N or ME52N

    Dear All SAP Experts, How do I limit the maximum size of attachment in ME22N or ME52N (System > Services for object > Create attachment)? (for example, attachment size cannot be above 10 MB). Some Experts told me that they don't think there is a stan