The frmUpdateEvent is doing nothing. If I debug the application it works fine. The problem occurs only at runtime.
----- Original Message ----- From: Joe Malone <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 12:10 PM Subject: Re: How to update a list selection at runtime on CW > --- Deodoro J�nior <[EMAIL PROTECTED]> wrote: > > > LstSetSelection(lst,cont++); > > "The old selection, if any, is unselected. If the list is visible, the > selected item is visually updated. The list is scrolled to the > selection, if necessary, as long as the list object is both visible and > usable." > > So, this should be all you need. > > > LstDrawList(lst); > > FrmUpdateForm(1300,frmRedrawUpdateCode); > > This posts a frmUpdateEvent to the form handler for form 1300. Does > that form handler handle frmUpdateEvent? If so, what does it do? Does > it actually get called? > > > > > inside a loop with 1 s delay. The problem is that the list doesn't > > shows up the new selection. > > > > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
