ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Problem after Updating zk-bin-3.6.3 to zk-bin-5

molochTop Contributor
28 Jun 2010 07:36:34 GMT
28 Jun 2010 07:36:34 GMT

Hello,

when i change zk-bin-3.6.3 to zk-bin-5.0.2 the function "Show border on component mouse over" does not work. When i go back to zk-bin-3.6.3 it works.
please help me to fix that problem!

Greets

PeterKuo
29 Jun 2010 23:43:07 GMT
29 Jun 2010 23:43:07 GMT

That's not a bug, that's a not implemented feature.
Please post to feature request.

molochTop Contributor
30 Jun 2010 01:00:11 GMT
30 Jun 2010 01:00:11 GMT

Hello,
and why they took this feature off? I mean that is a very important feature.
Where should i post that? please show me
Greets

PeterKuo
30 Jun 2010 19:58:32 GMT
30 Jun 2010 19:58:32 GMT

Because last time, we try to make zk studio compatible with ZK5 as quick as possible.
And some features takes more time.

You can post feature request at
https://sourceforge.net/projects/zkstudio/

molochTop Contributor
1 Jul 2010 03:51:41 GMT
1 Jul 2010 03:51:41 GMT

thanks allot for your answer.

molochTop Contributor
7 Jul 2010 04:36:10 GMT
7 Jul 2010 04:36:10 GMT

hello,
i have a next question, maybe you would give the same answer. I try to use the ZK Style Designer. But when i copy the code directly to the zul class, the editor says for example "The word "combobox" is not correctly spelled"

<style>
.z-combobox .z-combobox-inp{
	color : #FF8000; 
	background-color : #808000; 
}

</style> 

is that another problem with the update to ZK 5?

PeterKuo
7 Jul 2010 21:38:48 GMT
7 Jul 2010 21:38:48 GMT

@moloch
Interesting, zul editor is extended from xml editor.
And xml editor doesn't warning about combobox spelling error.
You should post to bug of zk studio.

molochTop Contributor
8 Jul 2010 01:59:04 GMT
8 Jul 2010 01:59:04 GMT

so you see the warning too right?
i will post it