Is there a good book that talks about the POL. I downloaded some sample code from the MW site. In general is POL is to the HH as MFC was to windows?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Combee Sent: Tuesday, November 04, 2003 12:40 PM To: Palm Developer Forum Subject: Re: label At 09:33 AM 11/4/2003, Pablo Martin Vera wrote: >How can I hide a label > >I�m using POL�s clases but the CLabel object hasn�t got the HideControl() >method A POL::CLabel is child class of POL::CFormObject, which has a HideObject() method that can be used. In fact, its better to use HideObject() over HideControl for other items, as that turns into a call to FrmHideObject which should be used instead of CtlHideControl. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
