<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>480</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\Username\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">
					<Components>
						<Container id="Container10">
							<left>88px</left>
							<top>288px</top>
							<width>320px</width>
							<height>24px</height>
							<style>font-weight:bold;border-style:solid;border-width:0</style>
							<html>Output: [output]</html>
						</Container>
						<TextInput id="TextInput4">
							<left>88px</left>
							<top>240px</top>
							<width>200px</width>
							<height>40px</height>
							<variable>[theinput]</variable>
						</TextInput>
						<PushButton id="PushButton1">
							<left>296px</left>
							<top>240px</top>
							<width>112px</width>
							<height>40px</height>
							<caption>Is empty</caption>
							<icon>glyphicon-question-sign</icon>
							<icon_position>pright</icon_position>
							<kind>primary</kind>
							<click>ConsoleLog &quot;Input: ---&gt;[theinput]&lt;---&quot;
ConsoleLog &quot;Text area: ---&gt;[thetextarea]&lt;---&quot;

If [theinput] == &quot;&quot;
  SetVar [output] &quot;Input is empty&quot;
Else
  SetVar [output] &quot;Input is NOT empty&quot;
EndIf

If [thetextarea] == &quot;&quot;
  SetVar [output2] &quot;Text area is empty&quot;
Else
  SetVar [output2] &quot;Text area is NOT empty&quot;
EndIf</click>
						</PushButton>
						<TextArea id="TextArea1">
							<left>88px</left>
							<top>328px</top>
							<width>200px</width>
							<height>72px</height>
							<variable>[thetextarea]</variable>
						</TextArea>
						<Container id="Container1">
							<left>88px</left>
							<top>408px</top>
							<width>320px</width>
							<height>24px</height>
							<style>font-weight:bold;border-style:solid;border-width:0</style>
							<html>Output: [output2]</html>
						</Container>
						<Container id="Container34">
							<left>88px</left>
							<top>168px</top>
							<width>320px</width>
							<height>56px</height>
							<style>color:#189A00;font-size:20px;font-weight:bold;text-align:center</style>
							<html>Variables are &lt;span style=&quot;color:red;&quot;&gt;undefined&lt;/span&gt;
&lt;br&gt;when the app stars?</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
