<?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>800</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\rocco\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="setImage">
					<Code>setvar [imgUrl] &quot;https://upload.wikimedia.org/wikipedia/commons/b/b0/European_grey_wolf_in_Prague_zoo_2.jpg&quot;
SetObjectAttribute &quot;Image2&quot; &quot;src&quot; &quot;[imgUrl]&quot;

ClearInterval [myIntervalVar]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>365px</left>
							<top>28px</top>
							<width>131px</width>
							<height>46px</height>
							<style>font-size:8pt</style>
							<caption>setimage on this page</caption>
							<click>setvar [imgUrl] &quot;https://upload.wikimedia.org/wikipedia/commons/b/b0/European_grey_wolf_in_Prague_zoo_2.jpg&quot;
SetObjectAttribute &quot;Image1&quot; &quot;src&quot; &quot;[imgUrl]&quot;</click>
						</PushButton>
						<Image id="Image1">
							<left>21px</left>
							<top>18px</top>
							<width>312px</width>
							<style>border-color:#9CFF36;border-style:solid;border-width:1px</style>
						</Image>
						<PushButton id="PushButton2">
							<left>366px</left>
							<top>136px</top>
							<width>301px</width>
							<height>46px</height>
							<style>font-size:8pt</style>
							<caption>set timeinterval that open image on dialog  and open dialog</caption>
							<click>.setvar [imgUrl] &quot;https://upload.wikimedia.org/wikipedia/commons/b/b0/European_grey_wolf_in_Prague_zoo_2.jpg&quot;
.SetObjectAttribute &quot;Image2&quot; &quot;src&quot; &quot;[imgUrl]&quot;

SetInterval 100 &quot;setImage&quot; [myIntervalVar]
OpenDialog &quot;dlgImg&quot;</click>
						</PushButton>
						<PushButton id="PushButton4">
							<left>366px</left>
							<top>82px</top>
							<width>205px</width>
							<height>46px</height>
							<style>color:#FF0000;font-size:8pt</style>
							<caption>set image on dialog and open dialog</caption>
							<click>setvar [imgUrl] &quot;https://upload.wikimedia.org/wikipedia/commons/b/b0/European_grey_wolf_in_Prague_zoo_2.jpg&quot;
SetObjectAttribute &quot;Image2&quot; &quot;src&quot; &quot;[imgUrl]&quot;

OpenDialog &quot;dlgImg&quot;</click>
						</PushButton>
						<PushButton id="PushButton5">
							<left>366px</left>
							<top>198px</top>
							<width>359px</width>
							<height>46px</height>
							<style>font-size:8pt</style>
							<caption>set image&amp;nbsp;source&amp;nbsp;used in Image3 in container on dialog and open dialog</caption>
							<click>setvar [imgUrl] &quot;https://upload.wikimedia.org/wikipedia/commons/b/b0/European_grey_wolf_in_Prague_zoo_2.jpg&quot;
.SetObjectAttribute &quot;Image3&quot; &quot;src&quot; &quot;[imgUrl]&quot;

OpenDialog &quot;dlgImg&quot;</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="dlgImg">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>800px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
							<Components>
								<Image id="Image2">
									<left>28px</left>
									<top>81px</top>
									<width>309px</width>
									<style>border-color:#E0E0E0;border-style:solid;border-width:1px</style>
								</Image>
								<PushButton id="PushButton3">
									<left>287px</left>
									<top>490px</top>
									<width>129px</width>
									<height>39px</height>
									<caption>close</caption>
									<click>closedialog</click>
								</PushButton>
								<Container id="Container1">
									<left>430px</left>
									<top>83px</top>
									<width>295px</width>
									<height>365px</height>
									<style>border-width:1px;border-style:solid;background-color:#fff;</style>
									<html>&lt;img id=&quot;Image3&quot;  src=&quot;[imgUrl]&quot; alt=&quot;image&quot; title=&quot;image&quot;  style=&quot;width: auto; height: 100%;&quot;&gt;</html>
								</Container>
							</Components>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
