[qooxdoo-devel] New classes for localisation - QxLocale and QxResource

2006-02-25 Thread Kent Olsson
To be able to localize the qooxdoo application, I have contributed to classes: QxLocale - keeps the information about available locales and the current locale chosen. QxResource - is the class loading the actual resource strings for different languages. I would like to, not implemented yet, to u

[qooxdoo-devel] verticalChildrenAlign and horizontalChildrenAlign do not exist for QxCanvasLayout

2006-02-25 Thread Kent Olsson
In analogy of layout containers (box, grid, flow) having children I would propose that QxCanvasLayout also will be implemented for the above properties/methods, as it may be valuable when centering widgets. Kent --- This SF.Net email is sponso

Re: [qooxdoo-devel] Tree with icons

2006-02-25 Thread Hugh Gibson
> don't you think, these solution is easier than to derive a new class > and create a new property? Yes, and another way (that we have implemented in our code) is to have UserData that is extracted in the appearance. That way one appearance does for all the nodes. I might get around to docume

[qooxdoo-devel] Proposed change of the QxRangeManager class

2006-02-25 Thread Kent Olsson
I would like to add one more property called 'stepValue' in this class, then it would cover the the need of QxSlider and QxProgressBar, including QxSpinner as from before, I am finishing up right now. Proposed name changes being more universal: min -> startValue max -> endValue the reason is ste

[qooxdoo-devel] confirm,alert and prompt dialogs

2006-02-25 Thread bobmanc
Here is the code. I'm a newbie at js so it may not be pretty. Not sure how to delete and/or reuse them. Any suggestions would be appreciated. Bob /* doc: qooxdoo clientDocument title: title of the window text: confirmation text yesFunction (optional): function that gets called if the