Re: [qooxdoo-devel] removeAll + dispose

2007-08-16 Thread Tobias Koller (GERMO GmbH)
Ok, I tested it. No destructor-call, when the children are removed via removeall. I will try another way ! Sorry for this 2 mails ;) Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH) Gesendet: Donnerstag, 16. August 2007 17:50 An: qooxdoo Deve

[qooxdoo-devel] removeAll + dispose

2007-08-16 Thread Tobias Koller (GERMO GmbH)
Hi, will all children's destructors be called when I call method "removeAll" of the parent-widget? I want to remove all children of a widget but don't know if all of them will be really destroyed. Thanks Tobias -

Re: [qooxdoo-devel] Changin button image depending on the button state

2007-08-16 Thread Juan José Durán
Alexander Back escribió: > Hi Juan, > > Juan José Durán schrieb: > >> Is there any possibility of doing this? I mean, I have an image with 4 >> draws (or 4 different images), and I want to show one of them when the >> button is clicked, another diffent when it has focus, etc... >> Is it possib

Re: [qooxdoo-devel] Changin button image depending on the button state

2007-08-16 Thread Alexander Back
Hi Juan, Juan José Durán schrieb: > Is there any possibility of doing this? I mean, I have an image with 4 > draws (or 4 different images), and I want to show one of them when the > button is clicked, another diffent when it has focus, etc... > Is it possible? if it is of any help it is called g

Re: [qooxdoo-devel] Changin button image depending on the button state

2007-08-16 Thread Juan José Durán
Tobias Koller (GERMO GmbH) escribió: > Hi, > > why don't you just use the eventhandlers? > "focus ", "execute",... for your button? > > > Tobias > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Juan José > Durán > Gesendet: Donnerstag, 16. Augus

Re: [qooxdoo-devel] Changin button image depending on the button state

2007-08-16 Thread Tobias Koller (GERMO GmbH)
Hi, why don't you just use the eventhandlers? "focus ", "execute",... for your button? Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Juan José Durán Gesendet: Donnerstag, 16. August 2007 15:16 An: qooxdoo Development Betreff: [qooxdoo-de

[qooxdoo-devel] Changin button image depending on the button state

2007-08-16 Thread Juan José Durán
Is there any possibility of doing this? I mean, I have an image with 4 draws (or 4 different images), and I want to show one of them when the button is clicked, another diffent when it has focus, etc... Is it possible? if it is of any help it is called glyph on delphi. Thanks in advance, -- Ju

Re: [qooxdoo-devel] ComboBox.getValue() bug

2007-08-16 Thread westor
Hi Fabian, I created a bug report. Sorry, I don't have the time to fix this by myself now... :-( Fabian Jakobs-2 wrote: > > westor schrieb: >> How is the status about these fixes? >> As I notice, if you perform a Combobox.setValue("given value"), the >> ListItem >> which has the given value is

Re: [qooxdoo-devel] Has no properties

2007-08-16 Thread Hugh Gibson
> > normally this should work as long as you don't use "eval()" > > somewhete in your code. > > > > Best Fabian > > That's what I thought but strangely, it doesn't work. I don't use > any eval precisely not to mess with the build. Did you resolve this problem? Have you looked at the actual comp

Re: [qooxdoo-devel] ComboBox.getValue() bug

2007-08-16 Thread Fabian Jakobs
westor schrieb: > How is the status about these fixes? > As I notice, if you perform a Combobox.setValue("given value"), the ListItem > which has the given value is selected, but also the label text of ComboBox > is set to to this value. > And a Combobox.getValue() returns unfortunatly still the la

Re: [qooxdoo-devel] exclude module + include class

2007-08-16 Thread dperez
Hi, I propose that the qx.html.Iframe to belong to another module different to io_remote, as it is used outside of this module. dperez wrote: > > This combination > --exclude-without-dependencies ui_remote > --include-without-dependencies qx.html.Iframe > generates an emtpy qx.js without