I am trying to make an application using LWUIT Now i got a problem with back command from resource editor there are a back command in all forms and i cant find them in generated code
Can anyone please provide me reference or sample code for removing the Back command.
Just invoke
setBackCommandEnabled(false)in the state machine to disable the automatic back command navigation logic.