-
Select button
Could you suggest some hints or codes for the "Select" button to appear and work on the bottom left screen of my emulator coz right now I am not able to do that. I only have "Back" or "Exit" on the bottom right screen.
Thank you so much one more time.
Warmest regards
Kiran
-
Re: Select button
I am a little unsure what your question is...
Are you using a Form and are you trying to add some commands, which can be accessed using the soft keys (left and right)?
If yes, you need to first create the commands with Command(String label, int commandType, int priority) and then add them in the Form with addCommand(Command cmd)
If you are asking something else, please be more specific.
Hartti
-
Re: Select button
crossposted:
[url]http://discussion.forum.nokia.com/forum/showpost.php?p=246063[/url]
[url]http://discussion.forum.nokia.com/forum/showpost.php?p=246063&postcount=5[/url]
regards,
Peter
-
Re: Select button
hi
kiran
this is code 4 select button
private Command selectCommand;
selectCommand = new Command("Select",Command.OK,1);
and thn
addCommand(selectCommand);
-
Re: Select button
you can have CBA defined in your RSS and associate with your view.
EG::
-
Re: Select button
[QUOTE=boumitran]you can have CBA defined in your RSS and associate with your view.
EG::[/QUOTE]
???
regards,
Peter