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/
