<?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>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\asmat\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.textMiddle{
display:flex;
justify-content:center;
align-items:center;
user-select:none;
}

#tooltips::before{
content:&apos;&apos;;
background:transparent;
width:0;
height:0;
display:block;
margin: 0;
position: absolute;
top: 50%;
left:-10px;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-right:10px solid #fafbf4;
border-left:10px solid transparent;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
}

.center{
  top:0px!important;
  left:0px!important;
  right:0px!important;
  bottom:0px!important;
  margin:auto!important;
}

.item{
color:transparent;
user-select:none;
width:calc(100% - 20px)!important;
}

.box {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<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>
	<startup>NeoScriptToJS</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="tooltip">
					<Code>var n = parseInt(myItem.id.slice(4,5))
myTooltip.style.top = menuTop+gap+(n-1)*(itemHeight+gap)+(itemHeight-tipHeight)/2+&quot;px&quot;;
myTooltip.innerHTML = itemText[n-1];</Code>
					<Params>myItem|STRING|obj;myTooltip|STRING|;gap|INTEGER|;itemText|STRING|;menuTop|STRING|;tipHeight|STRING|;itemHeight|STRING|</Params>
					<ScriptLanguage>JavaScript</ScriptLanguage>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>background-color:#fed009</style>
					<pageenter>BEGINJS
//setting code
let itemText=[&apos;Home&apos;,&apos;Profile&apos;,&apos;Message&apos;,&apos;Help&apos;,&apos;Setting&apos;];
let gap =10;
let tipHeight = 36;
let itemHeight = 60;
let blueColor=&apos;#0076fc&apos;;
let whiteColor=&apos;white&apos;;
let title = document.getElementById(&apos;tooltips&apos;);
let menuTop = document.getElementById(&apos;menu&apos;).offsetTop;

//add hover event.........................................................
$( &quot;.item&quot; ).hover( function() {
    neosubroutine.tooltip(this,title,gap,itemText,menuTop,tipHeight,itemHeight);
    $scope.ShowObject(&apos;tooltips&apos;,&apos;fadeInLeft&apos;,2);
    $(this).css(&apos;background-color&apos;,blueColor);
    $(this).children().css(&apos;fill&apos;,whiteColor);
     }, function(){
       $scope.HideObject(&apos;tooltips&apos;);
       $(this).css(&apos;background-color&apos;,whiteColor);
       $(this).children().css(&apos;fill&apos;,blueColor);
});
ENDJS</pageenter>
					<Components>
						<Container id="menu">
							<left>139px</left>
							<top>44px</top>
							<width>98px</width>
							<height>360px</height>
							<style>background-color:#fff;border-radius:10px;overflow-x:visible;overflow-y:visible</style>
							<css_class>box</css_class>
							<Components>
								<Container id="item1">
									<left>10px</left>
									<top>0px</top>
									<width>37px</width>
									<height>60px</height>
									<style>border-radius:10px</style>
									<align>top</align>
									<margin_left>10px</margin_left>
									<margin_top>10px</margin_top>
									<css_class>item</css_class>
									<html>1</html>
									<Components>
										<SVGicon id="SVGicon1">
											<left>21px</left>
											<top>17px</top>
											<width>40px</width>
											<height>25px</height>
											<style>fill:#0076fc;stroke-width:1px</style>
											<css_class>center</css_class>
											<icon>svghome</icon>
										</SVGicon>
									</Components>
								</Container>
								<Container id="item2">
									<left>10px</left>
									<top>0px</top>
									<width>37px</width>
									<height>60px</height>
									<style>background-color:white;border-radius:10px</style>
									<align>top</align>
									<margin_left>10px</margin_left>
									<margin_top>10px</margin_top>
									<css_class>item</css_class>
									<html>2</html>
									<Components>
										<SVGicon id="SVGicon2">
											<left>21px</left>
											<top>17px</top>
											<width>40px</width>
											<height>25px</height>
											<style>fill:#0076fc;stroke-width:1px</style>
											<css_class>center</css_class>
											<icon>svguser</icon>
										</SVGicon>
									</Components>
								</Container>
								<Container id="item3">
									<left>10px</left>
									<top>0px</top>
									<width>37px</width>
									<height>60px</height>
									<style>background-color:white;border-radius:10px</style>
									<align>top</align>
									<margin_left>10px</margin_left>
									<margin_top>10px</margin_top>
									<css_class>item</css_class>
									<html>3</html>
									<Components>
										<SVGicon id="SVGicon3">
											<left>21px</left>
											<top>17px</top>
											<width>40px</width>
											<height>25px</height>
											<style>fill:#0076fc;stroke-width:1px</style>
											<css_class>center</css_class>
											<icon>svgcomment</icon>
										</SVGicon>
									</Components>
								</Container>
								<Container id="item4">
									<left>10px</left>
									<top>0px</top>
									<width>37px</width>
									<height>60px</height>
									<style>background-color:white;border-radius:10px</style>
									<align>top</align>
									<margin_left>10px</margin_left>
									<margin_top>10px</margin_top>
									<css_class>item</css_class>
									<html>3</html>
									<Components>
										<SVGicon id="SVGicon4">
											<left>21px</left>
											<top>17px</top>
											<width>40px</width>
											<height>25px</height>
											<style>fill:#0076fc;stroke-width:1px</style>
											<css_class>center</css_class>
											<icon>svgquestioncircle</icon>
										</SVGicon>
									</Components>
								</Container>
								<Container id="item5">
									<left>10px</left>
									<top>0px</top>
									<width>37px</width>
									<height>60px</height>
									<style>background-color:white;border-radius:10px</style>
									<align>top</align>
									<margin_left>10px</margin_left>
									<margin_top>10px</margin_top>
									<css_class>item</css_class>
									<html>3</html>
									<Components>
										<SVGicon id="SVGicon5">
											<left>21px</left>
											<top>17px</top>
											<width>40px</width>
											<height>25px</height>
											<style>fill:#0076fc;stroke-width:1px</style>
											<css_class>center</css_class>
											<icon>svgcog</icon>
										</SVGicon>
									</Components>
								</Container>
							</Components>
						</Container>
						<Container id="tooltips">
							<left>257px</left>
							<top>64px</top>
							<width>119px</width>
							<height>36px</height>
							<style>color:#0076fc;font-size:13pt;background-color:#fafbf4;border-color:#fafbf4;border-radius:10px;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
							<visible>False</visible>
							<css_class>textMiddle</css_class>
							<html>Home</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>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
