<?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>700</PageWidth>
	<PageHeight>450</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\smartmedia\Documents\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="verify">
					<Code>If 12345 != [DR34547]
AlertBoxEx &quot;Information&quot; &quot;Veiry failed, please try again.&quot; &quot;440&quot; &quot;250&quot; &quot;#B22222&quot; &quot;&quot;
Return 0
else
AlertBoxEx &quot;Information&quot; &quot;Verify Success!&quot; &quot;440&quot; &quot;250&quot; &quot;#2BB80E&quot; &quot;&quot;

endif</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>93px</left>
							<top>357px</top>
							<width>218px</width>
							<height>45px</height>
							<caption>Call custom dialog to verify</caption>
							<click>OpenDialog &quot;Verify&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>375px</left>
							<top>357px</top>
							<width>218px</width>
							<height>45px</height>
							<caption>Call jsPrompt to verify</caption>
							<click>jsPrompt &quot;Enter the code to verify&quot; &quot;&quot; [UpdateClientPassVerify]


If 12345 != [UpdateClientPassVerify]
AlertBoxEx &quot;Information&quot; &quot;Veiry failed, please try again.&quot; &quot;440&quot; &quot;250&quot; &quot;#B22222&quot; &quot;&quot;
Return 0
endif</click>
						</PushButton>
						<Paragraph id="Paragraph1">
							<left>74px</left>
							<top>41px</top>
							<width>542px</width>
							<height>252px</height>
							<text>When i call the custom dialog the script does not freeze as suppose to, it continues the execution of the rest code.&lt;br&gt;&lt;br&gt;On the other hand jsPrompt works as suppose to, it freeze the execution and continues after.&lt;br&gt;&lt;br&gt;&lt;br&gt;Ps. I copy paste the custom dialog from my app and now they are 2Dialog Containers on the same window, obviously that&apos;s a bug cause you cannot delete a Dialog container.</text>
						</Paragraph>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="Verify">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>431px</width>
							<height>266px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
						<DialogContainer id="DialogContainer5">
							<left>0px</left>
							<top>0px</top>
							<width>349px</width>
							<height>195px</height>
							<caption>Code verify</caption>
							<close_button>False</close_button>
							<kind>primary</kind>
							<Components>
								<PushButton id="PushButton257">
									<left>187px</left>
									<top>136px</top>
									<width>132px</width>
									<height>33px</height>
									<caption>Verify</caption>
									<icon>glyphicon-ok</icon>
									<kind>success</kind>
									<click>verify
closedialog</click>
								</PushButton>
								<PushButton id="PushButton258">
									<left>27px</left>
									<top>136px</top>
									<width>115px</width>
									<height>33px</height>
									<caption>Cancel</caption>
									<icon>glyphicon-chevron-left</icon>
									<click>closedialog</click>
								</PushButton>
								<PasswordInput id="PasswordInput7">
									<left>26px</left>
									<top>77px</top>
									<width>293px</width>
									<height>37px</height>
									<variable>[DR34547]</variable>
									<place_holder>Enter the code to verify</place_holder>
								</PasswordInput>
							</Components>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
