0

[urgent]window cannot grow in zk 3.5.2

asked 2008-12-20 04:35:24 +0800

ibsolution gravatar image ibsolution
468 1 1 6

hai,

i just notice in my production. That window component after i upgrade to zk 3.5.2, it can not grow by it self.

this problem is not exist in zk 3.0.8, please replayzk developer asap.


Regards,

Andy Susanto

delete flag offensive retag edit

6 Replies

Sort by ยป oldest newest

answered 2008-12-20 07:14:29 +0800

mjablonski gravatar image mjablonski
1284 3 5
http://www.jease.org/

Can you post a simple example which shows the problem? Makes fixing bugs for the ZK-developers lots of easier.

link publish delete flag offensive edit

answered 2008-12-21 02:06:25 +0800

ibsolution gravatar image ibsolution
468 1 1 6

updated 2008-12-21 02:07:33 +0800

hai zk-developer,

you can see my picture problem. all data i generate from database. i will give you my zul file.

when user click item, that user must put how many quantity

zk 3.0.8 layout, in zk 3.0.8 the quantity page some of button appeared outside window border

zk 3.5.2 layout in zk 3.5.2 the quantity page button appeared inside window border(i think this good for the layout) but where is the rest of my button ?



this my entry page, i am using include component, i try to add height properties in window component but nothing happened,
this my zul file

<?page title="Informatic Business Solution "?>
<window title="Winebar Transaksi" id="wineitemwindow"
	use="ibs.transaksi.spa.winebar.WinebarItem" height="580px"
	style="background-color:white">
	<style src="/style/layout.css" />
	<caption id="wndcaptionbaritemtransaksi">
		<button label="Category" sclass="buttontitle"
			onClick="wineitemwindow.onBack()" />
		<button label="Pesanan" sclass="buttontitle"
			onClick="wineitemwindow.onOrder()" />
		<button label="Lounge" sclass="buttontitle"
			onClick="wineitemwindow.onLounge()" />
		<button label="Bar" sclass="buttontitle"
			onClick="wineitemwindow.onBar()" />
		<button label="Restoran" sclass="buttontitle"
			onClick="wineitemwindow.onRestoran()" />
		<button label="Sign Out" sclass="buttontitle"
			onClick="wineitemwindow.onSignOut()" />
	</caption>


	<vbox>
		<include src="/forms/display/spa/wb/wbitemdetail.zul" />
		<separator orient="vertical" />

		<include id="qtytrans" src="/forms/display/spa/wb/quantity.zul"
			visible="false" />

	</vbox>
</window>

Regards,

Andy Susanto

link publish delete flag offensive edit

answered 2008-12-22 06:20:57 +0800

ibsolution gravatar image ibsolution
468 1 1 6

hai,

i need help for this problem

Regards,

Andy Susanto

link publish delete flag offensive edit

answered 2008-12-22 09:28:05 +0800

iantsai gravatar image iantsai
2755 1

updated 2008-12-22 09:34:46 +0800

You fixed your window height to 580PX, and your height seems too short.

Why not provide a larger one?

If you can't change the size of outer window(Maybe your product is a KIOSK or Retail system),
you must make sure the actual screen size and design the whole layout more precisely.

link publish delete flag offensive edit

answered 2008-12-22 11:04:24 +0800

ibsolution gravatar image ibsolution
468 1 1 6

hai,

if the height is problem so i change to became percentage. i think the height is not problem why zk not create a scroll bar ?

Regards,

Andy Susanto

link publish delete flag offensive edit

answered 2008-12-23 01:35:36 +0800

iantsai gravatar image iantsai
2755 1

Try this:

<window contentStyle="overflow:auto"></window>

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: 2008-12-20 04:35:24 +0800

Seen: 175 times

Last updated: Dec 23 '08

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