Expand my Community achievements bar.

Thom_Parker
Thom_Parker
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • If a dialog is run from a non-privileged context Acrobat is very keen on letting the user know that it's a JavaScript popup dialog so they don't get spooffed.  You get the same thing with the alert boxes.  The only way to get your title back and to remove the red JavaScript Warning message at the bo...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    0
  • There is an easy way to get a value for your list box item. Create a masterobject that maps text to a value. Cheers,Thom ParkerWindJack Solutions, Incwww.windjack.comwww.pdfscripting.com

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    0
  • I'm not sure exactly what you mean.  But, the list passed into the "dialog.load()" fucntion is a JavaScript object where the member names are the list items and the member values are just an indicator that tells Acrobat which item is active.  This is not an index value or an export value.  It's more...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    0
  • The list passed into the "dialog.load" function is an ordinary, generic JavaScript Object.  You can write code to build this object before passing it into the load function.var myList = {};myList.apples = -1;myList."Pear" = -1;for(var i=0;i<2;i++)  myList["sel" + i] = -1;dialog.load({"subl":myList})...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    0
  • Interactive Components likes lists, checkboxes,and drop-downs are basic elements.  This is the same for alldevelopement platforms everywhere.  The complex components you see in applications, flash, etc. are the result of extra programming that's been put into building on the basic elements.  To do t...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
Top badges earned by Thom_Parker
Customize the badges you want to showcase on your profile