<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Aplicación sin título</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericTablet</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>768</PageWidth>
	<PageHeight>1024</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<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>
	<ChromeKioskMode>False</ChromeKioskMode>
	<startup>TopCenterApp
SetVar [current] 1
SetVar [tablaOrigen] &quot;https://docs.google.com/spreadsheets/d/16U996NzXHsD8jWqRbaSBfJiqaMkbhg2WsI7GTZizoUk/edit?gid=0#gid=0&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="datos">
					<Code>neoTableLoadData &quot;Tabla&quot; [datos]</Code>
				</Function>
				<Function name="mostrarImagen">
					<Code>SetVar [link] [data]
Return &quot;&lt;a href=&apos;[link]&apos; target=&apos;_blank&apos;&gt;LEER&lt;/a&gt;&quot;</Code>
					<Params>[data]|HTML|Data from GSheets</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="Inicio">
					<style>background-color:#FFEBCD</style>
					<pageenter>neoTableResetColumns &quot;Tabla&quot;

neoTableSetColumn &quot;Tabla&quot; 1 &quot;titulo&quot; &quot;Título&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Tabla&quot; 2 &quot;enlace&quot; &quot;Link&quot; &quot;&quot; false false false &quot;mostrarlink&quot;


neoTableInitTable &quot;Tabla&quot; &quot;es-ES&quot; 1 &quot;Card&quot; false true false true false &quot;&quot;

SetVar [query] &quot;select *&quot;
CreateEmptyArray [importdata]
neoGSheetsLoad &quot;[tablaOrigen]&quot; [datos] &quot;[query]&quot; &quot;datos&quot;

Wait &quot;1000&quot;
neoTableGotoNextPage &quot;Tabla&quot;</pageenter>
					<Components>
						<Container id="Tabla">
							<left>44px</left>
							<top>97px</top>
							<width>678px</width>
							<height>815px</height>
							<style>border-width:1px;overflow-x:auto;overflow-y:auto</style>
						</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>768px</width>
							<height>1024px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
