Subject: Re: Right Justify Label?
From: Ben Combee <[EMAIL PROTECTED]>
Date: Tue, 18 May 2004 14:14:22 -0500

At 02:07 PM 5/18/2004, you wrote:
>I'm sure this topic has been covered, but I can't find it in the archives.
>Is there a way to right justify the label on a Label? I guess what I need to
>know is how do I pad the text I want with blanks in front?

Use a read-only edit field, instead of a label.  If you don't want text to
be selected, intercept the fldEnterEvent for it, and don't pass it on to
the system.

A better way to right justify a label is to get the width of the label (in pixels) and then reposition it so it appears to be right justified.



Roger Stringer Marietta Systems, Inc. (www.mariettasystems.com)


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

Reply via email to