Hi, fixed the problem!
   It was to do with a dialog I was popping up.....to remove it I had
FrmGotoForm instead of FrmReturnToForm!

Thanks for all your help.


"Salli" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hmmm...it does if I just go into the 2nd form and then back, but if I
select
> an option in the list and then go back to the first form the list is still
> visible (even leaving out LstDrawList).
>
> Maybe my selection is the thing that's causing the problems!  I got the
> example out of the Palm OS Programming: The developers guide book...maybe
> I'm missing something fundamental...I think I need to go and read the
> section again and see where I'm going wrong!
>
>
>
> "Pit" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> > I think you can leave out the call of LstDrawList.
> > Does it wokr for you?
> > "Salli" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > news:[EMAIL PROTECTED]
> > > I use the LstDrawList call in my FormInit function.  It's called
before
> > the
> > > FrmDrawForm function.
> > >
> > > Thanks for all your help on this :)
> > >
> > >
> > > "Pit" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > > > Why do you use LstDrawList ? When FrmDrawForm is called, also the
list
> > is
> > > > drawed
> > > >
> > > > "Salli" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > > > news:[EMAIL PROTECTED]
> > > > > yes,
> > > > >     I've been commenting lines in and out to see if I can track
down
> > the
> > > > > problem.  It seems to be being caused by the LstDrawList call.  If
I
> > use
> > > > it
> > > > > then the list remains on the first form, if it's commented out
then
> > the
> > > > > forms display correctly.
> > > > >
> > > > >
> > > > > "Pit" <[EMAIL PROTECTED]> wrote in message
> > > news:[EMAIL PROTECTED]
> > > > > > Do you call FrmDrawForm everytime you open form1 and form2?
> > > > > >
> > > > > >
> > > > > > "Salli" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > > > > > news:[EMAIL PROTECTED]
> > > > > > > I have two forms in my application, the first one contains
> buttons
> > > and
> > > > > the
> > > > > > > 2nd contains a list.
> > > > > > >
> > > > > > > I press a button on my first form which takes me to my 2nd
form.
> > > The
> > > > > 2nd
> > > > > > > form has a list which is populated, the scrolling all works
fine
> > and
> > > > > > dandy.
> > > > > > > However, when I go back to my first form I can still 'see' the
> > list
> > > > > behind
> > > > > > > the buttons.
> > > > > > >
> > > > > > > I'm obviously missing a call or doing something wrong...how do
I
> > get
> > > > it
> > > > > to
> > > > > > > stop displaying the second form?  The buttons on the second
form
> > > > aren't
> > > > > > > displayed anymore...just the list!
> > > > > > >
> > > > > > > Any help would be greatly appreciated
> > > > > > >
> > > > > > > Salli
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>



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

Reply via email to