Spacing in EditField
Posted
by Rakesh
on Stack Overflow
See other posts from Stack Overflow
or by Rakesh
Published on 2010-04-05T11:20:34Z
Indexed on
2010/04/05
11:23 UTC
Read the original article
Hit count: 424
blackberry
Hi,I am developing my custom EditField and i want to know how to create spacing in EditField
I determined the width of EditField using
width=this.getFont().getAdvance("000");
Since i require the entry of 3 digits,but i require some spacing in the front and back of my editfield and how to get spacing.Is there any option to do this?
Or else i have to develop the editField using Manager.
Regards Rakesh Shankar.P
© Stack Overflow or respective owner