2015-10-06, 17:46
From a very quick test, yes it can.
(2015-10-06, 17:44)Hitcher Wrote: Interesting, can myWidgetIdentifier be part info label and part normal label?
eg
Code:<onclick>SetProperty(widgetID,$INFO[Container(211).ListItem.Label]_Widget_1)</onclick>
...
<onclick>SetProperty(widgetID,$INFO[Container(211).ListItem.Label]_Widget_2)</onclick>
(2015-10-06, 14:51)BobCratchett Wrote: Set grouping=widget - that will show the same options as when using GUI 312 (along with the behaviour where, for example, the script won't ask whether to play/display a playlist). All of the options there should return a list property usable as a widget... (Just as the example in your post above should be usable)
<override action="globaloverride" group="[menu id]">
<condition>StringCompare(Skin.String(password),[mysecretpassword])</condition>
</override>
<override action="globaloverride" group="[menu id]">
<condition>!StringCompare(Skin.String(password),[mysecretpassword])</condition>
<action>Skin.SetString(password)</action>
</override>
(2015-10-07, 01:56)BobCratchett Wrote: Good point. It's just going to be easier to code up a `Just Select Widgets` function, isn't it?(Note, I'll be trying to PR this along with several other feature requests before the end of the week. Docs on the branch of my fork).
(2015-10-07, 11:38)marcelveldt Wrote: Maybe I can add the parental lock to the skin helper service?