-
1. Re: User Friendly Interface Issue, need ideas
George Johnson Apr 3, 2014 4:20 PM (in response to Magus069)You might consider a popup menu: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.162.html
Another alternative is a custom dialog that uses the hierarchical list item: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.142.html
The sample code shows how you can do this.
-
2. Re: User Friendly Interface Issue, need ideas
Magus069 Apr 4, 2014 5:47 AM (in response to George Johnson)I've thought of using the custom dialog which was a good idea but... the checkboxes are limited to maximum 9 per windows...
and if using a hierarchical list item, I couldnt see a good way to be able to send an information message on the region / metropolitan area on user action, not on selection and be able to add those into a lists which the user can easily see the choices, and also be able to delete the choices...
I am pretty familiar with custom dialogs, I've made a complicated multiple dynamic custom dialog(s) so I know how this could be done, it's just the information which the user can see at all time that irritates me a little
-
3. Re: User Friendly Interface Issue, need ideas
Magus069 Apr 4, 2014 12:26 PM (in response to Magus069)It's worth a try to use popup menu in a listbox and have one option of Information and the other for adding to the list.
Thanks for the suggestions.



