>Make sure you don't draw anything to the screen before FrmDrawForm.  e.g.
>call your form init routine after FrmDrawForm when you handle frmOpenEvent.

Ok.. simple example. I have two screens, call them Main1 and Main2 .. 

during my initializations, I call FrmGotoForm(Main1) 

handling a button click for Main1, I call FrmGotoForm(Main2)

in the frmOpenEvent handling for Main2 I call
FrmDrawForm(FrmGetCurrentForm()) then
return a true from the event handler.. that's the only thing I call in
frmOpenEvent

When Main2 displays on OS3.5, Main1 is visible behind it.. this only
happens on OS3.5 .. all earlier OS versions are fine. Main2 is checked as
enabled and not as modal or save behind.. if I check save behind, it works
on OS3.5, but it does some strange things (flashing of Main1 on screens
beyond this one).. if I don't call FrmDrawForm for Main2, it works fine on
OS3.5, but doesn't work on previous OS versions..

So in other words, calling FrmDrawForm first doesn't solve my problem (in
this example, it is the only thing called) .. so other than perhaps not
remembering the function name for getting the current form correctly, what
am I doing wrong?

----------
Bradly J. Barton - [EMAIL PROTECTED]
Jenies Technologies Incorporated
(972) 602-1835
JTI.net
PalmInHand.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to