<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<Variables>[id],[myvar(&apos;id&apos;)],[myvar(&apos;title&apos;)],[myvar],[title],[url]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>711</PageWidth>
	<PageHeight>400</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\Usuario\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<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>
						<PushButton id="PushButton1">
							<left>374px</left>
							<top>303px</top>
							<width>279px</width>
							<height>40px</height>
							<caption>Load external JSON</caption>
							<click>LoadJSON &quot;https://jsonplaceholder.typicode.com/todos/1&quot; [myvar]
SetVar [title] [myvar(&apos;title&apos;)]
SetVar [id] [myvar(&apos;id&apos;)]
AlertBox &quot;Prueba&quot; &quot;[myvar(&apos;title&apos;)]&quot; &quot;&quot;</click>
						</PushButton>
						<Container id="Container1">
							<left>6px</left>
							<top>132px</top>
							<width>488px</width>
							<height>154px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:10px;padding-top:10px</style>
							<html>[title]&lt;br&gt;
[id]</html>
						</Container>
						<PushButton id="PushButton3">
							<left>28px</left>
							<top>306px</top>
							<width>152px</width>
							<height>40px</height>
							<caption>Load external JSON</caption>
							<click>LoadJSON  &quot;http://genmagic.net/pruebas/atomo.json&quot; [myvar]
SetVar [title] [myvar(&apos;title&apos;)]
AlertBox &quot;Prueba&quot; &quot;[myvar(&apos;title&apos;)]&quot; &quot;&quot;</click>
						</PushButton>
						<Container id="Container3">
							<left>6px</left>
							<top>6px</top>
							<width>397px</width>
							<height>123px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[myvar]</html>
						</Container>
						<Headline id="Headline1">
							<left>403px</left>
							<top>348px</top>
							<width>219px</width>
							<height>23px</height>
							<style>font-size:14pt</style>
							<text>Ejemplo del tutorial</text>
						</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>711px</width>
							<height>400px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
