0

Datebox : problems to select future date (dec 31 2009)

asked 2009-09-16 14:03:09 +0800

lramellavotta gravatar image lramellavotta flag of Italy
200 1 8

Hi, I have a problem really "strange" with the field datebox. When I try to select December 31, the field datebox return the 01 October. The other problem is that the onClick event is never triggered (same with onDrop event) ....
Any idea?


<?page title="new page title" contentType="text/html;charset=UTF-8"?>
<zk>
<window title="new page title" border="normal" width="750px">
					
						Iscrizione/Scadenza/Pagamento		
						<hbox>  
							<datebox id="dtbData_iscrizione" onDrop="onDrop_dtbData_iscrizione(self)"/>
							<datebox id="dtbData_scadenza" onClick="onClick_dtbData_scadenza(self)" />
							<datebox id="dtbData_pagamento" />
						</hbox>
						<zscript>
						<![CDATA[ 
							void onClick_dtbData_scadenza(Datebox db)
							{
								System.out.println("Click");

							}
							
							void onDrop_dtbData_iscrizione(Datebox db)
							{
								System.out.println("Drop");
							}
						]]>
						</zscript>
		
</window>
</zk>

delete flag offensive retag edit

14 Replies

Sort by ยป oldest newest

answered 2009-09-29 11:13:37 +0800

joylo0122 gravatar image joylo0122
688 1
www.zkoss.org

@cryandaguo

SourceForge-ZK -> ZK Freshly, there're the new versions of ZK, you can find 3.6.3 at there.

/Joy

link publish delete flag offensive edit

answered 2009-10-03 15:02:30 +0800

cryandaguo gravatar image cryandaguo
72 2

guys, thanks very much for your helps!
@Joy
sorry I still have not found zk3.6.3 in sourceForge

@Luca
I got this when I accessed the site you gave to me
The file link that you requested is not valid. Please contact link publisher or try to make a search.

Sorry it should be my fault as I was late.
could you please send the 3.6.3 to my email box [email protected]?

link publish delete flag offensive edit

answered 2009-10-03 17:01:40 +0800

lramellavotta gravatar image lramellavotta flag of Italy
200 1 8

@cryandaguo

http://sourceforge.net/projects/zk1/files/ZK%20Freshly/zk-3.6.3-FL-2009-06-29/zk-bin-3.6.3-FL-2009-06-29.zip/download

The Freshky is on the bottom of the tree.....


I removed the file when I find the message of joylo0122 with new correct location

Bye

link publish delete flag offensive edit

answered 2009-10-03 17:48:35 +0800

cryandaguo gravatar image cryandaguo
72 2

Thanks lramellavotta I got that

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: 2009-09-16 14:03:09 +0800

Seen: 299 times

Last updated: Oct 03 '09

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