Previous | Next | (P-PDF) JavaScript
Topic: Sort in Combo does not Sort
Conf: (P-PDF) JavaScript, Msg: 28219
From: dgall
Date: 10/6/2001 05:39 AM
On 10/6/2001 4:18:00 AM, george wrote:
>> When I .insertItem, the items do not sort, even
>> though the sort option is checked in the ComboBox
>> properties.
>
>The sort flag does not cause
>Acrobat to sort a combo or
>list box as items are added
>programmatically, but rather
>only when you're manually
>doing so. If you want the list
>items to be sorted, perform
>the sort yourself before
>adding the items.
>
I fear that you'll tell me to go buy a reference book, but how would I programmatically sort the list? I've search several Java Guide(s) and there is no reference to it. thanks
>George
>
>
>
>