I guess my reasoning is that if I don't destroy the panel after use then I next time I need to test if it exists before I either create or show it to avoid creating multiple times.
----- Original Message ----- From: "Ed Leafe" <[email protected]> To: "Dabo Users list" <[email protected]> Sent: Sunday, February 01, 2009 9:25 AM Subject: Re: [dabo-users] Fw: List Controls > On Jan 31, 2009, at 4:22 PM, Roger Lovelock wrote: > >> Further to the email below - what I assume is happening is that I >> only need >> to do an fp.release - and that tries to delete anything contained on >> the >> floating panel - as I have already released the dListBox it can't >> access >> it - so the fix is - just release the fp - it will take care of the >> dListBox. > > I still think that destroying the panel each time is unnecessary, and > prone to problems like this. Just make sure that you set the values of > its contents before you call show(). > > > -- Ed Leafe > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/17643743fc114a47be0a984b2bd79...@roger
