<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>GetObjectInfo &quot;obj1&quot; &quot;height&quot; [height]
GetObjectInfo &quot;obj1&quot; &quot;width&quot; [width]
GetObjectInfo &quot;obj1&quot; &quot;left&quot; [left]
GetObjectInfo &quot;obj1&quot; &quot;left&quot; [top]
......................................................
MoveObject &quot;obj1&quot; [left] &quot;-[height]&quot;
......................................................
ToNumber &quot;[height]&quot; [height]
setvar [index] 2
SetVar [top] 15
setvar [value] 1</pageenter>
					<Components>
						<Container id="Container1">
							<left>32px</left>
							<top>27px</top>
							<width>249px</width>
							<height>302px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;overflow-y:auto</style>
							<Components>
								<PushButton id="obj1">
									<left>50px</left>
									<top>9px</top>
									<width>150px</width>
									<height>35px</height>
									<caption>[value]</caption>
									<kind>info</kind>
								</PushButton>
							</Components>
						</Container>
						<PushButton id="PushButton2">
							<left>28px</left>
							<top>357px</top>
							<width>116px</width>
							<height>42px</height>
							<caption>by clicking</caption>
							<click>DuplicateObject &quot;obj1&quot; &quot;obj[index]&quot; &quot;Container1&quot;
MoveObject &quot;obj[index]&quot; [left] [top]
Math &quot;[top]+[height]+30&quot; 0 [top]
setvar [index] [index]+1
setvar [value] [value]+1

</click>
						</PushButton>
						<PushButton id="PushButton1">
							<left>166px</left>
							<top>357px</top>
							<width>116px</width>
							<height>42px</height>
							<caption>by while loop</caption>
							<click>Loop 1 50 [value]
      Refresh
      DuplicateObject &quot;obj1&quot; &quot;obj[index]&quot; &quot;Container1&quot;
      MoveObject &quot;obj[index]&quot; [left] [top]
      Math &quot;[top]+[height]+30&quot; 0 [top]
      setvar [index] [index]+1
      setvar [value] [value]+1
EndLoop
</click>
						</PushButton>
						<Timer id="Timer1">
							<left>287px</left>
							<top>247px</top>
							<width>34px</width>
							<height>34px</height>
							<interval>1000</interval>
							<auto_start>False</auto_start>
							<auto_stop>False</auto_stop>
							<expired>DuplicateObject &quot;obj1&quot; &quot;obj[index]&quot; &quot;Container1&quot;
MoveObject &quot;obj[index]&quot; [left] [top]
Math &quot;[top]+[height]+30&quot; 0 [top]
setvar [index] [index]+1
setvar [value] [value]+1
Refresh
If [value] &gt; 50
   TimerStop &quot;Timer1&quot;
EndIf</expired>
						</Timer>
						<PushButton id="PushButton3">
							<left>27px</left>
							<top>409px</top>
							<width>116px</width>
							<height>42px</height>
							<caption>by Timer</caption>
							<click>TimerStart &quot;Timer1&quot; 20</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
