<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Get my IP</AppTitle>
	<AppShortName>Get my IP</AppShortName>
	<Author>SinLios</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 4</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>480</PageWidth>
	<PageHeight>320</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\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">
			<Components>
				<Function name="setVariable">
					<Code>SetVar [myip] [data]</Code>
					<Params>[data]|STRING|Data from URL</Params>
				</Function>
				<Function name="setError">
					<Code>SetVar [myip] &quot;Error getting IP&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>85px</left>
							<top>190px</top>
							<width>133px</width>
							<height>56px</height>
							<caption>&lt;strong&gt;Get my IP&lt;/strong&gt;&lt;br&gt;Ajax method</caption>
							<click>neoAjaxLoad &quot;http://ifconfig.me/ip&quot; &quot;text&quot; &quot;setVariable&quot; &quot;setError&quot;</click>
						</PushButton>
						<Container id="Container1">
							<left>53px</left>
							<top>82px</top>
							<width>374px</width>
							<height>59px</height>
							<style>font-size:22pt;text-align:center</style>
							<html>[myip]</html>
						</Container>
						<PushButton id="PushButton2">
							<left>260px</left>
							<top>190px</top>
							<width>133px</width>
							<height>56px</height>
							<caption>&lt;strong&gt;Get my IP&lt;/strong&gt;&lt;br&gt;FileToVar method</caption>
							<click>FileToVar &quot;http://ifconfig.me/ip&quot; [myip]</click>
						</PushButton>
					</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>1920px</width>
							<height>1080px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
