java me - Command issue in J2ME -


currently working on j2me app , facing command issue in j2me. when adding command on form coming under options, not coming directly on screen.

command selcommand = new command("select"); 

this select command not coming directly on screen, options coming on screen click on option command select command coming.

i want select command on screen instead of option.

high level gui coding in javame doesn't let decide how command should displayed. same code may display command directly on screen on devices, under options on other devices. don't have control of that.

your best chance priorities. setting high priority on command, may lucky displays directly on screen instead of under options. not should count on though, since it's not required specification, suspect @ least many devices that.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -