<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<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>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="SetData">
					<Code>SetVar [id] [userinfo([n]).id]
SetVar [name] [userinfo([n]).name]
SetVar [username] [userinfo([n]).username]
SetVar [password] [userinfo([n]).password]
SetVar [email] [userinfo([n]).email]
SetVar [accounttype] [userinfo([n]).accounttype]
SetVar [registerdate] [userinfo([n]).registerdate]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>15px</left>
							<top>15px</top>
							<width>185px</width>
							<height>65px</height>
							<caption>Load data</caption>
							<click>BeginJS
  $App.userinfo = [{&quot;id&quot;:&quot;1&quot;,&quot;name&quot;:null,&quot;username&quot;:&quot;admin&quot;,&quot;password&quot;:&quot;123456&quot;,&quot;email&quot;:&quot;smartmediagr@gmail.com&quot;,&quot;accounttype&quot;:null,&quot;registerdate&quot;:null},{&quot;id&quot;:&quot;2&quot;,&quot;name&quot;:null,&quot;username&quot;:&quot;test&quot;,&quot;password&quot;:&quot;test&quot;,&quot;email&quot;:&quot;test@test.gr&quot;,&quot;accounttype&quot;:null,&quot;registerdate&quot;:null},{&quot;id&quot;:&quot;3&quot;,&quot;name&quot;:null,&quot;username&quot;:&quot;niki&quot;,&quot;password&quot;:&quot;123456&quot;,&quot;email&quot;:&quot;test@test1.gr&quot;,&quot;accounttype&quot;:null,&quot;registerdate&quot;:null},{&quot;id&quot;:&quot;5&quot;,&quot;name&quot;:null,&quot;username&quot;:&quot;nikos&quot;,&quot;password&quot;:&quot;123456&quot;,&quot;email&quot;:&quot;test@test1.gr&quot;,&quot;accounttype&quot;:null,&quot;registerdate&quot;:null},{&quot;id&quot;:&quot;6&quot;,&quot;name&quot;:null,&quot;username&quot;:&quot;niki&quot;,&quot;password&quot;:&quot;123456&quot;,&quot;email&quot;:&quot;test@test1.gr&quot;,&quot;accounttype&quot;:null,&quot;registerdate&quot;:null},{&quot;id&quot;:&quot;7&quot;,&quot;name&quot;:&quot;niki&quot;,&quot;username&quot;:&quot;niki&quot;,&quot;password&quot;:&quot;123456&quot;,&quot;email&quot;:&quot;test@test1.gr&quot;,&quot;accounttype&quot;:&quot;Πελάτης&quot;,&quot;registerdate&quot;:&quot;2022-11-24 20:00:20&quot;},{&quot;id&quot;:&quot;8&quot;,&quot;name&quot;:null,&quot;username&quot;:&quot;niki&quot;,&quot;password&quot;:&quot;123456&quot;,&quot;email&quot;:&quot;test@test1.gr&quot;,&quot;accounttype&quot;:null,&quot;registerdate&quot;:null}];
EndJS

.Show data in Container
SetVar [n] 0
SetData

.Show data in a table
neoTableSetColumn &quot;Container1&quot; 1 &quot;id&quot; &quot;Id&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 2 &quot;name&quot; &quot;Name&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 3 &quot;username&quot; &quot;Username&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 4 &quot;password&quot; &quot;Password&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 5 &quot;email&quot; &quot;Email&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 6 &quot;accounttype&quot; &quot;Account Type&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 7 &quot;registerdate&quot; &quot;Register Date&quot; &quot;&quot; true false true &quot;&quot;
neoTableInitTable &quot;Container1&quot; &quot;&quot; 0 &quot;Table&quot; true true true true false &quot;&quot;
neoTableLoadData &quot;Container1&quot; [userinfo]
</click>
						</PushButton>
						<Container id="Container1">
							<left>215px</left>
							<top>250px</top>
							<width>795px</width>
							<height>330px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="Container2">
							<left>215px</left>
							<top>15px</top>
							<width>795px</width>
							<height>160px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:10px;padding-top:10px</style>
							<html>Id: [id]&lt;br&gt;
Name: [name]&lt;br&gt;
User name: [username]&lt;br&gt;
Password: [password]&lt;br&gt;
Email: [email]&lt;br&gt;
Account type: [accounttype]&lt;br&gt;
Register date: [registerdate]</html>
						</Container>
						<PushButton id="PushButton2">
							<left>900px</left>
							<top>185px</top>
							<width>110px</width>
							<height>35px</height>
							<caption>Next</caption>
							<click>.Show data in Container
SetVar [n] [n]+1
If [n] = [userinfo.length]
   SetVar [n] [n]-1
EndIf
SetData</click>
						</PushButton>
						<PushButton id="PushButton3">
							<left>785px</left>
							<top>185px</top>
							<width>110px</width>
							<height>35px</height>
							<caption>Prev</caption>
							<click>.Show data in Container
SetVar [n] [n]-1
If [n] &lt; 0
  SetVar [n] 0
EndIf
SetData</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>1024px</width>
							<height>768px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
