Re: [Wt-interest] Cookie-Help needed

2008-11-21 Thread Koen Deforche
Hey Torsten, 2008/11/21 Torsten Schulz [EMAIL PROTECTED]: Hi, I think I don't understand how Cookies in Wt work. Ever if I will read a Cookie with Username = instance()-environment().getCookie(username); Wt only creates the following error and don't show the page: [2008-Nov-21

Re: [Wt-interest] Question about click event

2008-11-21 Thread Koen Deforche
Hey Bin Tan, 2008/11/19 Bin Tan [EMAIL PROTECTED]: Hi, In Javascript, if the onclick handler of an anchor ends with a return true; clause, when someone clicks on the anchor, he will go to the destined page finally. But in Wt, the clicked event does not allow you to do that. I can use

Re: [Wt-interest] [ Bug Report] inWt::Ext::Button::resize

2008-11-21 Thread Koen Deforche
Hey Dushan, 2008/11/21 Dushan Savich [EMAIL PROTECTED]: Basically, when height != 20 , it goes wild , and it looks like width parameter is completely ignored ( the length of buttons depends solely of length of the buttons' text ) This is not indicated in the documentation, but, a major