0

No visual effect in zk 6.5 on ihone/ipad

asked 2012-09-17 11:33:36 +0800

andij62 gravatar image andij62
315 1 7

Hi all,

when i use the new zk 6.5 on iphone/ipad then no visual effect is shown when the user click on a row in grid. When i use zk 6.0.2 then the color changes when i click on a row. What is the problem?

<?page title="Auto Generated index.zul"?>
<window title="Hello World!!" border="normal" width="200px">

<label value="You are using: ${desktop.webApp.version}"/>
	<grid id="grcs" style="cursor:pointer" >
		<columns>
			<column label="" />
			<column label="" />
		</columns>
		<rows>
			<row>
				<label value="Cell 1" />
				<label value="Cell 2" />
			</row>
			<row>
				<label value="Cell 1" />
				<label value="Cell 2" />
			</row>
			<row>
				<label value="Cell 1" />
				<label value="Cell 2" />
			</row>
		</rows>
	</grid>	 	
</window>

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2012-09-18 03:59:44 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Please use Listbox instead.

link publish delete flag offensive edit

answered 2012-09-18 13:31:32 +0800

andij62 gravatar image andij62
315 1 7

Hi jumperchen,

my app uses a great number of grids with row-renderer and EventListener. I can't rewrite it to use Listboxes! It's to much work! Is there no other possibility?

Regards Andi

link publish delete flag offensive edit

answered 2012-09-19 19:50:37 +0800

andij62 gravatar image andij62
315 1 7

Hi all,

Is there no workaround available?

Regards
Andi

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: 2012-09-17 11:33:36 +0800

Seen: 125 times

Last updated: Sep 19 '12

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