DO multi view

This commit is contained in:
kong 2023-02-10 16:31:57 +07:00
parent e9ad8088ed
commit 1fa3f9b1cf
2 changed files with 44 additions and 4 deletions

34
xml/topview2.xml Normal file
View file

@ -0,0 +1,34 @@
<Popup>
<Width> 1080</Width>
<Height> 1920 </Height>
<EventOpen>
Var Top2Timeout = 0
RootLayoutVisible 3 "show"
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
DEBUGVAR Top2Timeout
Var Top2Timeout = Top2Timeout + 1
If Top2Timeout = 30 Then
Open "ROOT/taobin_project/xml/topview2.xml"
EndIf
TimerReset
</EventTimeout>
<Text>
<X> 1 </X>
<Y> 1 </Y>
<Font> KanitTTF </Font>
<Size> 40 </Size>
<Width> 1080 </Width>
<Color> 0xFF0000 </Color>
<Value> "Beta"</Value>
</Text>
</Popup>