>
> > I want to draw a rectangle button,but it is a button with rounded
> corners.I
> > want to get rid of  these corners.what can i do?
> >
> >

How about -->> reading/searching/studying/experiencing/understanding/trying
<<--
the "Palm OS� Programmer's  API Reference" first ?

If you have done so, you have found that:

enum buttonFrames {noButtonFrame,
                         standardButtonFrame, boldButtonFrame,
                         rectangleButtonFrame};
                   typedef enum buttonFrames ButtonFrameType;

                   Value Descriptions

                    noButtonFrame
                                     The button has no border.
                    standardButtonFrame
                                     Standard button rectangular
                                     border with rounded corners.
                    boldButtonFrame
                                     Bolded rectangular border with
                                     rounded corners.
   --->>>  rectangleButtonFrame
                                     Rectangular border with square
                                     corners.

which is in fact simply copy'n'pasted from the fine online version ...
http://www.palmos.com/dev/support/docs/palmos/Control.html#988913




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

Reply via email to