[qooxdoo-devel] where to find icons?

2005-11-30 Thread yozzeff
hi, i am trying to do my very first steps in qooxdoo. now i played a bit with with ../public/test/user/Tree_1.html. copied and renamed it etc. now when i copy that file to some other folder that is NOT a sibling of qooxdoo_root/public/test/user there will be no icons in the tree. i changed the p

[qooxdoo-devel] Re: bug: spinner buttons displayed incorrectly in IE6

2005-11-30 Thread Andrey Prigogin
Sebastian, the spinner buttons still display incorrectly in IE. Looks like they are offset by one pixel too low and to the right. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download

[qooxdoo-devel] Re: bug: in QxAtom support for setFont does not produce expected result

2005-11-30 Thread Andrey Prigogin
gosha gmail.com> writes: > > setting font on QxAtom widget does not adjust atom size and text position. Is this a bug or intended feature. It would be great if QxAtom had text portion implemented as QxLabel thus supporting elipsis and resizing. > Looking at QxAtom widget implementation it s

[qooxdoo-devel] bug: in QxAtom support for setFont does not produce expected result

2005-11-30 Thread gosha
setting font on QxAtom widget does not adjust atom size and text position. Is this a bug or intended feature. It would be great if QxAtom had text portion implemented as QxLabel thus supporting elipsis and resizing.

Re: [qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Sebastian Werner
Stanislav Ievlev schrieb: On Wed, Nov 30, 2005 at 12:11:55PM +0100, Sebastian Werner wrote: Stanislav Ievlev schrieb: I also have a feature request. As I understand qooxdoo currently can assign aligment only for all children of layout widget. Definition of aligment individually for each widget

[qooxdoo-devel] QxWindow resizing problem

2005-11-30 Thread Doehler, Thomas
Hi list, I have the following problem: a QxWindow holds a QxToolBar and a QxImage. The image should fill in the complete window. So, if the window is resized, I change the 'source' - property of the wxImage (to load the image in the appropriate size) and set the width and the height - property

Re: [qooxdoo-devel] Implementation of selectNodes and selectSingleNodes for gecko/mozilla browsers with XPathEvaluator (renderer branch)

2005-11-30 Thread Dietrich Streifert
Well after digging a little bit more in my brain and my code snippet treasure chest I found that I originally read this code in the ActiveWidget support forum. So I asked Alex (the author) if I can use the (rewritten and modified) code part for donating it to a LGPL project and he allowed it.

Re: [qooxdoo-devel] Implementation of selectNodes and selectSingleNodes for gecko/mozilla browsers with XPathEvaluator (renderer branch)

2005-11-30 Thread Dietrich Streifert
Its derived from http://km0ti0n.blunted.co.uk/mozxpath/mozxpath.js which is distributed under the following license: http://creativecommons.org/licenses/by-sa/2.5/ The idea of implementing a getter for attributes, elements and textnodes is from: http://www.webfx.nu/dhtml/mozInnerHTML/mozIn

Re: [qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Sebastian Werner
Stanislav Ievlev schrieb: On Wed, Nov 30, 2005 at 12:11:55PM +0100, Sebastian Werner wrote: Stanislav Ievlev schrieb: I also have a feature request. As I understand qooxdoo currently can assign aligment only for all children of layout widget. Definition of aligment individually for each widget

Re: [qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Stanislav Ievlev
On Wed, Nov 30, 2005 at 12:11:55PM +0100, Sebastian Werner wrote: > Stanislav Ievlev schrieb: > >I also have a feature request. > > > >As I understand qooxdoo currently can assign aligment only for all > >children of layout widget. > >Definition of aligment individually for each widget in layout wi

Re: [qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Stanislav Ievlev
On Wed, Nov 30, 2005 at 12:11:55PM +0100, Sebastian Werner wrote: > Stanislav Ievlev schrieb: > >I also have a feature request. > > > >As I understand qooxdoo currently can assign aligment only for all > >children of layout widget. > >Definition of aligment individually for each widget in layout wi

Re: [qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Sebastian Werner
Stanislav Ievlev schrieb: Greetings! An example below works well only under IE, and doesn't work under FireFox (1.0.7). Under FireFox two fieldsets are always at the left of window, not in center. But under IE all fieldsets are centered. Hi! Thank you for your bug report. It was a really si

Re: [qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Sebastian Werner
Stanislav Ievlev schrieb: I also have a feature request. As I understand qooxdoo currently can assign aligment only for all children of layout widget. Definition of aligment individually for each widget in layout will be also good. This should be possible with the current renderer. You can def

Re: [qooxdoo-devel] Implementation of selectNodes and selectSingleNodes for gecko/mozilla browsers with XPathEvaluator (renderer branch)

2005-11-30 Thread Sebastian Werner
Dietrich Streifert schrieb: Here is a better patch which does not acces the text property/attribute of nodes but implements getter methods for the text property: This is a diff against QxXmlExtras.js in cvs renderer branch. Is this patch usable to get committed to the qooxdoo cvs? What is the

Re: [qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Stanislav Ievlev
I also have a feature request. As I understand qooxdoo currently can assign aligment only for all children of layout widget. Definition of aligment individually for each widget in layout will be also good. -- With best regards Stanislav Ievlev.

Re: [qooxdoo-devel] Implementation of selectNodes and selectSingleNodes for gecko/mozilla browsers with XPathEvaluator (renderer branch)

2005-11-30 Thread Dietrich Streifert
Here is a better patch which does not acces the text property/attribute of nodes but implements getter methods for the text property: This is a diff against QxXmlExtras.js in cvs renderer branch. Dietrich Streifert schrieb: Hello List! if someone needs this: Gecko/Mozilla has no implementa

[qooxdoo-devel] bug in HorizontalChildrenAlign (renderer branch)

2005-11-30 Thread Stanislav Ievlev
Greetings! An example below works well only under IE, and doesn't work under FireFox (1.0.7). Under FireFox two fieldsets are always at the left of window, not in center. But under IE all fieldsets are centered. You can see this problem both in Firefox for Windows and Linux. -- window.applica