<?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>320</PageWidth>
	<PageHeight>400</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\ronni\OneDrive\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<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>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>SetVar [mydate] &quot;28-04-2020&quot;
neoDatePickerPlus &quot;TextInput1&quot; &quot;dd-mm-yyyy&quot; &quot;&quot; &quot;en&quot; false &quot;days&quot; &quot;days&quot; &quot;bottom left&quot; true [mydate]</pageenter>
					<Components>
						<TextInput id="TextInput1">
							<left>24px</left>
							<top>48px</top>
							<width>168px</width>
							<height>32px</height>
							<style>font-size:16pt</style>
							<variable>[mydate]</variable>
							<change>jsalert &quot;Hello&quot;</change>
						</TextInput>
						<Paragraph id="Paragraph1">
							<left>24px</left>
							<top>24px</top>
							<width>120px</width>
							<height>24px</height>
							<text>DATE:</text>
						</Paragraph>
						<PushButton id="PushButton1">
							<left>128px</left>
							<top>96px</top>
							<width>64px</width>
							<height>32px</height>
							<caption> +1</caption>
							<click>StrCopy &quot;[mydate]&quot; 6 4 [t]
StrCopy &quot;[mydate]&quot; 3 2 [MM]
StrCopy &quot;[mydate]&quot; 0 2 [DD]
Math &quot;[t] + 1&quot; 0 [YY]
SetVar [mydate] &quot;[DD]-[MM]-[YY]&quot;
</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>24px</left>
							<top>96px</top>
							<width>64px</width>
							<height>32px</height>
							<caption>-1</caption>
							<click>StrCopy &quot;[mydate]&quot; 6 4 [t]
StrCopy &quot;[mydate]&quot; 3 2 [MM]
StrCopy &quot;[mydate]&quot; 0 2 [DD]
Math &quot;[t] - 1&quot; 0 [YY]
SetVar [mydate] &quot;[DD]-[MM]-[YY]&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph2">
							<left>8px</left>
							<top>144px</top>
							<width>288px</width>
							<height>112px</height>
							<style>font-size:9pt</style>
							<text>1) Click on DATE (TextInput). Date (28-04-2020) is shown.&lt;br&gt;&lt;br&gt;2) Now click on &quot;+1&quot; button to set year to next year&lt;br&gt;&lt;br&gt;3) Click on DATE (TextInput). Year shown is still 2020, and not 2021 (or as shown in [mydate])&lt;br&gt;&lt;br&gt;In TextInput1, the jsalert message was not executed when entry in TextInput1 was changed.</text>
						</Paragraph>
					</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>320px</width>
							<height>240px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
