Hi all,
I post this question in another forum, but I want to post this question here too.
I run a batch script to extract pages on PDF file. Before extracting pages, the script will ask some questions to user first, and the user need to reply them by fill/type the answers in entry fields in dialog box/window.
For this stage, I want to create a kind of dialog box containing some questions which need to be replied by user. I have tried to use app.response() method, but it can only show one question and one entry field (for the user to reply the question) at a time.
By using this method, if I have 10 questions which need to be replied by user, I should use app.response() method ten times respectively.
Could I create one dialog window that can show several questions and entry fields in it at a time?
So the user could replied all questions at only one dialog window.
My second issue is entry field in the dialog box that showed up by using this app.response() method is just a regular textbox field. Could I create a dialog window (for getting user inputs) that can use dropdown field as entry field, instead of textbox field?
Any help is appreciated :)
Thank you.
Kind regards,
Rocky
You can read [url=http://www.acrobatusers.com/tutorials/2006/popup_windows_part5]Custom Dialog Boxes: Part 5 of 5 on Popup Windows[/url] by Thom Parker for a tutorial about the 'dialog' object.
I am not employed nor compensated by Windjacke Solutions.
Thom Parker is a valued participant of this web site and does provide content and responses to this web site and is involved with [url=http://www.windjack.com/]Windjack Solutions[/url] and [url= http://www.pdfscripting.com/]pdfscripting.com[/url]
George Kaiser