2016-07-29, 00:50
(2016-07-28, 14:59)Guilouz Wrote:(2016-07-28, 06:52)capnhowyoudo Wrote:(2016-07-25, 12:29)Guilouz Wrote: I will see what can I do.
The reason I ask is that when using the a third party addons catagories for a home screen widget it seems to take about 10 secs to load that widget every time you choose a different left pane category. I noticed that the Titan Skin had that option to toggle off the auto refresh for home widgets, is there some where I can look to find that within the XML to narrow down the search so you maybe able to implement such a feature ?
I will take a look at titan skin to see what can I do.
This by chance the strings that give the option to toggle force refresh off and on ?
<!-- widget force refresh -->
-<control id="9007" type="radiobutton">
<width>500</width>
<label>31717</label>
<font>Reg22</font>
<align>left</align>
<textoffsetx>10</textoffsetx>
<radiowidth>100</radiowidth>
<radioheight>65</radioheight>
<radioposx>415</radioposx>
<onclick condition="!StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customProperty, widgetForceRefresh)</onclick>
<onclick condition="!StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customValue, refresh)</onclick>
<onclick condition="StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customProperty, widgetForceRefresh)</onclick>
<onclick condition="StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customValue, "")</onclick>
<onclick>SendClick(404)</onclick>
<selected>StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)</selected>
<visible>!IsEmpty(Container(211).ListItem.Property(widget))</visible>
<visible>StringCompare(Container(211).ListItem.Property(widget), Addon) | SubString(Container(211).ListItem.Property(widgetPath), favourite) | SubString(Container(211).ListItem.Property(widgetPath), xsp)</visible>
</control>