Hi,
I'm working on a widget that I plan to use with tasker (on my android phone).
In the widget, I have 2 pickers to select first, a name and then, a message.
Works fine on the simulator but when I try it on my FR230, it has issues.
1) When I press the select button (== top right button) ...
- on the simulator, it shows the picker with the list of names
- on the FR230, it doesn't. If I press up/down then, I can see the list of names (and it's advanced, so it was there).
- Question: do I need to refresh the Ui? How?
2) Once a name is selected (in onAccept), a push another Picker to show the list of messages
- on the simulator, works fine
- on the FR230, I get a system crash. :(
I'm at the office right now so debugging (with Sys.println()) will have to wait.
Thought I'd post a thread for some help in the meantime.
BTW, IHMO, Garmin should invest more time in including simple examples in the documentation.
It would go along way in helping enthusiastic newbies like me.
I tried to review the Picker sample that's part of the sdk but, it's quite sophisticated; something more basic would've been ideal.
Thanks,
--Antonio