THAI INTER: Smoothie, Help center
This commit is contained in:
parent
aaeb2fa8bc
commit
f9fea323bc
76 changed files with 3713 additions and 117 deletions
52
inter/tha/xml/topview_helper.lxml
Normal file
52
inter/tha/xml/topview_helper.lxml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
|
||||
SAVELOG "======================================= Helper Icon ================================"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<EventOnShow>
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/helper_show_and_refresh.lxml"
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
SetInstanceIgnoreTouch
|
||||
|
||||
DEBUGVAR SlientRefreshIndex
|
||||
</EventOnShow>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
; helper button
|
||||
<Button>
|
||||
<X> 920 </X>
|
||||
<Y> 608 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/helper.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_payment/helper.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
Var CurrHelpCenter = 1
|
||||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
||||
Open "ROOT/taobin_project/inter/tha/xml/page_help_center.lxml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue