Re: [qooxdoo-devel] Problems with Events

2007-03-14 Thread Daniel Haferkorn
Jim Hunter epiuniverse.com> writes: > > Instead of using the getValue() on the field, try using getComputedValue(). The 'value' of the control does not get set until the focus is lost. the function getComputedValue() returns the current content of the field. > For the second question, I think yo

Re: [qooxdoo-devel] Problems with Events

2007-03-13 Thread Jim Hunter
Instead of using the getValue() on the field, try using getComputedValue(). The 'value' of the control does not get set until the focus is lost. the function getComputedValue() returns the current content of the field. For the second question, I think you can simply call the okButton.execute() met