Changes

Jump to: navigation, search

Lab BlackBerry Example

23 bytes added, 12:34, 27 February 2011
no edit summary
Thus, to set the title of the screen you can write the instruction:
'''setTitle(new LabelField("Second Screen !", LabelField.USE_ALL_WIDTH));'''
* Text Field
Thus, to add the text field to your screen you have to write the following instruction:
'''add(new RichTextField("Here is the second activity", Field.NON_FOCUSABLE));''' * Button

Navigation menu