To do it anyway or just to emulate it, use graphical button with no border but draw the icon with a border.
To make it compitable with older device, you can use just bitmaps with rect border and capture pendown/penup event to make it like a button. Max --- Ben Combee <[EMAIL PROTECTED]> wrote: > "Michael Lim" <[EMAIL PROTECTED]> wrote in message > news:70317@palm-dev-forum... > > > > hi guys. > > > > Just a simple questions, I am trying to change the frame of a button. > Even > > though the Palm documentation shows that there are different kind of > button > > frames like rectangleButtonFrame, boldButtonFrame, etc... how does one > uses > > it? > > > > Whenever, I try to change the attr of the control, the debugger tells > me to > > use the Form Manager function to do it. Which function is that? > > Palm doesn't support changing the button frame. If you need a > rectangular button, you should use a push button control. From notes > made online, they won't support changing this property at runtime in > future OS versions. > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/tech/support/forums/ __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
