DO multi-lnag
This commit is contained in:
parent
623002c863
commit
93a524c1a6
10 changed files with 559 additions and 179 deletions
|
|
@ -5,18 +5,26 @@
|
|||
<EventOpen>
|
||||
Var Top2Timeout = 0
|
||||
|
||||
RootLayoutVisible 3 "show"
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
RootLayoutVisible 3 "show"
|
||||
Else
|
||||
RootLayoutVisible 3 "hide"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
;DEBUGVAR Top2Timeout
|
||||
Var Top2Timeout = Top2Timeout + 1
|
||||
|
||||
If Top2Timeout = 30 Then
|
||||
If Top2Timeout = 60 Then
|
||||
Open "ROOT/taobin_project/xml/topview2.xml"
|
||||
EndIf
|
||||
TimerReset
|
||||
|
||||
|
||||
|
||||
</EventTimeout>
|
||||
|
||||
<Text>
|
||||
|
|
@ -30,5 +38,13 @@
|
|||
</Text>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 990 </X>
|
||||
<Y> 438 </Y>
|
||||
<State> "Enable" </State>
|
||||
<Name> "LangIcon" </Name>
|
||||
<Filename> "ROOT/taobin_project/image/lang/world.png" </Filename>
|
||||
</Button>
|
||||
|
||||
|
||||
</Popup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue