Sorry, I copied the example using an early test. These statements:
combo.sizeTextFieldToContent();
combo.setAllowSearch();
Should read:
combo.sizeTextFieldToContent(true);
combo.setAllowSearch(true);
Not that this is not a fix to my issue, the problem I am having uses the latter
statements.
C
Well, downloaded 0.6.2 today.
First off, thanks to whoever came up with ComboBoxEx, it's exactly what I was
looking for.
I doubt this is a bug, more my misunderstanding of the way objects interact.
Anyway, I pulled the ComboBoxEx demo to peices and have attempted to setup one
of my classes (cr
Howdy,
qooxdoo 0.6.2, scheduled for today, has just been released. Please see
the announcement on the homepage for more information:
http://news.qooxdoo.org/qooxdoo-062-released
The announcement mainly focuses on bugfixes and the WebKit/Safari
support. Other additions like the enhanced combo bo
Hi Simon,
thanks for the reporting this issue.
Would you be so kind to enter a bug report into bugzilla at
http://bugzilla.qooxdoo.org ? Please attach a test html that is derived
from one of the example/test files so that it can be dropped into the
demo section without modifications.
Thanks,
A
> I think the best is to integrate all existing code bases to the
> skeletons. I think this is easier and faster than manually trying
> (and failing) many times. Normally it's quite easy. The structure
> used from the skeletons is much better than some old style, where you
> have included some