I would like to move a field control to a new position on the screen. 

CtlSetUsable (pButton, false);
pButton->bounds.topLeft.x = 0;
pButton->bounds.topLeft.y = 0;
CtlSetUsable (pButton, true);

I am using this code and it seems to move the control but doesn't blows up
right after. I tried throwing a drawcontrol() in but it blows up as well.
Anyone know how to move a field control?

Thanks
Ralph Krausse
www.consiliumsoft.com
** Free Palm OS Source Code **

-- 
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