Example Original code from DialogButtonMenu.xml:
Code:
<control type="button" id="106">
<description>Reload Skin</description>
<include>ContextMenuBtn</include>
<label>$LOCALIZE[20183]</label>
<onclick>ReloadSkin()</onclick>
</control>When changed to below it works:
Code:
<control type="button" id="106">
<description>Reload Skin</description>
<include>ContextMenuBtn</include>
<label>$LOCALIZE[20183]</label>
[b][i]<onclick>Dialog.Close(all,true)</onclick>[/i][/b]
<onclick>ReloadSkin()</onclick>
</control>It looks like this was the only items that causes an issue...

Search
Help