Thanks Michael

That's indeed the only way I've managed to get as far as I have - one or
two applets have helped me with the basics.  The 'SetupWallpaper' applet
showed me how to use a RadioGroup, and 'LogSettings' helped with the
'Choice' type of menu.  But I haven't managed to identify one that
changes the 'choice' programmatically.  Maybe I'm trying to do something
that's not supported, but the existence of that
'choice:setSelectedIndex(1)' suggests it is possible if I can only
figure out how to use it.

>From within my callback function I've tried:
setSelectedIndex(1)
choice:setSelectedIndex(1)
check:setSelectedIndex(1)
self:setSelectedIndex(1)

None of those seem to do anything.  If I put that line outside the
callback function code, i.e. outside of the menu item block, then the
applet doesn't even display, so that must be a serious syntax error!

So I think my question simply boils down to how should I use the
'setSelectedIndex' method.  I'll do a bulk search within the existing
applets to see if I can find that method being used.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110170

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to