Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
SirSaula
Posts: 30
Registered: ‎04-13-2010
My Carrier: T-Mobile

What kind of field do i user for a user to input a string

I use Eclipse IDE 3.4.1 w/ BB JDE plugin for Eclipse

 

1. Which textfield do I use when I ask for a user to input a string

 

e.g

RichTextField begin = new RichTextField("Enter the name of team1");

 

 

 

2. Also how do i store the users input into a variable so I can use it

Thanks,
Saula
Your neighborhood programmer.
http://homeworkjava.com
Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: What kind of field do i user for a user to input a string

I would start with BasicEditField - see the API docs.

 

 

Please use plain text.