These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

[LCD JavaScript] Can I use execMenuItem in a LiveCycle Designer form

StevenD
Registered: Oct 6 2006
Posts: 368
Answered

I have been looking at some of the LiveCycle Designer documentation and I don't see that I can do this but I just want to check with any expert scripters out there to make sure one if I can or cannot.

I would like to use the execMenuItem method in a LiveCycle Designer form to do a custom dropdown. I have a very confined area 12x12 so a Dropdown list doesn't work. The nice thing about the execMenuItem is that I can make subcatagories.

StevenD

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
You can use nearly all of the "app" methods and properties in a LiveCycle form. But I don't think you mean the "execMenuItem()" fucntion. I think you're thinking about the "app.popUpMenu()" function. Both work just fine in any LC form.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

StevenD
Registered: Oct 6 2006
Posts: 368
Yeah it was app.popUpMenu funtion that I meant. Thanks.

StevenD