<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\ASMAT\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>#page-wrap {
  max-width: 500px;
  margin: 1rem auto;
  padding: 1rem;
}

h1, h2 {
  line-height: 1.2;
}

p, ul, h1 {
  margin: 0 0 1rem 0;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<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>NeoScriptToJS</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="eventManager">
					<Code>... log this event
If [currentLoggedEventsObject] != &quot;&quot;
   .MessageBox &quot;Info&quot; &quot;[neoTableEvent] + [neoTableField]&quot; &quot;OK&quot; &quot;&quot;
   SetVar [thisResult] &quot;[neoTableEvent] + [neoTableField]&quot;
   GetObjectHTML &quot;[currentLoggedEventsObject]&quot; [currentEventData]
   SetVar [thisEventData] &quot;[neoTableEvent]: &quot;
   If [neoTableEvent] == &quot;check&quot;
     .MessageBox &quot;Info&quot; &quot;I was check&quot; &quot;OK&quot; &quot;&quot;
   Endif
   If [neoTableEvent] == &quot;click&quot;
      .MessageBox &quot;Info&quot; &quot;I was clicked&quot; &quot;OK&quot; &quot;&quot;
      SetVar [thisEventData] &quot;[thisEventData][neoTableField]&quot;
      StringifyJSON [neoTableRow] [neoTableRowString]
      SetVar [thisSelectResult] [neoTableRowString]
      SetVar [thisEventData] &quot;[thisEventData]&lt;br/&gt;[neoTableRowString]&quot;
      .MessageBox &quot;Info&quot; &quot;[neoTableRowString]&quot; &quot;OK&quot; &quot;&quot;
   EndIf
   If [neoTableEvent] == &quot;pagechange&quot;
      SetVar [thisEventData] &quot;[thisEventData][neoTablePage]&quot;
   EndIf
   If [neoTableEvent] == &quot;search&quot;
      SetVar [thisEventData] &quot;[thisEventData][neoTableSearch]&quot;
   EndIf
   .SetVar [thisTableRow] [neoTableRowString]
   SetObjectHTML &quot;[currentLoggedEventsObject]&quot; &quot;[currentEventData]&lt;br/&gt;[thisEventData]&quot;
    
   .Current row: [neoTableRow]
   .Current event name: [neoTableEvent]
   .Current field name: [neoTableField]
   .Current table page number: [neoTablePage]
   .Current search text: [neoTableSearch]
EndIf</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>BEGINJS

$App.myjson=[
{
&quot;Id&quot;:1,
&quot;Name&quot;:&quot;nasir&quot;,
&quot;Age&quot;:14
},
{
&quot;Id&quot;:2,
&quot;Name&quot;:&quot;ali&quot;,
&quot;Age&quot;:18
},
{
&quot;Id&quot;:3,
&quot;Name&quot;:&quot;shamas&quot;,
&quot;Age&quot;:15
},
{
&quot;Id&quot;:4,
&quot;Name&quot;:&quot;kabir&quot;,
&quot;Age&quot;:16
},
{
&quot;Id&quot;:5,
&quot;Name&quot;:&quot;khatra&quot;,
&quot;Age&quot;:17
},
{
&quot;Id&quot;:6,
&quot;Name&quot;:&quot;qatea&quot;,
&quot;Age&quot;:19
}
]
EndJS
.neoTableSetMultiSelectColumn &quot;Container1&quot; 1 &quot;unique&quot;
neoTableSetSelectColumn &quot;Container1&quot; 1 &quot;unique&quot;
neoTableSetColumn &quot;Container1&quot; 2 &quot;Id&quot; &quot;ID&quot; &quot;&quot; false false false &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 3 &quot;Name&quot; &quot;Name&quot; &quot;&quot; false false false &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 4 &quot;Age&quot; &quot;Age&quot; &quot;&quot; false false false &quot;&quot;
neoTableInitTable &quot;Container1&quot; &quot;&quot; 0 &quot;Table&quot; false false false false false &quot;eventManager&quot;
neoTableLoadData &quot;Container1&quot; [myjson]</pageenter>
					<Components>
						<Container id="Container1">
							<left>28px</left>
							<top>30px</top>
							<width>372px</width>
							<height>359px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Headline id="Headline1">
							<left>415px</left>
							<top>33px</top>
							<width>207px</width>
							<height>23px</height>
							<text>[thisTableRow]</text>
							<kind>h5</kind>
						</Headline>
						<Headline id="Headline2">
							<left>416px</left>
							<top>61px</top>
							<width>214px</width>
							<height>23px</height>
							<text>[thisEventData]</text>
							<kind>h5</kind>
						</Headline>
						<Headline id="Headline3">
							<left>416px</left>
							<top>92px</top>
							<width>214px</width>
							<height>23px</height>
							<text>[thisResult]</text>
							<kind>h5</kind>
						</Headline>
						<Headline id="Headline4">
							<left>416px</left>
							<top>121px</top>
							<width>214px</width>
							<height>23px</height>
							<text>[thisSelectResult]</text>
							<kind>h5</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>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
