Hey, > "Class qx.ui.window.Desktop could not refine property: minWidth! Key: check > could not be refined!" > "Class qx.ui.window.Desktop could not refine property: minWidth! Key: > transform could not be refined!" > > => both time the same error, and no idea how to solve this one/go threw.
The current system does not allow to redefine other keys than the init value. Thats all. Are you sure you want to change the check to number? The width e.g. is usually used to set the CSS width property and as far as I can remember, some browsers do have problems handling floating point values as width. So maybe is a better idea to make sure your setting only integers. Anyway, if you want to override the check, you first need to override the logic preventing you from doing so. ;) > - All the private function (for example "__computeMoveCoordinates" from > MResizable) are failing > "Overwriting private member "__computeMoveCoordinates" of Class > "qx.ui.window.Window" is not allowed! " > If you have any tips... Thats also a restriction by design. Same pattern could work here... > PS : should I, after, submit full patch to Qooxdoo team, do they care to > implements such feature ? Thats hard to tell. I don't know the exact feature set and how good it is working. I would rather see it as a contribution project. :) Best, Martin ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
