fix multi lay-out
This commit is contained in:
parent
42d290ace0
commit
600b9446cd
146 changed files with 388080 additions and 552 deletions
36
inter/tha/xml/multi/page_instance2.xml
Normal file
36
inter/tha/xml/multi/page_instance2.xml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<Popup>
|
||||
<Width> 1080</Width>
|
||||
<Height> 1920 </Height>
|
||||
|
||||
<EventOpen>
|
||||
; open from page_catalog.lxml
|
||||
|
||||
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
DEBUGVAR Timeout
|
||||
If Timeout > 66 Then
|
||||
SAVELOG "Timeout"
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
|
||||
If Seeker = "next" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
SAVELOG "Back"
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue