How about

ControlPtr CtlPtr;

CtlPtr = GetObjectPtr(MyButton);
CtlPtr->Usable = true;
CtlPtr->bounds.right = NewWidth;
or
CtlSetEnabled(CtlPtr);
or any of the Ctl functions

-----Original Message-----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Date: Thursday, January 27, 2000 10:20 AM
Subject: Button question


>How can I change attributes of Button ( usable , width etc.) if the Palm OS
>SDK doesn't have button type ?
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
>



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

Reply via email to