<?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>600</PageWidth>
	<PageHeight>400</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<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="PushButton2">
							<left>16px</left>
							<top>16px</top>
							<width>160px</width>
							<height>56px</height>
							<caption>Create Data</caption>
							<click>CreateEmptyArray [ArrayOfJSONs]
Loop 0 3 [n]
  CreateEmptyObject [ArrayOfJSONs([n])]
EndLoop

SetVar [ArrayOfJSONs(0).id] 1
SetVar [ArrayOfJSONs(0).name] &quot;Andy&quot;
SetVar [ArrayOfJSONs(0).age] 14

SetVar [ArrayOfJSONs(1).id] 2
SetVar [ArrayOfJSONs(1).name] &quot;Ali&quot;
SetVar [ArrayOfJSONs(1).age] 18

SetVar [ArrayOfJSONs(2).id] 3
SetVar [ArrayOfJSONs(2).name] &quot;Shamas&quot;
SetVar [ArrayOfJSONs(2).age] 15

SetVar [ArrayOfJSONs(3).id] 4
SetVar [ArrayOfJSONs(3).name] &quot;Kabir&quot;
SetVar [ArrayOfJSONs(3).age] 16
</click>
						</PushButton>
						<Container id="Container1">
							<left>192px</left>
							<top>16px</top>
							<width>392px</width>
							<height>368px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;overflow-y:auto</style>
							<html>&lt;span ng-repeat=&quot;object in ArrayOfJSONs&quot;&gt;
  &lt;div class=&quot;panel-primary&quot; style=&quot;margin-bottom:20px;&quot;&gt;
        &lt;div class=&quot;panel-heading&quot;&gt;&lt;strong&gt;ID:&lt;/strong&gt; [object.id]&lt;/div&gt;
        &lt;div class=&quot;panel-body&quot; style=&quot;background:#f3f3f3;&quot;&gt;
             &lt;div&gt;&lt;strong&gt;Name:&lt;/strong&gt; [object.name]&lt;/div&gt;
             &lt;div&gt;&lt;strong&gt;Age:&lt;/strong&gt; [object.age]&lt;/div&gt;
        &lt;/div&gt;
  &lt;/div&gt;
&lt;/span&gt;</html>
						</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>1200px</width>
							<height>800px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
