<?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>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\luis.hernandez\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</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>
	<startup>CreateEmptyArray [data]
Loop 0 5 [n]
   CreateEmptyObject [data([n])]
EndLoop
SetVar [data(0).name] &quot;Peter&quot;
SetVar [data(1).name] &quot;Ursula&quot;
SetVar [data(2).name] &quot;Sandra&quot;
SetVar [data(3).name] &quot;John&quot;
SetVar [data(4).name] &quot;Carmen&quot;
SetVar [data(5).name] &quot;Lara&quot;

SetVar [data(0).surname] &quot;Andrews&quot;
SetVar [data(1).surname] &quot;Clark&quot;
SetVar [data(2).surname] &quot;Strongarm&quot;
SetVar [data(3).surname] &quot;Carpenter&quot;
SetVar [data(4).surname] &quot;Miranda&quot;
SetVar [data(5).surname] &quot;Conrado&quot;</startup>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<TextInput id="TextInput1">
							<left>40px</left>
							<top>40px</top>
							<width>168px</width>
							<height>40px</height>
							<variable>[textToSearch]</variable>
							<place_holder>Name</place_holder>
						</TextInput>
						<PushButton id="PushButton1">
							<left>216px</left>
							<top>40px</top>
							<width>88px</width>
							<height>40px</height>
							<caption>Search</caption>
							<click>SetVar [name] &quot;&quot;
SetVar [surname] &quot;&quot;
ArrayLen [data] [total]
Loop 0 [total] [n]
  StrSearch &quot;[textToSearch]&quot; &quot;[data([n]).name]&quot; [position]
  If [position] &gt; -1
     SetVar [name] [data([n]).name]
     SetVar [surname] [data([n]).surname]
     ExitLoop
  EndIf
EndLoop</click>
						</PushButton>
						<Container id="Container1">
							<left>40px</left>
							<top>96px</top>
							<width>264px</width>
							<height>104px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:10px;padding-top:10px</style>
							<html>&lt;b&gt;Name:&lt;/b&gt; [name]&lt;br&gt;
&lt;b&gt;Surname:&lt;/b&gt; [surname]</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>600px</width>
							<height>400px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
