Is LstPopopList source in the Palmsource? (or code that ships with CW9)? thanks - bill
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:107399@palm-dev-forum... > > At 11:49 2003-1-3 -0800, you wrote: > >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? > > Hmmm... sounds like you could use a selector trigger -- have it popup a > custom modal dialog for which you control the event loop. Embed in that > modal dialog a table with a scroll bar, and let the user pick an item in > the table to dismiss it. You can play with the attributes to make the > modal form look like a popup, and if you get any virtual characters in the > queue, dismiss with no selection and report, similar to the code in > LstPopupList. > > -- > 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/
