hmm.. The reason for my use of the popup lists (triggers) is to allow a
hierarchical representation of data. (e.g. subject, category, subcategory,
then the final list, then data item).
Current I perform this with 3 triggers that and 1 list. (e.g. after the
subject is selected, I fill a popuplist with the categories, then etc.).

I would like the user to move left and right instead of having to select the
item, but more importantly there's no way for them to navigate from category
back to subject without using a stylus.  I was hoping to allow a user with
5-way to total use our app without a stylus, but I guess that's too ideal.

Can you think of another control that would perform the same tasks - without
a major re-write?

thanks - bill

"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:107305@palm-dev-forum...
>
> At 18:53 2003-1-2 -0800, you wrote:
> >Ben Combee wrote:
> > > When LstPopupList is running (such as when a popup trigger is
> > > activated), the device is running in a separate event loop from your
> > > application.  AFAIK, there are no hooks available that would let you
> > > process events while the list is popped up.
> >
> >That's really a shame.  It certainly would be nice if the system let you
> >specify your own callback to handle list events.
> >
> >(Being able to specify a custom list event handler also would allow
developers
> >to implement incremental searching in popup lists that don't have "real"
list
> >choices.)
> >
> >Hm... The list event handler still has to call EvtGetEvent internally,
right?
> >Might it be possible to do some trickery with the
> >sysNotifyEventDequeueEvent notification?
>
> Maybe, but you still have the task of dismissing the list, even if you can
> modify the events.
>
> I'd actually consider implementing your own list if you want that level of
> control.  If you have OS source access, you can see how LstPopupList is
> implemented, and then make your own variation on this.  However, I'd argue
> making your lists act different from the rest of the OS isn't a good idea,
> and in any case, using a popup list for more than a screen's worth of
> values is a bad idea, since the scrolling interface is so poor.
>
> --
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to