Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
revert testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 12, 2022
1 parent 1ac96a8 commit 602c07e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
7 changes: 1 addition & 6 deletions 1080i/Custom_1114_Search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

<!-- TESTER -->
<!-- Normal -->
<onload condition="!String.IsEmpty(Window(Home).Property(CustomSearchTerm)) + String.IsEmpty(Skin.String(SearchTest))">RunScript(script.skinvariables,set_editcontrol=9099,window_id=1114,setfocus=340,text=$INFO[Window(Home).Property(CustomSearchTerm)])</onload>
<!-- Delay -->
<onload condition="!String.IsEmpty(Window(Home).Property(CustomSearchTerm)) + Skin.String(SearchTest,Delay)">RunScript(script.skinvariables,set_editcontrol=9099,window_id=1114,setfocus=340,setfocus_wait=00:01,text=$INFO[Window(Home).Property(CustomSearchTerm)])</onload>
<!-- NoFocus -->
<onload condition="!String.IsEmpty(Window(Home).Property(CustomSearchTerm)) + Skin.String(SearchTest,NoFocus)">RunScript(script.skinvariables,set_editcontrol=9099,window_id=1114,text=$INFO[Window(Home).Property(CustomSearchTerm)])</onload>

<onload condition="!String.IsEmpty(Window(Home).Property(CustomSearchTerm))">RunScript(script.skinvariables,set_editcontrol=9099,window_id=1114,setfocus=340,text=$INFO[Window(Home).Property(CustomSearchTerm)])</onload>
<onload condition="!String.IsEmpty(Window(Home).Property(CustomSearchTerm))">ClearProperty(CustomSearchTerm,Home)</onload>
<controls>
<include>Background_Main</include>
Expand Down
17 changes: 0 additions & 17 deletions 1080i/SkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,23 +224,6 @@
<onclick>SetProperty(Dialog.7.BuiltIn,Skin.SetString(AutoScrollTime,10m))</onclick>
<onclick>RunScript(script.toolbox,info=selectdialog,header=$LOCALIZE[31185])</onclick>
</include>

<include content="Dialog_Settings_Label" description="Testing">
<param name="id" value="6090" />
<label>FOR TESTING PURPOSES ONLY</label>
<visible>Container(3).HasFocus(6)</visible>
</include>
<include content="Dialog_Settings_Button" description="Testing Search">
<param name="id" value="6091" />
<param name="control" value="button" />
<label>Search Edit Input</label>
<visible>Container(3).HasFocus(6)</visible>
<label2>$INFO[Skin.String(SearchTest)]</label2>
<onclick condition="String.IsEmpty(Skin.String(SearchTest))">Skin.SetString(SearchTest,Delay)</onclick>
<onclick condition="Skin.String(SearchTest,Delay)">Skin.SetString(SearchTest,NoFocus)</onclick>
<onclick condition="Skin.String(SearchTest,NoFocus)">Skin.SetString(SearchTest,Off)</onclick>
<onclick condition="Skin.String(SearchTest,Off)">Skin.Reset(SearchTest)</onclick>
</include>
</control>
</include>

Expand Down

0 comments on commit 602c07e

Please sign in to comment.