> FrmHideObject() sets the usable attribute false, so it won't redraw.  I then
> tried FrmHideObject(), FrmShowObject() and CtlDrawControl(), but (surprising
> to me) this caused the entire form to be repainted (i.e., I only did this
> for one control on the form as a test, but the entire form was updated and
> blinked).

  how about just redrawing / erasing the control? :)

  you should be able to get the bounds of the control/label and then erase
  the contents of the rectangle using the API calls WinFillRectangle() or
  WinEraseRectangle().

  cheers

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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

Reply via email to