<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>NeoShoutBox</AppTitle>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>True</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<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>
	<OrientationLimit>OL_PORTRAITONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<CustomHeadMetadata>&lt;meta name=&quot;viewport&quot; content=&quot;width=320, user-scalable=no&quot;&gt;</CustomHeadMetadata>
	<UseViewportMeta>False</UseViewportMeta>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="loaded">
					<Code>BeginJS
  $App.myvar=decodeURIComponent($App.myvar);
EndJS
SetObjectHTML &quot;Container1&quot; &quot;[myvar]&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>background-color:#E0E0E0</style>
					<pageenter>.Only for my computer
SetVar [server] &quot;http://localhost&quot;

.Whole internet (must open port 80 on router)
.SetVar [server] &quot;http://88.18.177.181&quot;

.Intranet
.SetVar [server] &quot;http://192.168.1.42&quot;

FileToVar &quot;[server]/neo&quot; [myvar]
SetVar [message] &quot;&quot;
OnLoadSuccess &quot;loaded&quot;
</pageenter>
					<Components>
						<Container id="Container1">
							<left>16px</left>
							<top>35px</top>
							<width>289px</width>
							<height>255px</height>
							<style>background-color:#fff;border-color:#E0E0E0;border-style:solid;border-width:1px;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px;overflow-y:auto</style>
						</Container>
						<PushButton id="PushButton1">
							<left>16px</left>
							<top>432px</top>
							<width>289px</width>
							<height>40px</height>
							<caption>Publish</caption>
							<kind>primary</kind>
							<click>FileToVar &quot;[server]/neo?[name]::[message]&quot; [myvar]
SetVar [message] &quot;&quot;
OnLoadSuccess &quot;loaded&quot;</click>
						</PushButton>
						<TextInput id="TextInput1">
							<left>15px</left>
							<top>300px</top>
							<width>289px</width>
							<height>40px</height>
							<variable>[name]</variable>
							<place_holder>Name</place_holder>
						</TextInput>
						<TextArea id="TextArea1">
							<left>16px</left>
							<top>345px</top>
							<width>289px</width>
							<height>79px</height>
							<variable>[message]</variable>
							<place_holder>Message</place_holder>
						</TextArea>
						<Paragraph id="Paragraph1">
							<left>20px</left>
							<top>10px</top>
							<width>285px</width>
							<height>20px</height>
							<style>color:#0392CE;font-weight:bold;text-align:center</style>
							<text>NeoShoutBox</text>
						</Paragraph>
					</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>1024px</width>
							<height>670px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
