<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Samsung Galaxy S4</DesignDeviceName>
	<Variables>[contentjson],[errorCode],[fileName],[importdata],[query],[urlHoja2]</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>True</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<MinifySource>True</MinifySource>
	<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>
	<OrientationLimit>OL_PORTRAITONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="datos">
					<Code>
ConsoleLog [importdata]
.ArrayDelItem [importdata] 0

neoTableLoadData &quot;Container1&quot; [importdata]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>

</pageenter>
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>0px</top>
							<width>360px</width>
							<height>488px</height>
							<style>font-size:8pt;background-color:#fff;border-style:solid;border-width:1px</style>
						</Container>
						<PushButton id="PushButton1">
							<left>86px</left>
							<top>544px</top>
							<width>181px</width>
							<height>46px</height>
							<caption>Load Gsheet Content</caption>
							<click>SetVar [urlHoja2] &quot;https://docs.google.com/spreadsheets/d/15opsxPVzmeZSuLQOB0WqN2K4rcc1e_6HSnIvreVMdek/edit#gid=0&quot;

neoTableResetColumns &quot;Container1&quot;

neoTableSetColumn &quot;Container1&quot; 1 &quot;Name&quot; &quot;Nombre&quot; &quot;&quot; false false false &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 2 &quot;Surname&quot; &quot;Apellidos&quot; &quot;&quot; false false false &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 3 &quot;Age&quot; &quot;Edad&quot; &quot;&quot; false false false &quot;&quot;

neoTableInitTable &quot;Container1&quot; &quot;&quot;4 &quot;Table&quot; true true false true false &quot;&quot;

SetVar [query] &quot;select *&quot;
CreateEmptyArray [importdata]
neoGSheetsLoad &quot;[urlHoja2]&quot; [importdata] &quot;[query]&quot; &quot;datos&quot;







</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>360px</width>
							<height>640px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
