--- Steve Bailey wrote: > > In my preferences screen, if you tap on a certain checkbox, > I execute a FrmShowObject for both a popuptrigger and a list, > so that the user can choose an item. But immediately after > the list pops up under the checkbox, I get: > > form.c line 2061 "don't show list" >
I believe that if a List is associated with a popup trigger, the popup is responsible for showing the list. So, when you call FrmShowObject() on the list, it displays this non-fatal error instead of showing the list. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
