On Thu, Jul 13, 2000 at 08:25:38PM -0700, Neil Rhodes wrote:
> On Thursday, July 13, 2000 2:48:20 PM, Amit Garg wrote:
> 
> > Sorry, if this is a very basic question....but i am having hard time
> > figuring out how "repeating button" can be displayed as various
> > "Arrow"...when i look at the manual..it says..that repeating button is just
> > like button and its label can be plain text (ascii) or (symbol font) which
> > displays as arrows.
> Chars.h defines the character encodings for the symbol fonts (look at the
> bottom of the file ).
> 
> As I recall, you want Symbol 7 for your font.  Edit in hex, and 02 is up,
> and 03 is down.

Yes, the font is Symbol 7, but the (solid) up arrow is 01, and the
(solid) down arrow is 02 (the grey up and down arrows are 03 & 04,
resp).  There are more arrows in Symbol and Symbol 11, but these don't
have grey counterparts.

In your code, to switch between drawing solid and greyed (up/down)
arrows, use FrmUpdateScrollers().

John

-------------------------------------------------------------------------
John Valdes                        Department of Astronomy & Astrophysics
[EMAIL PROTECTED]                               University of Chicago

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