<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Test</AppTitle>
	<Version>1.0</Version>
	<Variables>[albumsdata],[allalbumsdata],[allsinglesdata],[currentEventData],[currentLoggedEventsObject],[Edit],[fileName],[importdata],[incrowsdata],[mydata],[neoTableEvent],[neoTableField],[neoTablePage],[neoTableRow],[neoTableRowString],[neoTableSearch],[rows],[showTableEvent],[showTableField],[showTablePage],[showTableRow],[showTableSearch],[singlesdata],[thisEventData],[thisSelectResult],[Title]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>360</PageWidth>
	<PageHeight>680</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>MobileApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<MobileBuildTarget>D:\My Documents\VisualNeoWeb\Pauls Apps\UK Number 1s\UK Number 1s BlkTheme.zip</MobileBuildTarget>
	<CustomCSS>tr:hover {
          background-color: red;
    }

</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS]</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"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>background-color:#000000</style>
					<pageenter>SetVar [Title] &quot;Test&quot;

BEGINJS

$App.mydata=[
{&quot;date&quot;:&quot;14/11/1952&quot;,&quot;title&quot;:&quot;Here In My Heart&quot;,&quot;artist&quot;:&quot;Al Martino&quot;,&quot;weeks&quot;:9},{&quot;date&quot;:&quot;16/01/1953&quot;,&quot;title&quot;:&quot;You Belong To Me&quot;,&quot;artist&quot;:&quot;Jo Stafford&quot;,&quot;weeks&quot;:1},{&quot;date&quot;:&quot;23/01/1953&quot;,&quot;title&quot;:&quot;Comes A-Long A-Love&quot;,&quot;artist&quot;:&quot;Kay Starr&quot;,&quot;weeks&quot;:1},{&quot;date&quot;:&quot;30/01/1953&quot;,&quot;title&quot;:&quot;Outside Of Heaven&quot;,&quot;artist&quot;:&quot;Eddie Fisher&quot;,&quot;weeks&quot;:1},{&quot;date&quot;:&quot;06/02/1953&quot;,&quot;title&quot;:&quot;Don&apos;t Let The Stars Get In Your Eyes&quot;,&quot;artist&quot;:&quot;Perry Como With The Ramblers&quot;,&quot;weeks&quot;:5}
]
EndJS

... Reset any previous column definitions
neoTableResetColumns &quot;ViewsContainer&quot;

neoTableSetColumn &quot;ViewsContainer&quot; 1 &quot;date&quot; &quot;Date&quot; &quot;5%&quot; false false true &quot;&quot;
neoTableSetColumn &quot;ViewsContainer&quot; 2 &quot;title&quot; &quot;Title&quot; &quot;45%&quot; true false true &quot;&quot;
neoTableSetColumn &quot;ViewsContainer&quot; 3 &quot;artist&quot; &quot;Artist&quot; &quot;45%&quot; true false true &quot;&quot;
neoTableSetColumn &quot;ViewsContainer&quot; 4 &quot;weeks&quot; &quot;Wks&quot; &quot;5%&quot; true false false &quot;&quot;

... define user permissions
neoTableInitTable &quot;ViewsContainer&quot; &quot;&quot; [rows] &quot;Table&quot; false true false true false &quot;eventManager&quot;

neoTableLoadData &quot;ViewsContainer&quot; [mydata]</pageenter>
					<Components>
						<Container id="ViewsContainer">
							<left>0px</left>
							<top>48px</top>
							<width>360px</width>
							<height>584px</height>
							<style>color:#FFFFFF;font-size:8pt;background-color:#000000;padding-left:5px;padding-right:5px;overflow-y:auto</style>
						</Container>
						<Headline id="Headline1">
							<left>66px</left>
							<top>10px</top>
							<width>229px</width>
							<height>12px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000;max-height:26px;min-height:26px</style>
							<text>[Title]</text>
							<kind>h3</kind>
						</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>360px</width>
							<height>640px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
