Hi Jeroen, welcome to the qooxdoo project!
Jeroen Smit wrote: > Hi, > > I ran into a problem moving windows: an exception about using > qx.bom.element.Overflow in Location.js > After commenting out code in function get : function(elem, mode) that > uses qx.bom.element.Overflow.getX and getY everything worked fine. > Looking at other code in Style.js and the documentation it seems that > qx.bom.element.Overflow doens't exist (yet) in version 0.7.x-svn. In the 0.7.3 release the Overflow class is missing, but it is also not used in the Style class. The legacy_0_7_x branch however has an Overflow class and the low-level classes make use of this class. What version of qooxdoo do you use? If you are stick to the legacy_0_7_x branch please check if you are up to date. > Also changing the locale on a datechooserbutton before the datechooser > window is triggered for the first time raises an exception due to a > missing check on > qx.ui.component.DateChooserButton.__chooser != null in > DateChooserButton.js event _changeLocale before calling > __chooser.setDate(). Do you encounter this problem at your local version or also online? I've just checked the Showcase application online and I can't reproduce the issue you're reporting. Please send us over some detailed infos. This way we can take a deeper look in this one. Thanks, Alex ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
