In Forms I have created List Boxes. I then save the file as a Reader Extended PDF.
When the User tabs to the List Box I would like a drop down window to appear so that the User can see all the selections at one time and choose the most appropriate one. Right now the User has to scroll through the List one at a time to select the answer.
Also, the list box always shows the last selection I entered as the "default". Is there a way for there to be no default other than creating a blank selection?
One possible workaround (but not tested by yours truly, so it may fail) would be to change the rect property of the listbox field in the onFocus event, and change it back in the onBlur event. You might have to refresh the field's content after the scaling.
HTH.
Max Wyss.