<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<Variables>[arrayData([currentRecord.id])],[arrayData([currentRecord.login])],[arrayData],[currentRecord],[id],[login],[total]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>375</PageWidth>
	<PageHeight>667</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<WebBuildTarget>\\Mac\Home\Documents\VisualNeoWeb\MyProject\TestMysql</WebBuildTarget>
	<AppIcon>\\Mac\Home\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">
			<Components>
				<Function name="parseData">
					<Code>CreateEmptyArray [arrayData]
SetVar [arrayData] [data]
SetVar [currentRecord] 0
SetVar [id] [arrayData([currentRecord]).id]
SetVar [login] [arrayData([currentRecord]).login]

SetObjectHTML &quot;Container1&quot; &quot;[arrayData]&quot;
ConsoleLog [id]
ConsoleLog [login]</Code>
					<Params>[data]|STRING|</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>SetVar [id] &quot;id&quot;
SetVar [login] &quot;login&quot;</pageenter>
					<Components>
						<TextInput id="TextInput1">
							<left>104px</left>
							<top>116px</top>
							<width>251px</width>
							<height>50px</height>
							<variable>[login]</variable>
						</TextInput>
						<TextInput id="TextInput2">
							<left>21px</left>
							<top>116px</top>
							<width>66px</width>
							<height>50px</height>
							<variable>[id]</variable>
						</TextInput>
						<PushButton id="PushButton1">
							<left>107px</left>
							<top>196px</top>
							<width>171px</width>
							<height>44px</height>
							<caption>Load</caption>
							<click>neoAjaxSend &quot;https://mylink/load.php&quot; &quot;POST&quot; &quot;&quot; &quot;json&quot; &quot;parseData&quot; &quot;&quot;</click>
						</PushButton>
						<Container id="Container1">
							<left>30px</left>
							<top>320px</top>
							<width>313px</width>
							<height>146px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>JSON array</html>
						</Container>
						<PushButton id="PushButton2">
							<left>298px</left>
							<top>196px</top>
							<width>55px</width>
							<height>44px</height>
							<caption>=&gt;</caption>
							<click>setVar [currentRecord] [currentRecord]+1
SetVar [id] [arrayData([currentRecord]).id]
SetVar [login] [arrayData([currentRecord]).login]</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>375px</width>
							<height>667px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
