Re: [qooxdoo-devel] DateChooser selected date click event - AttnMike Crowe

2006-11-15 Thread Andreas Junghans
Hi, Am 16.11.2006 um 01:25 schrieb Jim Hunter: > What do you mean "doesn't do anything for you"? In order to select > a date you have to double click on it or hit the spacebar when the > correct date is highlighted. You can't just single click a date. > The code I showed is working perfect

Re: [qooxdoo-devel] DateChooser selected date click event - AttnMike Crowe

2006-11-15 Thread Jim Hunter
.setValue(date); if(resultField.getComputedValue() != '') { datePickerWindow.close(); } } }); Cheers Aaron - Original Message - *From:* Jim Hunter <[EMAIL PROTECTED]> *To:* qooxdoo Development *Sent:* Thursday, November 16, 2006 11:14 AM *Subject:* Re: [qooxdoo-devel] DateChooser sele

Re: [qooxdoo-devel] DateChooser selected date click event - AttnMike Crowe

2006-11-15 Thread Aaron Cooper
m Hunter To: qooxdoo Development Sent: Thursday, November 16, 2006 11:14 AM Subject: Re: [qooxdoo-devel] DateChooser selected date click event - AttnMike Crowe To only get an action fired when the user selects, not simply clicks on, a date use (assuming _date is the DataChooser c

Re: [qooxdoo-devel] DateChooser selected date click event - Attn Mike Crowe

2006-11-15 Thread Jim Hunter
evel@lists.sourceforge.net Sent: Thursday, November 16, 2006 10:15 AM Subject: [qooxdoo-devel] DateChooser selected date click event Hi all,   I've made a modal window with a DateChooser widget in it. What I want to do is the classic select date from the calendar, a

Re: [qooxdoo-devel] DateChooser selected date click event

2006-11-15 Thread Jim Hunter
See my answer to the other post...On 11/15/06, Aaron Cooper <[EMAIL PROTECTED]> wrote: Hi all,   I've made a modal window with a DateChooser widget in it. What I want to do is the classic select date from the calendar, and pass the value to populate a field of my choice.   Two questions on

Re: [qooxdoo-devel] DateChooser selected date click event - Attn Mike Crowe

2006-11-15 Thread Aaron Cooper
xdoo-devel] DateChooser selected date click event Hi all,   I've made a modal window with a DateChooser widget in it. What I want to do is the classic select date from the calendar, and pass the value to populate a field of my choice.   Two questions on this: 1. How do a make a

[qooxdoo-devel] DateChooser selected date click event

2006-11-15 Thread Aaron Cooper
Hi all,   I've made a modal window with a DateChooser widget in it. What I want to do is the classic select date from the calendar, and pass the value to populate a field of my choice.   Two questions on this: 1. How do a make a click event for the widget so that it only fires when the user c