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

ZK Studio, works with older ZK 3.6 or the new ZK 5.0 ?

gramberg
26 Apr 2010 10:32:46 GMT
26 Apr 2010 10:32:46 GMT

Hi,

I am new to ZK and do not unterstand the Version-Numbering of ZK.

As far, as I understand, there is the older version ZK 3.6 and a newly ZK 5.0 (with jQuery)

As far as I understand, ZK Studio still works with a older ZK 3.6.

Will there be a ZK-Studio-version, which works with ZK 5.0 ?
I would like to start with the new 5.0-version.

Yours Bernhard :-?

PeterKuo
26 Apr 2010 20:03:47 GMT
26 Apr 2010 20:03:47 GMT

@gramberg
zk studio 0.9.6 works with zk 5 and zk 3.6.

gramberg
28 Apr 2010 02:06:15 GMT
28 Apr 2010 02:06:15 GMT

Hi,

I have studio already installed.
(automatic via Eclipse Installer)
What doI have to do, to use Version 5.0
when working with Studio?

PeterKuo
28 Apr 2010 02:35:08 GMT
28 Apr 2010 02:35:08 GMT

You may download latest zk5 package, and then import it.
User guide:
http://docs.zkoss.org/wiki/Studio_userguide

eptx
12 Jun 2010 18:49:30 GMT
12 Jun 2010 18:49:30 GMT

Just installed zk studio and verified that its configured to use zk 5.02. I cut/paste the borderlayout demo (5.02) into a new zul page and when ZUL visual editor tries to render, I get an error "Fail to render: method setTitle not found for class org.zkoss.zul.North". Maxsize doesn't work either. Why is this not rendering?
Thanks!
...
<zk>
<borderlayout height="450px">
<north title="North" maxsize="300" size="50%" splittable="true" collapsible="true">
...

eptx
12 Jun 2010 18:52:30 GMT
12 Jun 2010 18:52:30 GMT

Never mind. Although the project was set to 5.02, the visual editor was set to 5.0 release candidate. Seems to me that zk studio should keep these settings in sync, yes?