Re: [qooxdoo-devel] How do I fix this Uncaught TypeError?

2011-12-10 Thread Simon White
Hi It appears the problem is because I tried to bind to the "value" property which does not appear to exist. If I bind to the "changeValue" event I do not get the error. However the date value is not saved using this technique so I guess I need to find out how I bind the DateField to the lis

Re: [qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-10 Thread Simon White
Hi Thanks for the information. I do not want to disable the button but I would like to disable manually typing in the date. I want to limit the user to clicking on the button and using the calendar. Simon On 10/12/2011 3:16 PM, Mustafa Sak wrote: > Hi > > If you want to disable or exclude th

Re: [qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-10 Thread Mustafa Sak
Hi If you want to disable or exclude the datechooser button just use datefield.getChildControl("button").execute() But it would bee more elegant to validate the datefield value any way. Just use asynchronous validation of qx.ui.form.validation.Manager() Just add to that singleton instance any

[qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-10 Thread Simon White
Hi I noticed that you can enter invalid dates into the DateField (i.e. 11/32/2011) when you use the keyboard. I would like to make the DateField so that the date could only be entered from the popup calender so that dates are always entered correctly. Is this possible and if so how is it don

Re: [qooxdoo-devel] Button changes size after obtaining focus

2011-12-10 Thread michael_polak
Note: If you remove the padding property the button becomes rectangular but no longer changes in size. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Button-changes-size-after-obtaining-focus-tp7081269p7081274.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] Button changes size after obtaining focus

2011-12-10 Thread michael_polak
Hi all, I've been trying to get my image-only buttons to stop changing size after they get the focus. Here is a simple example from the Playground shown below. If you press the button and then dismiss the dialog the button has the focus and is now larger than it was. Just hover the mouse over th