<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<Variables>[mycounter],[mycounter1],[mytimer],[mytimer1],[timeLeft],[timeLeft-1]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>600</PageWidth>
	<PageHeight>400</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\luis.hernandez\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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">
					<Components>
						<Paragraph id="Paragraph1">
							<left>9px</left>
							<top>19px</top>
							<width>582px</width>
							<height>129px</height>
							<style>font-size:12pt</style>
							<text>The example execute a countdown timer of 10 minutes that represents a session.&lt;br&gt;&lt;br&gt;When the timer has expired, it&amp;nbsp;shows an alertbox.&lt;br&gt;&lt;br&gt;Timer runs every second.</text>
						</Paragraph>
						<Timer id="SessionTimer">
							<left>42px</left>
							<top>334px</top>
							<width>34px</width>
							<height>34px</height>
							<interval>1000</interval>
							<auto_start>False</auto_start>
							<auto_stop>False</auto_stop>
							<expired>IfEx [Sec] &lt;= &quot;0&quot; and [Min] &lt;= &quot;0&quot;
AlertBoxEx &quot;Session Ended&quot; &quot;Youe session has ended. Please login again.&quot; &quot;500&quot; &quot;300&quot; &quot;#A9A9A9&quot; &quot;&quot;
TimerStop &quot;SessionTimer&quot;
Return 0
else
if [Sec] &lt;= 0
SetVar [Sec] 59
SetVar [Min] [Min-1]
EndIf
EndIf
SetVar [Sec] [Sec-1]</expired>
						</Timer>
						<PushButton id="PushButton3">
							<left>113px</left>
							<top>334px</top>
							<width>112px</width>
							<height>40px</height>
							<style>color:#FFFFFF;font-size:12pt;font-weight:bold;background-color:#629500</style>
							<caption>Start</caption>
							<click>SetVar [Min] 9
SetVar [sec] 59
TimerStart &quot;SessionTimer&quot; 1000</click>
						</PushButton>
						<PushButton id="PushButton4">
							<left>352px</left>
							<top>333px</top>
							<width>112px</width>
							<height>40px</height>
							<style>color:#FFFFFF;font-size:12pt;font-weight:bold;background-color:#C20600</style>
							<caption>Stop</caption>
							<click>TimerStop &quot;SessionTimer&quot;</click>
						</PushButton>
						<Container id="Container2">
							<left>138px</left>
							<top>274px</top>
							<width>154px</width>
							<height>32px</height>
							<style>font-size:14pt</style>
							<html>Session time left:</html>
						</Container>
						<PushButton id="PushButton5">
							<left>230px</left>
							<top>333px</top>
							<width>112px</width>
							<height>40px</height>
							<style>color:#FFFFFF;font-size:12pt;font-weight:bold;background-color:#888899</style>
							<caption>Renew</caption>
							<click>SetVar [Min] 9
SetVar [sec] 59
TimerStart &quot;SessionTimer&quot; 1000</click>
						</PushButton>
						<Headline id="Headline1">
							<left>288px</left>
							<top>273px</top>
							<width>145px</width>
							<height>30px</height>
							<style>color:#4E8600;font-size:18pt;font-weight:bold</style>
							<text>0[Min]:[Sec]</text>
						</Headline>
					</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>600px</width>
							<height>400px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
