<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Application sans titre</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<Variables>[Home],&quot;[MyCSS(&quot;&quot;animation-duration&quot;&quot;)]&quot;,&quot;[MyCSS(&quot;&quot;animation-iteration&quot;&quot;)]&quot;,&quot;[MyCSS(&quot;&quot;animation-name&quot;&quot;)]&quot;,&quot;[MyCSS(&quot;&quot;background-color&quot;&quot;)]&quot;,[MyCSS]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>375</PageWidth>
	<PageHeight>667</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>E:\Philippe\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">
					<pageenter>createEmptyObject [MyCSS]
createEmptyObject [MyCSS2]
SetVar [MyCSS(&quot;animation-duration&quot;)] &quot;7s&quot;
SetVar [MyCSS(&quot;animation-name&quot;)] &quot;flash&quot;
SetVar [MyCSS(&quot;background-color&quot;)] &quot;#FFFF00&quot;

SetVar [MyCSS2(&quot;animation-duration&quot;)] &quot;&quot;
SetVar [MyCSS2(&quot;animation-name&quot;)] &quot;&quot;
SetVar [MyCSS2(&quot;background-color&quot;)] &quot;#FFF&quot;

SetVar [old] &quot;&quot;

neoMapInitialize &quot;Container6&quot; 54.6576451 -2.740619 17 30 &quot;Open Street Maps&quot;
neoMapAddMarker &quot;Container6&quot; &quot;Start&quot; &quot;blue&quot; 54.6576451 -2.740619 false &quot;You are here&quot;
neoMapAddCircleMarker &quot;Container6&quot; &quot;cercle&quot; 54.6576451 -2.740619 30 &quot;blue&quot; &quot;blue&quot; 0.2 &quot;&quot;
neoMapOpenPopup &quot;Container6&quot; &quot;Start&quot;

</pageenter>
					<Components>
						<Rectangle id="Rectangle3">
							<left>225px</left>
							<top>74px</top>
							<width>73px</width>
							<height>39px</height>
							<style>stroke:black;stroke-width:1px;fill:white</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Rectangle id="Rectangle2">
							<left>131px</left>
							<top>74px</top>
							<width>73px</width>
							<height>39px</height>
							<style>stroke:black;stroke-width:1px;fill:white</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Rectangle id="Rectangle1">
							<left>43px</left>
							<top>74px</top>
							<width>73px</width>
							<height>39px</height>
							<style>stroke:black;stroke-width:1px;fill:white</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Container id="Container1">
							<left>52px</left>
							<top>78px</top>
							<width>50px</width>
							<height>32px</height>
							<style>text-align:center;background-color:#fff;border-radius:30px;border-style:solid;border-width:1px;padding-top:3px</style>
						</Container>
						<Container id="Container3">
							<left>234px</left>
							<top>78px</top>
							<width>50px</width>
							<height>32px</height>
							<style>text-align:center;background-color:#FFFFFF;border-radius:40px;border-style:solid;border-width:1px;padding-top:3px</style>
						</Container>
						<Container id="Container2">
							<left>141px</left>
							<top>78px</top>
							<width>50px</width>
							<height>32px</height>
							<style>text-align:center;background-color:#fff;border-radius:40px;border-style:solid;border-width:1px;padding-top:3px</style>
						</Container>
						<Combobox id="Combobox1">
							<left>238px</left>
							<top>22px</top>
							<width>69px</width>
							<height>33px</height>
							<items>1,2,3,4,5</items>
							<variable>Home</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<PushButton id="PushButton1">
							<left>53px</left>
							<top>21px</top>
							<width>143px</width>
							<height>33px</height>
							<caption>Find Home</caption>
							<icon>glyphicon-home</icon>
							<click>if [Home] == &quot;&quot;
   return false
endif

if [old] != &quot;&quot;
   neoMapRemoveMarker &quot;Container6&quot; &quot;[old]&quot;
   SetObjectCSS &quot;Container[old]&quot; [MyCSS2]
endif
SetObjectCSS &quot;Container[Home]&quot; [MyCSS]

