"D. DeVecchio" <[EMAIL PROTECTED]> wrote: [ deletia ] > frm = FrmInitForm(MainForm); > FrmSetActiveForm(frm); > for (j = 0;j<160;j++)WinEraseLine(0,j,159,j); > FrmDeleteForm(frm); > FrmCloseAllForms (); You need to call FrmDrawForm before you can call WinEraseLine (or any other OS routine that changes the visible content of the form). -- Roger Chaplin <[EMAIL PROTECTED]> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
- Bug in OS 3.5? Would someone else please try this? D. DeVecchio
- Re: Bug in OS 3.5? Would someone else please try thi... Roger Chaplin
- Re: Bug in OS 3.5? Would someone else please try thi... D. DeVecchio
- Re: Bug in OS 3.5? Would someone else please try thi... Brandon Wallace
- Re: Bug in OS 3.5? Would someone else please try thi... D. DeVecchio
- Re: Bug in OS 3.5? Would someone else please try thi... Bob Ebert
- Re: Bug in OS 3.5? Would someone else please try thi... D. DeVecchio
- Re: Bug in OS 3.5? Would someone else please try thi... Brandon Wallace
- Re: Bug in OS 3.5? Would someone else please try thi... Steve Sabram
- Re: Bug in OS 3.5? Would someone else please try thi... Bob Ebert
- Re: Bug in OS 3.5? Would someone else please try thi... Aaron Ardiri
