<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Aplicación sin título</AppTitle>
	<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>
	<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] 0
SetVar [tablaOrigen] &quot;https://docs.google.com/spreadsheets/d/1N6mDKomgu6hrROYk0LBaZvv0JsehQz_jQHt9ZYZBjRE/edit#gid=592039329&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="datos">
					<Code>neoTableLoadData &quot;Tabla&quot; [datos]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="Inicio">
					<style>background-color:#707070</style>
					<pageenter>neoTableResetColumns &quot;Tabla&quot;


neoTableSetColumn &quot;Tabla&quot; 1 &quot;c01&quot; &quot;Título&quot; &quot;&quot; false false true &quot;&quot;
neoTableSetColumn &quot;Tabla&quot; 2 &quot;c02&quot; &quot;Título Alt.&quot; &quot;&quot; false false true &quot;&quot;
neoTableSetColumn &quot;Tabla&quot; 3 &quot;c03&quot; &quot;Género&quot; &quot;&quot; false false true &quot;&quot;
neoTableSetColumn &quot;Tabla&quot; 4 &quot;c04&quot; &quot;Póster&quot; &quot;&quot; false false true &quot;mostrarImagen&quot;

neoTableInitTable &quot;Tabla&quot; &quot;es-ES&quot; 1 &quot;Card&quot; false true false false false &quot;&quot;

SetVar [query] &quot;select *&quot;
CreateEmptyArray [importdata]
neoGSheetsLoad &quot;[tablaOrigen]&quot; [datos] &quot;[query]&quot; &quot;datos&quot;

BeginJS
  $(&quot;#Tabla input[type=text]&quot;).css(&quot;height&quot;,&quot;1px&quot;);
  $(&quot;#Tabla input[type=text]&quot;).css(&quot;width&quot;,&quot;1px&quot;);
  $(&quot;#Tabla input[type=text]&quot;).css(&quot;padding&quot;,&quot;0px&quot;);
  $(&quot;#Tabla input[type=text]&quot;).css(&quot;border&quot;,&quot;0px solid rgba(0,0,0,0&quot;);
EndJS

Wait &quot;1000&quot;
neoTableGotoNextPage &quot;Tabla&quot;</pageenter>
					<Components>
						<Container id="Tabla">
							<left>94px</left>
							<top>97px</top>
							<width>580px</width>
							<height>377px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<TextInput id="TextInput5">
							<left>252px</left>
							<top>38px</top>
							<width>264px</width>
							<height>38px</height>
							<variable>[search]</variable>
							<place_holder>Buscar</place_holder>
							<change>.We write the [search] variable value into the search field
.The we focus on the search field to fire the search functionality
.Finally we get the focus back to TextInput1
BeginJS
  $(&quot;#Tabla input[type=text]&quot;).val($App.search);
  $(&quot;#Tabla input[type=text]&quot;).focus();
  $(&quot;#TextInput5&quot;).focus();
EndJS</change>
						</TextInput>
					</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>
