<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>375</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>True</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\emo\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</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="dragstart">
					<Code>neoDragGetPositionX &quot;Container1&quot; [xpos]
neoDragGetPositionY &quot;Container1&quot; [ypos]
Refresh
.AlertBox &quot;Drag Start&quot; &quot;Dragging has started [xpos] [ypos]&quot; &quot;&quot;</Code>
				</Function>
				<Function name="ondropsuccess">
					<Code>SetVar [num] [num]+1
SetVar [message] &quot;Correctly dropped: [object1] into [object2]&quot;
Refresh</Code>
					<Params>[object1]|STRING|Draggable object;[object2]|STRING|Drop object</Params>
				</Function>
				<Function name="ondropfail">
					<Code>SetVar [message] &quot;Incorrectly dropped: [object1]&quot;
Refresh</Code>
					<Params>[object1]|STRING|Draggable object</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>overflow-x:hidden;overflow-y:hidden</style>
					<pageenter>SetVar [num] 0
slDraggableInit &quot;yellow&quot; &quot;both&quot; &quot;&quot; 0 0 &quot;&quot;
slDraggableInit &quot;red&quot; &quot;both&quot; &quot;&quot; 0 0 &quot;&quot;
slDraggableInit &quot;blue&quot; &quot;both&quot; &quot;&quot; 0 0 &quot;&quot;
slDraggableSetDropObject &quot;yellow&quot; &quot;yellowdrop&quot; &quot;center&quot; &quot;ondropsuccess&quot; &quot;ondropfail&quot;
slDraggableSetDropObject &quot;red&quot; &quot;reddrop&quot; &quot;center&quot; &quot;ondropsuccess&quot; &quot;ondropfail&quot;
slDraggableSetDropObject &quot;blue&quot; &quot;bluedrop&quot; &quot;center&quot; &quot;ondropsuccess&quot; &quot;ondropfail&quot;
slDraggableSetDropObject &quot;blue&quot; &quot;bluedrop2&quot; &quot;center&quot; &quot;ondropsuccess&quot; &quot;ondropfail&quot;</pageenter>
					<Components>
						<Container id="Container2">
							<left>16px</left>
							<top>344px</top>
							<width>352px</width>
							<height>24px</height>
							<style>background-color:#fff</style>
							<html>Successful drops: [num]</html>
						</Container>
						<Container id="bluedrop2">
							<left>504px</left>
							<top>256px</top>
							<width>104px</width>
							<height>104px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:5px;padding-top:5px</style>
							<html>Also blue</html>
						</Container>
						<Container id="yellowdrop">
							<left>504px</left>
							<top>16px</top>
							<width>104px</width>
							<height>104px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:5px;padding-top:5px</style>
							<html>Yellow</html>
						</Container>
						<Container id="reddrop">
							<left>504px</left>
							<top>136px</top>
							<width>104px</width>
							<height>104px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:5px;padding-top:5px</style>
							<html>Red</html>
						</Container>
						<Container id="bluedrop">
							<left>384px</left>
							<top>256px</top>
							<width>104px</width>
							<height>104px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:5px;padding-top:5px</style>
							<html>Blue</html>
						</Container>
						<Container id="yellow">
							<left>80px</left>
							<top>280px</top>
							<width>50px</width>
							<height>50px</height>
							<style>background-color:#FFFDAF;border-style:solid;border-width:1px;cursor:move</style>
						</Container>
						<Container id="red">
							<left>80px</left>
							<top>40px</top>
							<width>50px</width>
							<height>50px</height>
							<style>background-color:#DE3800;border-style:solid;border-width:1px;cursor:move</style>
						</Container>
						<Container id="blue">
							<left>80px</left>
							<top>160px</top>
							<width>50px</width>
							<height>50px</height>
							<style>background-color:#80B7FF;border-style:solid;border-width:1px;cursor:move</style>
							<click>neoDragEnable &quot;blue&quot;</click>
						</Container>
						<PushButton id="PushButton1">
							<left>204px</left>
							<top>329px</top>
							<width>154px</width>
							<height>33px</height>
							<caption>neoDragSetPosition</caption>
							<click>neoDragSetPosition &quot;yellow&quot; &quot;140&quot; &quot;40&quot;
neoDragSetPosition &quot;blue&quot; &quot;140&quot; &quot;160&quot;
neoDragSetPosition &quot;red&quot; &quot;140&quot; &quot;280&quot;</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>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