if [Home] == 1
   neoMapAddMarker &quot;Container6&quot; &quot;[Home]&quot; &quot;orange&quot; 54.65797713 -2.735978778 false &quot;N°[Home]&quot;
   neoMapFitBounds &quot;Container6&quot; 54.6576451 -2.740619 54.65797713 -2.735978778 &quot;&quot;

elseif [Home] == 2
   neoMapAddMarker &quot;Container6&quot; &quot;[Home]&quot; &quot;orange&quot; 54.657776 -2.739888 false &quot;N°[Home]&quot;
   neoMapFitBounds &quot;Container6&quot; 54.6576451 -2.740619 54.657776 -2.739888 &quot;&quot;

elseif [Home] == 3
   neoMapAddMarker &quot;Container6&quot; &quot;[Home]&quot; &quot;orange&quot; 54.658110 -2.736469 false &quot;N°[Home]&quot;
   neoMapFitBounds &quot;Container6&quot; 54.6576451 -2.740619 54.658110 -2.736469 &quot;&quot;

elseif [Home] == 4
   neoMapAddMarker &quot;Container6&quot; &quot;[Home]&quot; &quot;orange&quot; 54.659795 -2.740176 false &quot;N°[Home]&quot;
   neoMapFitBounds &quot;Container6&quot; 54.6576451 -2.740619 54.659795 -2.740176 &quot;&quot;

elseif [Home] == 5
   neoMapAddMarker &quot;Container6&quot; &quot;[Home]&quot; &quot;orange&quot; 54.659122 -2.741124 false &quot;N°[Home]&quot;
   neoMapFitBounds &quot;Container6&quot; 54.6576451 -2.740619 54.659122 -2.741124 &quot;test&quot;

endif
neoMapOpenPopup &quot;Container6&quot; &quot;[Home]&quot;

SetVar [old] [Home]</click>
						</PushButton>
						<Headline id="Headline1">
							<left>63px</left>
							<top>83px</top>
							<width>35px</width>
							<height>25px</height>
							<text>N°1</text>
							<kind>h4</kind>
						</Headline>
						<Headline id="Headline2">
							<left>150px</left>
							<top>84px</top>
							<width>35px</width>
							<height>25px</height>
							<text>N°2</text>
							<kind>h4</kind>
						</Headline>
						<Headline id="Headline3">
							<left>244px</left>
							<top>84px</top>
							<width>35px</width>
							<height>25px</height>
							<text>N°3</text>
							<kind>h4</kind>
						</Headline>
						<Rectangle id="Rectangle4">
							<left>97px</left>
							<top>132px</top>
							<width>73px</width>
							<height>39px</height>
							<style>stroke:black;stroke-width:1px;fill:white</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Rectangle id="Rectangle5">
							<left>201px</left>
							<top>132px</top>
							<width>73px</width>
							<height>39px</height>
							<style>stroke:black;stroke-width:1px;fill:white</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Container id="Container5">
							<left>210px</left>
							<top>136px</top>
							<width>50px</width>
							<height>32px</height>
							<style>text-align:center;background-color:#fff;border-radius:30px;border-style:solid;border-width:1px;padding-top:3px</style>
						</Container>
						<Headline id="Headline5">
							<left>221px</left>
							<top>141px</top>
							<width>35px</width>
							<height>25px</height>
							<text>N°5</text>
							<kind>h4</kind>
						</Headline>
						<Container id="Container4">
							<left>108px</left>
							<top>136px</top>
							<width>50px</width>
							<height>32px</height>
							<style>text-align:center;background-color:#fff;border-radius:30px;border-style:solid;border-width:1px;padding-top:3px</style>
						</Container>
						<Headline id="Headline4">
							<left>119px</left>
							<top>142px</top>
							<width>35px</width>
							<height>25px</height>
							<text>N°4</text>
							<kind>h4</kind>
						</Headline>
						<Container id="Container6">
							<left>3px</left>
							<top>188px</top>
							<width>369px</width>
							<height>461px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
					</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>375px</width>
							<height>667px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
