1

How to add more than 2 command in a single row in at the Footer in lwuit Form ,suppose I want to add Back,Select,and Exit Command in a single row,how can I do that? Help with some example.

gnat
  • 6,213
  • 108
  • 53
  • 73
Gablu
  • 139
  • 3
  • 5
  • 13

3 Answers3

1

Use Display.getInstance().setThirdSoftButton(true); for showing three softbutton's.

bharath
  • 14,283
  • 16
  • 57
  • 95
0

You can also write your_Form.setDefaultCommand(the_command_in_the_middle);

0

I noticed that setting commandBehaviour to SoftKey in the resource editor makes all your commands align on one side, typical blackberry behaviour, works on nokia also. It is a property of one of the constants of the theme in the resource editor.

Ajibola
  • 1,218
  • 16
  • 28