The only way to do this is to override the default processing and do it yourself. You can write your own version of LstPopupList and SysSetTrapAddress it. This works fine (I've done it before - exactly what you're suggesting and more).
Caveat: This mechanism (SysSetTrapAddress) won't work under OS 5 as you can't use SysSetTrapAddress. Cheers, Gavin. Vitaly_Romanishko <[EMAIL PROTECTED]> wrote in message news:95043@palm-dev-forum... > > Hi, > > is there any way to change the way popup lists scrolling? > I need that when hardware keyUp/Down pressed list selection moves up > and down. I've tried to use LstSetSelection(lst, selectN); it works > for regular list, but not for poup. > > It looks like it has an own loop. How to penetrate there? > > Thank you. > > Vitaly Romanishko > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
