I have an app that has a list (as List) and then one command added to it with list.addCommand(....);
the command I created with:
Command btn = new Command("ret",Command.BACK,0); since I want it to have other text than 'Back'.
When sometimes I have need to do some updating to the list, I get additional Back button to my screen(it says 'Back') then List's Select and my own Back-button ('ret') both get placed under Options.
This happens with both s40 and s30 concept emulator and 7210 SDK. with real s40 device I haven't tested but in real 7650 this doesn't appear.
Any ideas why this happens.
P_tr

Reply With Quote

