There is plenty of RAM (8MB), and the app is small. I switched to a
different ROM image and will debug with that I guess.

Thanks!


"Joe" <[EMAIL PROTECTED]> wrote in message
news:87191@palm-dev-forum...
>
> --- DL <[EMAIL PROTECTED]> wrote:
> > I am drawing lines using WinDrawLine(). Drawing takes place
> > after FrmDrawForm() to ensure the lines don't get erased by
> > that call.
>
> Also because FrmDrawForm() sets up the draw window.
>
> > Then a modal dialog is displayed using FrmDoDialog(). The
> > dialog has the option "Save Behind" set within Constructor.
> > Upon return from the modal dialog, the lines drawn with
> > WinDrawLine() are erased.
> > ...
> > There is not even a chance to fix this by handling a
> > frmUpdateEvent event, since displaying a modal dialog
> > doesn't generate this even.
>
> Are you sure about that?  Seems to me that if memory is low, bits that
> should have been saved aren't (not enough memory to save them) and a
> frmUpdateEvent is generated to give your app a chance to return to its
> once beauteous state.
>
> > Is this a POSE or ROM image bug?
>
> I don't think so.
>
> > "Save Behind" should save all the bits behind the
> > modal dialog, right? Anyone seen this?
>
> Only if there is enough memory to do so.
>
>
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
>
>



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

Reply via email to