<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<CustomCSS>.dropdown-menu{
  max-height:300px;
  overflow:auto;
}
.dropdown-menu a{
  color:red!important;
}</CustomCSS>
	<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"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>30px</left>
							<top>19px</top>
							<width>587px</width>
							<height>232px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
							<Components>
								<Container id="Container2">
									<left>410px</left>
									<top>11px</top>
									<width>140px</width>
									<height>50px</height>
									<style>background-color:#FEFE33;padding-left:10px;padding-top:5px</style>
									<html>overflow-x: visible;&lt;br&gt;
verflow-y: visible;</html>
								</Container>
								<Container id="Container3">
									<left>10px</left>
									<top>21px</top>
									<width>180px</width>
									<height>50px</height>
									<style>background-color:#fff;overflow-x:visible;overflow-y:visible</style>
									<css_class>neo-middle-center</css_class>
									<Components>
										<Dropdown id="Dropdown1">
											<left>8px</left>
											<top>6px</top>
											<width>160px</width>
											<height>34px</height>
											<caption>Select category</caption>
											<items>&lt;img src=&apos;teacher.png&apos;&gt;&lt;/img&gt; Teacher|Teacher,&lt;img src=&apos;engineer.png&apos;&gt;&lt;/img&gt; Engineer|Engineer,&lt;img src=&apos;lawyer.png&apos;&gt;&lt;/img&gt; Lawyer|Lawyer,Nurse,Architect,Chef,Police officer,Accountant,Programmer,Artist,Dentist,Pharmacist,Pilot,Writer,Scientist,Electrician,Hairdresser,Actor/Actress,Waiter/Waitress,Carpenter,Veterinarian,Salesperson,Photographer,Journalist,Athlete,Plumber,Psychologist,Firefighter,Farmer</items>
											<variable>[Occupation]</variable>
											<kind>info</kind>
										</Dropdown>
									</Components>
								</Container>
							</Components>
						</Container>
						<Paragraph id="Paragraph1">
							<left>19px</left>
							<top>310px</top>
							<width>647px</width>
							<height>232px</height>
							<text>I have multiple issues with dropmenu.&lt;br&gt;First i will explain what i am trying to do.&lt;br&gt;I want to have a combobox with options and images toghether, since this is not possible, Instead i&amp;nbsp;desiced to use a&amp;nbsp;DropMenu that accept html code.&lt;br&gt;&lt;br&gt;Issues&lt;br&gt;1) When the DropMenu is &lt;u&gt;inside on a&amp;nbsp;Container with specific dimentions&lt;/u&gt; the option list is not fully shown.&lt;br&gt;2) DropMenu is&amp;nbsp;not accept any NeoWeb classes like &lt;span style=&quot;text-align: left; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Arial, Helvetica, sans-serif; font-size: 14.66px; font-style: normal; font-weight: 400; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;strong&gt;neo-middle&lt;/strong&gt;-right or &lt;span style=&quot;text-align: left; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Arial, Helvetica, sans-serif; font-size: 14.66px; font-style: normal; font-weight: 400; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;strong&gt;neo-top-left&lt;/strong&gt; and so on.&lt;br&gt;3) I can&apos;t change the font size, color, line-height and so on, of the option list of DropMenu.&lt;br&gt;&lt;br&gt;Also i need to set the height of the option list to a specific dimension and show scroll bar.&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;</text>
						</Paragraph>
						<Headline id="Headline1">
							<left>40px</left>
							<top>261px</top>
							<width>481px</width>
							<height>26px</height>
							<text>You have select: [Occupation]</text>
							<kind>h4</kind>
						</Headline>
					</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>667px</width>
							<height>375px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
