<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Apple iPhone 6 Plus</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>736</PageWidth>
	<PageHeight>414</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<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>
	<CustomBodyMetadata>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/roundSlider/1.3.3/roundslider.min.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/roundSlider/1.3.3/roundslider.min.css&quot;&gt;</CustomBodyMetadata>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="mysubroutine">
					<Code>CreateEmptyObject [parameter]
SetVar [parameter] [param]
ConsoleLog [parameter.type]</Code>
					<Params>[param]|STRING|Parameter</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="slider">
							<left>232px</left>
							<top>40px</top>
							<width>264px</width>
							<height>256px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<PushButton id="PushButton1">
							<left>32px</left>
							<top>40px</top>
							<width>168px</width>
							<height>48px</height>
							<caption>Create rounded slider</caption>
							<click>NeoScriptToJS
BeginJS
$(&quot;#slider&quot;).roundSlider({
        handleShape: &quot;dot&quot;,
        radius: 130,
        width: 25,
        sliderType: &quot;range&quot;,
        value: &quot;20,92&quot;,
        beforeCreate: neosubroutine.mysubroutine,
        create: neosubroutine.mysubroutine,
        start: neosubroutine.mysubroutine,
        stop: neosubroutine.mysubroutine,
        change: neosubroutine.mysubroutine,
        drag: neosubroutine.mysubroutine,
});

EndJS</click>
						</PushButton>
						<Container id="Container1">
							<left>232px</left>
							<top>328px</top>
							<width>264px</width>
							<height>48px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px</style>
							<html>[parameter.type]</html>
						</Container>
					</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>736px</width>
							<height>414px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
