0

combobox into or over menuitem

asked 2011-08-15 13:42:27 +0800

mhj gravatar image mhj flag of Brazil
806 1 7

hi everyone
i need to put a combobox into or over right menuitem's end. someone knows as to do?
thanks in advance...

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2011-08-24 22:49:35 +0800

ashishd gravatar image ashishd flag of Taiwan
1972 6

Hi mhj,
Seems menuitem does not support any children as of now. Please use the Feature Request link in the top right corner to register one.

link publish delete flag offensive edit

answered 2011-08-25 06:13:22 +0800

mhj gravatar image mhj flag of Brazil
806 1 7

sorry, i really mean menubar

link publish delete flag offensive edit

answered 2011-08-25 10:26:51 +0800

cyiannoulis gravatar image cyiannoulis
1201 10

Menubar does not allow to add a combo as a child but something like this may give you a hint

<zk>
	<window>
		<div>
		<hlayout>
			<menubar hflex="true">
				<menu label="File">
				</menu>
				<menu label="Edit">
				</menu>
				<menu label="Help">
				</menu>
			</menubar>
			<combobox width="100px"></combobox>
		</hlayout>
		</div>
	</window>
</zk>     

hope that helps
/costas

link publish delete flag offensive edit

answered 2011-08-25 14:28:59 +0800

mhj gravatar image mhj flag of Brazil
806 1 7

thanks for help!
source's costas solved my problem, now i paint background of combobox for same color menubar background and finished.
SOLVED!

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-08-15 13:42:27 +0800

Seen: 415 times

Last updated: Aug 25 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More