Hi,
I am trying to implement a step by step setting. i.e after user set Hour, show Minute spinner. and so on. I based on your todo list example.
Current status: I can show Minute spinner and move focus to it after user set Hour.
But I can't figure out how to go to edit mode of Minute. I try to use menu.registerKeyPress(KEY_OK) to mimick user click but it crash.
Hi,
I am trying to implement a step by step setting. i.e after user set Hour, show Minute spinner. and so on. I based on your todo list example.
Current status: I can show Minute spinner and move focus to it after user set Hour.
But I can't figure out how to go to edit mode of Minute. I try to use menu.registerKeyPress(KEY_OK) to mimick user click but it crash.