<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>itemVarBox</AppTitle>
	<AppShortName>itemVarBox</AppShortName>
	<Author>See_Half</Author>
	<Version>1.0</Version>
	<Description>itemVarBox</Description>
	<DesignDeviceName>Google Nexus 5</DesignDeviceName>
	<Variables>[box],[gethis],[insideitem]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>360</PageWidth>
	<PageHeight>640</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>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Listbox id="Listbox1">
							<left>18px</left>
							<top>40px</top>
							<width>330px</width>
							<height>144px</height>
							<items>[insideitem]</items>
							<variable>[box]</variable>
							<multi_select>False</multi_select>
						</Listbox>
						<Combobox id="Combobox1">
							<left>29px</left>
							<top>197px</top>
							<width>202px</width>
							<height>26px</height>
							<items>[insideitem]</items>
							<variable>[box]</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<Combobox id="Combobox2">
							<left>30px</left>
							<top>230px</top>
							<width>201px</width>
							<height>22px</height>
							<items>[insideitem]</items>
							<variable>[box]</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<PushButton id="PushButton1">
							<left>242px</left>
							<top>197px</top>
							<width>94px</width>
							<height>58px</height>
							<icon>glyphicon-download-alt</icon>
							<kind>success</kind>
							<click>CreateArray [insideitem] &quot;Start Fruits,Pinnaple,Papaya,Another Fruits&quot;</click>
						</PushButton>
						<Headline id="Headline1">
							<left>21px</left>
							<top>13px</top>
							<width>245px</width>
							<height>21px</height>
							<text>At This time i only Using &quot;Create Array&quot;</text>
							<kind>h5</kind>
						</Headline>
						<PushButton id="PushButton2">
							<left>35px</left>
							<top>271px</top>
							<width>299px</width>
							<height>59px</height>
							<caption>CLEAR</caption>
							<icon>glyphicon-remove</icon>
							<kind>danger</kind>
							<click>SetVar [insideitem] &quot;&quot;</click>
						</PushButton>
						<TextArea id="TextArea1">
							<left>32px</left>
							<top>401px</top>
							<width>300px</width>
							<height>114px</height>
							<variable>[gethis]</variable>
							<place_holder>Please Write Realtime anything inserted to add all contents move to listbox</place_holder>
						</TextArea>
						<PushButton id="PushButton3">
							<left>45px</left>
							<top>544px</top>
							<width>300px</width>
							<height>67px</height>
							<caption>Are You Ready ?</caption>
							<icon>glyphicon-time</icon>
							<kind>warning</kind>
							<click>If [gethis] &gt; &quot;&quot;
StrParse &quot;[gethis]&quot; &quot;\n&quot; [insideitem]
.SetVar [insideitem] [gethis]
.AlertBox &quot;Hi Look At Me&quot; &quot;You know,the item result is go to population array and not originally input text as like I/O setup and i think is there is not found regulation of variable such as locally or global&quot; &quot;&quot;
endif</click>
						</PushButton>
						<Headline id="Headline2">
							<left>33px</left>
							<top>361px</top>
							<width>300px</width>
							<height>39px</height>
							<text>&quot;Below is that i want and not with array or ListboxAddItem do &quot;SetVar&quot; of TextArea&amp;nbsp;</text>
							<kind>h5</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>360px</width>
							<height>640px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
