<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Disable_Problem</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>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\asmat\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>
	<startup>CreateEmptyArray [disableContainer]
Loop 1 8 [n]
   SetVar [disableContainer([n])] false
   SetObjectStyle &quot;Container[n]&quot; &quot;cursor&quot; &quot;pointer&quot;
EndLoop</startup>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>280px</left>
							<top>120px</top>
							<width>100px</width>
							<height>40px</height>
							<click>jsalert &quot;salam&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>130px</left>
							<top>250px</top>
							<width>110px</width>
							<height>30px</height>
							<caption>disable</caption>
							<click>DisableObject &quot;PushButton1&quot;
Loop 1 8 [n]
   SetVar [disableContainer([n])] true
   SetObjectStyle &quot;Container[n]&quot; &quot;cursor&quot; &quot;not-allowed&quot;
EndLoop
</click>
						</PushButton>
						<PushButton id="PushButton3">
							<left>250px</left>
							<top>250px</top>
							<width>110px</width>
							<height>30px</height>
							<caption>enable</caption>
							<click>EnableObject &quot;PushButton1&quot;
Loop 1 8 [n]
   SetVar [disableContainer([n])] false
   SetObjectStyle &quot;Container[n]&quot; &quot;cursor&quot; &quot;pointer&quot;
EndLoop</click>
						</PushButton>
						<Container id="Container1">
							<left>395px</left>
							<top>40px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(1)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</Container>
						<Container id="Container2">
							<left>395px</left>
							<top>85px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(2)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</Container>
						<Container id="Container3">
							<left>395px</left>
							<top>130px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(3)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</Container>
						<Container id="Container4">
							<left>395px</left>
							<top>175px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(4)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</Container>
						<Container id="Container5">
							<left>395px</left>
							<top>220px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(5)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</Container>
						<Container id="Container6">
							<left>395px</left>
							<top>265px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(6)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</Container>
						<Container id="Container7">
							<left>395px</left>
							<top>310px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(7)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</Container>
						<Container id="Container8">
							<left>395px</left>
							<top>355px</top>
							<width>140px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<neo_custom>ng-disabled=&quot;checked&quot;</neo_custom>
							<click>If [disableContainer(8)] == false
  jsAlert &quot;salam&quot;
EndIF</click>
						</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>800px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
