2015-10-25, 11:42
Cheers. Hopefully I've corrected the issue on the PR now
(2015-10-26, 08:09)tomer953 Wrote: Confirmed Working. all of the 3 options (none\alwaysReset\alwaysRestore)
(2015-10-26, 08:09)tomer953 Wrote: b.t.w, can you explain please, what is the difference between restore and reset ?
(2015-10-26, 08:09)tomer953 Wrote: I also wonder why not add to the new tags also: "confirmMsg=X" instead of building custom windows to show that alert..
<!-- Set ViewType -->
<item>
<icon>material/radioon.png</icon>
<thumb>material/radiooff.png</thumb>
<label>Select Viewtype</label>
<label2>$INFO[Container(211).ListItem.Property(viewtype)]</label2>
<onclick>SetProperty(chooseProperty,viewtype)</onclick>
<onclick>SendClick(404)</onclick>
<visible>StringCompare(Window.Property(groupname),mainmenu)</visible>
</item>
<propertySettings property="viewtype" buttonID="411" title="Select Viewtype" showNone="True" imageBrowse="False" />
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View1.Name))" label="$INFO[Skin.String(HOM.View1.Name)]">HOM.View1</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View2.Name))" label="$INFO[Skin.String(HOM.View2.Name)]">HOM.View2</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View3.Name))" label="$INFO[Skin.String(HOM.View3.Name)]">HOM.View3</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View4.Name))" label="$INFO[Skin.String(HOM.View4.Name)]">HOM.View4</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View5.Name))" label="$INFO[Skin.String(HOM.View5.Name)]">HOM.View5</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View6.Name))" label="$INFO[Skin.String(HOM.View6.Name)]">HOM.View6</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View7.Name))" label="$INFO[Skin.String(HOM.View7.Name)]">HOM.View7</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View8.Name))" label="$INFO[Skin.String(HOM.View8.Name)]">HOM.View8</property>
<property property="viewtype" condition="!IsEmpty(Skin.String(HOM.View9.Name))" label="$INFO[Skin.String(HOM.View9.Name)]">HOM.View9</property>
(2015-10-28, 20:22)BobCratchett Wrote: Full debug log, with Skin Shortcuts own logging option enabled from its settings, please