Triggered by a selection of hidden objects

How do hide you an object that is seen only when triggered by the selection of another object?  Which means, if I click on the checkbox, then only I see the fields to enter an address?  But if the box is never verified, then this address field is never visible.

Ah, I see.  My script was using the Javascript syntax.  One option is to modify the scripts of language in the drop down in the JavaScript script editor, which will fix your syntax error.

Or you can use the script below equivalent which is updated for FormCalc

If ($.rawValue == '1') then

TextField10.presence = "visible".

on the other

TextField10.presence = "hidden".

endif

They are different languages with different syntax.  FormCalc the equivalent of 'this' is ' $'.  Also, you will notice the syntax 'if' requires the keyword "do" and requires closing "endif" keyword as well.

that should fix things.

Scott

Tags: Adobe LiveCycle

Similar Questions

  • Click hidden objects

    I am using Captivate 8 and I have a number of hidden objects on a slide that are grouped together (they are indicated by a peak action). Even if they are hidden, I can always click on them and a blue bar selection will appear around the edges. Has anyone else had this problem before?

    Sorry, I see that Rick has not responded. This is the setting you need to change:

  • I can't scroll screen in hidden object games

    I bought a small laptop and I can't scroll vertically all playing hidden object games most of them rendered unplayable. Usually the screen would scroll upwards or downwards when I moved the cursor to the top or the bottom of the screen, but with this laptop (Samsung N110), the screen stays fixed.

    Hello

    Increase the resolution of the screen and check if it works.

    You can also change the hardware acceleration of different level and check.

    Check out the link:

    http://support.Microsoft.com/kb/263039

    If nothing helps, perform the clean boot.

    Here is the link:

    http://support.Microsoft.com/kb/929135

    Kind regards

    Bourso.

  • Very new to photoshop, I try to make changes to a photo and set up as a dynamic object, but after the selection of dynamic object, the grid appears and my photo dissppears

    Very new to photoshop, I try to make changes to a photo and set up as a dynamic object, but after the selection of dynamic object, the grid appears and my photo dissppears

    Well, something's wrong with Photoshop. Try to close Photoshop, and then press Command + Option + shift as you restart Photoshop. You will be asked to clear the Photoshop preferences. ATTENTION: you will lose all current preferences.

  • Is there a way to select all text objects containing the specified character?

    Is there a way to select all text objects containing the specified character?

    For example,.

    My work consists of points and numbers.

    Points are separated into blocks of text, so are numbers.

    I want to select all points, so I group.

    Or numbers and group together them.

    Screen Shot 2014-09-23 at 14.48.52.png

    Yes,

    -loop through all the elements of text

    -get each content

    -compare to '. '.

    -If the matching, save a reference to that block of text

    -When does with all frames

    -loop through all stored references and move to a group

  • Is there a way to select the slide objects (images, buttons, etc.) in a list?

    Is there a way to select the slide objects (images, buttons, etc.) in a list so that it is easier to choose a specific item when you edit a slide Captivate? The same way as 3D drawing programs have lists of objects in the scene? I have several articles on top of the other, and it becomes a pain to select the correct element.

    The scenario presents items in a list. And clicking on the list allows you to select them. You can also hide, show, lock, and unlock it.

    See you soon... Rick

  • Select only the objects in a rectangle selection

    I am a new user of Illustrator CS5, switching from Freehand. I'm trying to find out if there is a way to select only the objects in a marquee? In AutoCAD, you can make a selection on the left window to the right and only those objects entirely in the window are selected. If you the window right on the left all the objects that are "crossed" or affected by the window are selected. Is there a similar technique in Illustrator?

    Currently, I have to select the objects, and then go back and hold the SHIFT key to deselect the object I don't want, or place objects on different layers and then lock the layers to prevent additional items get selected.

    In AutoCAD, my main program, you simply draw a window selection, left or right, depending on what your next step would be. No special tools or rocking or thinking, that's just the selection primary process and very intuitive.

    I posted a discussion on the Illustrator forum several months ago, which still arouses comments so this seems to be a tool that would be appreciated by many users. Someone posted a script but it has not worked for me yet.

    Thank you for everything that you can do to solve this problem.

    This is a copy of my last post of the original thread. I found some discussions confused because I have no experience in writing or by using scripts. So I copied all the recommendations in a document to read without the comments and digressions. After several hours and a lot of searching on Google I found what solution adapted to my goal, which was a selection process fast and simple with fewer steps to use.

    So, I think I have this job. The following is what I did:

    1 copy the script by Carlos Canto post #11 here:

    http://forums.Adobe.com/thread/856221?start=0&TSTART=0

    2. open the ExtendScript Toolkit Utilities > Adobe utilities - CS5.5 > ExtendScript Toolkit CS5.5 > ExtendScript Toolkit CS5.5.App

    3. when the program opens, paste the script in the large Panel on the left.

    4. then go to file > save as.

    5. that the dialog box click on the arrow next to the save box slot to expand the section options.

    6. next, go to Applications > Adobe Illustrator CS5.1 > Presets > en_US > Scripts.

    7. then, in the Save as box enter a name to identify the script (I named mine Window1).

    8. click on save and close the Toolbox.

    Launch Illustrator and open a drawing.

    1 using the rectangle tool, I drew a rectangle around the objects.

    2. make sure that the new rectangle is selected.

    3. I went to file > Scripts > Window1.

    4A got an error message - error 8705: target layer cannot be changed 25-> iart.selected + true line:

    Oops, you must have ALL unlocked layers.

    5. you click OK.

    6 unlocked all the layers.

    7. my new activated rectangle.

    8. went to file > Scripts > Window1.

    9 here! Items in the rectangle are selected and the rectangle is removed.

    So yes, this script works as requested. Thank you, Carlos.

  • Clear the selection of the object by the effects

    CS6 when you apply an effect that develops somewhat the appearance of an object, for example by several clones, all of these clones becomes selectable.  If you click on or drag-box, an area that includes these clones, the original object will be selected.

    I find this very annoying - is there a way to make CS6 select only an object if I click on the original vectors?

  • How to give the right to select for all objects of schema?

    Hello

    We have a lot of users and schemas.
    A user wants to execute 'select' for all tables in the other schema.

    For example: TEST user wishes to select the objects to TEST2. Test2 have hundreds of tables, TEST user cannot select other schema objects, so I don't want to give SELECT ANY TABLE privileges.

    How can do this at once? is it possible to give all the objects schema once subsidies?
    DB versin. 9.2.0.8

    greetings and thanks

    No, there are no subsidies. You must use hundreds of statements of grant.

    However, you can use dynamic SQL to do this automatically, i.e.

    CREATE ROLE test2_select;
    
    BEGIN
      FOR x IN (SELECT * FROM dba_tables WHERE owner='TEST2')
      LOOP
        EXECUTE IMMEDIATE 'GRANT SELECT ON test2.' || x.table_name || ' TO test2_select';
      END LOOP;
    END:
    /
    
    GRANT test2_select TO test;
    

    Justin

  • Select only visible objects in Illustrator...

    I exported some 3D models of Cinema 4 d and I'm cleaning them in Illustrator.

    Unfortunately, the problem inherent in the export of 3D models is that each polygon/face is one exported as a separate object.

    I need to use the Scout to consolidate each pollygon into more manageable objects to paint... but it's really annoying that I have to zoom, and then select each poloygon I want to group it with the pathfinder tool.

    It would be much easier that I could set the selection tool to select only the objects visible... or rather objects which are not covered by other objects.

    Is it possible to narrow the selection in this way, when you drag an area of selection on a group of items.

    Any help would be much apreciated.

    Thank you!

    OK, I solved my problem and I am posting this to totally want to chance that somone else trying to do the same thing

    in order to get the kind of selectablilty you want to...

    • first go into your 3d software and chop your 3d model in groups you want, combined using the pathfinder, once you export to illustrator
    • Then, assign a different texture to those cut color groups so your 3d model is mainly coded in color
    • then export the model with the backfaces shot if you do not export pollygons used to be visible on the final artwork
    • one time exported, open in illustrator, using the magic wand tool to select the color of the faces groups and combine it with the pathfinder

    This process will take the required number of clickes to simplify your illustration of about 1500 clicks, at about 7

    worth.

  • How to select only the objects in a marquee?

    I am a new user of Illustrator CS5, switching from Freehand. I'm trying to find out if there is a way to select only the objects in a marquee? In AutoCAD, you can make a selection on the left window to the right and only those objects entirely in the window are selected. If you the window right on the left all the objects that are "crossed" or affected by the window are selected. Is there a similar technique in Illustrator?

    Currently, I have to select the objects, and then go back and hold the SHIFT key to deselect the object I don't want, or lock layers to prevent additional items get selected.

    NO.

  • Cannot select or deselect objects in Fireworks CS5

    I can't select or deselect objects in Fireworks by clicking on it. I have to click and drag to select an object, click and drag to deselect. Anyone know what I might be doing wrong or how can I fix? Thank you.

    FIXED...

    Its Spotify... Close it and try again... Worked for me...

    Grrrrr... I blame Christmas and all offices to have the music.

  • Shows in the preview hidden object game

    I have an object in the timeline that is hidden (X in the column of the eye). When I preview the slide, the hidden object is visible. Is there a way to get an overview without seeing the hidden objects?

    Hi Jay

    It is a normal behavior. When you hide things in the timeline panel, you are only hiding YOUR view as an author of Captivate. This allows you to get in the way temporarily while you work on other objects.

    For example, you have maybe five legends that appear all in the same location, but at different times. So, you want to hide all but one you are interested in when editing.

    It seems, based on what you posted that you expect the feature also hide the object during playback. That won't happen in general. However, if you really don't want to hide it during playback, and you have Captivate 4, they have added a new feature to the properties. It is located under the Options tab and is labelled "Visible."

    See you soon... Rick

  • Photoshop feature suggestion: turn off hidden object selection

    When you use the direct selection and drag to select multiple items, Adobe should only have select visible elements, especially when it comes to hidden items. It adds unnecessary steps to have to go up and deselect a hidden layer where the image falls outside the masked area.

    Example: I have several layers of text and rectangles and a picture hidden above all. The image itself is much larger than the masked area, but I can't. However, if I do drag and select multiple items, the area of the image outside the mask is selected if she rides one of the objects.

    I find it very inefficient and counterproductive. The direct Selection tool makes everything easy to handle, except that the hiccups.

    In addition, the layers that are cut to another, like a solid color adjustment cut on a text layer, layer should be selected by default when the two layers are higher in the layers panel, and you're not to select a mask. I noticed that this happens a bit in my workflow when I enabled automatic selection (which I use 99.9% of the time). It always catches me off guard when I select an object and I find myself by selecting an adjustment layer that is not yet hidden to a particular item.

    Please update to Photoshop in the last update for 2015.5.1

    Reference: Photoshop CC 2015.5.1 update now available

    Thank you

    Mohit

  • Passing Hidden object visible

    Hi guys,.

    Currently of hard to get items that I've marked as hidden (out of the layout) to become visible. At this point, I'm trying to get different objects to become visible depending on which radio box they select. I tried to add the Javascript for one of the boxes of radio as follows:

    if (form.main.status1.sessionwaitlisted.rawValue == 2)

    {

    Form.main.email.Presence = 'visible';

    }

    This has failed permanently... And since then, I download the latest version of the labour code, where I can choose to add an action according to the screenshot...

    However, I am still unable to get the action work when I'm in preview mode. I have no results...

    Any help would be greatly appreciated.

    Hi melo.

    Since I couldn't see the field 'email' on the form, I cannot say if there is a problem with the script that you used.

    But please try to use the following script to the place:

    xfa.resolveNode("form.main...email").presence = ' visible';

    Additionally, make sure that you hide on the subform that the subject of the e-mail message in it.

    Thank you

    Kumar

Maybe you are looking for