Cant place the commands correctly.

Hi I must achieve on that for my job. I must place two commands on certain positions but the problem is this one:

I can create the commands

I add the commands to Form or to the TextFields

but the form has TextFields that seems to has its owns Commands and they have the greatest priority so my commands are always put on the "Options" menu. And the Consistency of my GUIs go to the hell becausse they are appearing ona different order than on the rest of Displayable objects like the Main menu of the app.

[530 byte] By [MelGohana] at [2007-11-27 5:18:55]
# 1
AFAIK, you can't control how your Commands appear on the device; that depends on the application manager of the device itself. You can only give suggestions by giving the type of Command ( SCREEN, OK, CANCEL etc ) and the priority.
nogoodatcodinga at 2007-7-12 10:42:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
And what about creating my own components using CustomItem to avoid it placing the other commands. Maybe with this new CustomItems the other commands dissapear! or am I wrong?
MelGohana at 2007-7-12 10:42:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Never made one myself but from what I know, that will work. You'll have to specify your own Commands that the Item will use.
nogoodatcodinga at 2007-7-12 10:42:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...