problem solved

i just did this, draw the form earlier and set handled = true

FormPtr frmP = FrmGetActiveForm ();
FrmDrawForm ( frmP);
        
WinPushDrawState();
WinSetDrawMode(winOverlay);
WinDrawLine(3,95,3,130);
WinDrawLine(3,95,153,95);
WinDrawLine(153,95,153,130);
WinDrawLine(3,130,153,130);
WinPopDrawState();

bHandled = true;
return true;

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

Reply via email to