<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>geolocation test</AppTitle>
	<AppShortName>geolocation</AppShortName>
	<Author>SinLios</Author>
	<Version>1.0</Version>
	<Description>geolocation test</Description>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<Variables>[error],[latitud],[longitud],[pippo],[precision]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\naglieri marco\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<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>
						<PushButton id="PushButton7">
							<left>16px</left>
							<top>112px</top>
							<width>288px</width>
							<height>40px</height>
							<caption>neoGetPosition</caption>
							<size>large</size>
							<click>neoGetPosition [var1] [var2]</click>
						</PushButton>
						<Headline id="Headline1">
							<left>8px</left>
							<top>16px</top>
							<width>280px</width>
							<height>48px</height>
							<text>Lat. [var1]&lt;br&gt;</text>
						</Headline>
						<PushButton id="PushButton1">
							<left>16px</left>
							<top>168px</top>
							<width>288px</width>
							<height>56px</height>
							<style>font-size:16pt</style>
							<caption>Save only Lat.</caption>
							<click>_SetVar &quot;{{var1}}&quot; &quot;[var1]&quot;
_FileWrite &quot;{{AppDir}}text1.txt&quot; &quot;All&quot; &quot;{{var1}}&quot;</click>
						</PushButton>
						<Rectangle id="Rectangle1">
							<left>0px</left>
							<top>296px</top>
							<width>320px</width>
							<height>24px</height>
							<style>fill:#000080;stroke:#000080;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<TextInput id="TextInput1">
							<left>16px</left>
							<top>352px</top>
							<width>288px</width>
							<height>56px</height>
							<style>font-size:14pt</style>
							<variable>[var3]</variable>
							<init_value>12345678</init_value>
						</TextInput>
						<PushButton id="PushButton2">
							<left>16px</left>
							<top>416px</top>
							<width>288px</width>
							<height>56px</height>
							<style>font-size:16pt</style>
							<caption>Save</caption>
							<click>_SetVar &quot;{{var3}}&quot; &quot;[var3]&quot;
_FileWrite &quot;{{AppDir}}text3.txt&quot; &quot;All&quot; &quot;{{var3}}&quot;</click>
						</PushButton>
						<Headline id="Headline2">
							<left>8px</left>
							<top>64px</top>
							<width>280px</width>
							<height>48px</height>
							<text>Lon. [var2]&lt;br&gt;</text>
						</Headline>
						<Headline id="Headline3">
							<left>8px</left>
							<top>240px</top>
							<width>296px</width>
							<height>72px</height>
							<style>font-size:10pt</style>
							<text>First&amp;nbsp;push button&amp;nbsp;&quot;neoGetPosition&quot;&lt;br&gt;then button &quot;Save only Lat.&quot;</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
