<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>700</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\smartmedia\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</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>neoGetItem &quot;Status&quot; [Status] &quot;&quot;
AlertBox &quot;&quot; &quot;Status is [Status]&quot; &quot;&quot;</pageenter>
					<Components>
						<PushButton id="PushButton257">
							<left>216px</left>
							<top>298px</top>
							<width>120px</width>
							<height>50px</height>
							<caption>NeoSet</caption>
							<click>neoSetItem &quot;Status&quot; &quot;1&quot; &quot;&quot;</click>
						</PushButton>
						<PushButton id="PushButton258">
							<left>362px</left>
							<top>298px</top>
							<width>120px</width>
							<height>50px</height>
							<caption>NeoGet</caption>
							<click>neoGetItem &quot;Status&quot; [Status] &quot;&quot;
AlertBox &quot;&quot; &quot;Status is [Status]&quot; &quot;&quot;</click>
						</PushButton>
						<Headline id="Headline1">
							<left>20px</left>
							<top>36px</top>
							<width>665px</width>
							<height>147px</height>
							<text>Local storage&lt;br&gt;&lt;br&gt;When i&amp;nbsp;try to read from Local Storage at first page (index) i get undefined as result.&lt;br&gt;After page has loaded if you press the button NeoGet, you get the result.</text>
							<kind>h4</kind>
						</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>1200px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
