On pre 3.5 versions, FrmHideObject and FrmShowObject will ignore lists, they won't throw an error, so there is nothing special you have to do to support earlier versions. I've done this on version 3.1 but I can't speak for other versions.
-- Tim Kostka "Robert Moynihan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tim Kostka wrote: > > >hide the list via FrmHideObject. > >call FrmDrawForm > >initialize/populate the list > >call FrmShowObject > > > >You'll experience no flicker with this method. It works for me. > > > > > > > But be careful hiding/showing lists if you want to support older OS > versions. Doesn't always work, as per the docs (and my experience). Bob. > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
