add Profile AllPriceUp05 and 10

This commit is contained in:
wanlop run 2024-02-08 13:25:14 +07:00
parent 5ff368f812
commit 55c72fefc8
28 changed files with 415 additions and 340 deletions

View file

@ -8,12 +8,19 @@
<EventOpen>
SAVELOG "Landscape mode"
RootLayoutVisible 2 "show"
Var Timeout = 0
</EventOpen>
<Timeout> 60000 </Timeout>
<Timeout> 1000 </Timeout>
<EventTimeout>
Open "ROOT/taobin_project/landscape/xml/menu_list.xml"
Var Timeout = Timeout + 1
Machine MenuLayoutNew
If Timeout > 15 Then
Open "ROOT/taobin_project/landscape/xml/menu_list.xml"
EndIf
</EventTimeout>
@ -32,5 +39,23 @@
</Video>
<Button>
<X> 0 </X>
<Y> 0 </Y>
<Width> 1920 </Width>
<Height> 1080 </Height>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Var result = "-"
CheckApp "com.forthrd.taoslave" result
If result = "true" Then
Counter "Dashboard"
Else
MainMenu
EndIf
</EventClick>
</Button>
</Popup>

View file

@ -1,17 +1,29 @@
<Popup>
<Width> 1080</Width>
<Height> 1920 </Height>
<Width> 1920</Width>
<Height> 1080 </Height>
<EventOpen>
TopView "show"
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
SAVELOG "Open menu-list.xml"
Open "ROOT/taobin_project/landscape/xml/menu_list.xml"
Refresh
TimerReset
</EventTimeout>
<Text>
<X> 0 </X>
<X> 400 </X>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> "WAIT" </Value>
</Text>
</Popup>