[qooxdoo-devel] qooxdoo checkbox question

2007-08-17 Thread Todor
Hello! Can you help me please? Can I put checkbox into table, treevirtual or listview cell? Thank you! - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log

Re: [qooxdoo-devel] removeAll + dispose

2007-08-17 Thread Jim Hunter
Using the qx.dev.ObjectSummary.getInfo() does show that qooxdoo thinks that objects are getting removed from memory, but FireBug and visually looking at the browser says otherwise (I am using .7.1 right now). I created a simple object then viewed it in the DOM via FireBug. I then did a dispose() on

[qooxdoo-devel] JSEclipse and Aptana questions

2007-08-17 Thread Bill Adams
So I'm ready to plunge into the IDE world. I've installed Eclipse, and have the Adobe JSEclipse plug-in ready to install. Is Adobe the right place to get it? I'm also aware of the Aptana plug-in for Eclipse, and that Aptana has qooxdoo support. Would the Aptana plug-in also have qooxdoo support

Re: [qooxdoo-devel] Drag & Drop in TreeVirtual

2007-08-17 Thread bibliograph
Hi Derrell and Fabian, just a quick note: I think the code that the patch operates on was supposed to be a workaround for some Gecko-related drag problem (I don't know about the details), not a general behaviour - since the demo and mixin works well in other browsers without patch. But you are r

[qooxdoo-devel] Word Wrap in button label text?

2007-08-17 Thread Juan José Durán
Hi all, It seems is not possible to have multiline text in a button, am I right? overflow property doesn´t seem to help much neither. Thanks in advance, -- Juan José Durán Alfonso qadram software C/Juan Ramón Jiménez, 15 Entlo. 2 03203 Elche ALICANTE (SPAIN) T: +34 965 45 48 48 F: +34 965 45 4

Re: [qooxdoo-devel] Integrating Adobe Flex in qooxdoo

2007-08-17 Thread Fabian Jakobs
Hi Vishal, > Hi, > > I have to integrate adobe flex in my qooxdoo application. I have added the > flex application successfully by HtmlEmbed object. > > Now I need to call the function in flex from my qooxdoo method. > > I tried for following code, > > function getFlexApp(appName) > { >

[qooxdoo-devel] Integrating Adobe Flex in qooxdoo

2007-08-17 Thread Vishal Patel
Hi, I have to integrate adobe flex in my qooxdoo application. I have added the flex application successfully by HtmlEmbed object. Now I need to call the function in flex from my qooxdoo method. I tried for following code, function getFlexApp(appName) { if (navigator.a

Re: [qooxdoo-devel] Table performance boost

2007-08-17 Thread Daniel Haferkorn
Hi Fabian, this is great work, the lower table is scrolling much smoother even on a Core2 6300 in IE6! I guess when 0.7.2 comes out I finally have to let go of 0.6.6. :) Regards, Daniel Haferkorn Fabian Jakobs wrote: > Hi, > > in the last few days we have been working hard to improve the scro

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

2007-08-17 Thread Ferenczi Viktor
A patch is available for this "bug". It is rather an unexpected (and undocumented) behaviour of editable combo boxes, than a real bug. (So qooxdoo is not as buggy as it seems according to the previous posts.) More information, test case, proposed patch: http://bugzilla.qooxdoo.org/show_bug.cgi?id=

Re: [qooxdoo-devel] removeAll + dispose

2007-08-17 Thread Ferenczi Viktor
> will all children's destructors be called when I call method "removeAll" > of the parent-widget? The removeAll method is implemented in the Parent class. The removeAll method calls the remove method for each child widget. The remove method only removes the widget from the parent (removes only

Re: [qooxdoo-devel] [out of office] qooxdoo-devel Digest, Vol 15, Issue 58

2007-08-17 Thread peter . breuer
Vielen Dank für Ihre Mail. Ich bin vom 06.08.-19.08.2007 im Urlaub. Wenden Sie sich bitte in dieser Zeit an Herrn Sell (<[EMAIL PROTECTED]>) Ihre Mail wird nicht weitergeleitet. Mit besten Gruessen Peter Breuer . Peter Breuer intermatix gmbh oranienstr.6, 109

Re: [qooxdoo-devel] Table performance boost

2007-08-17 Thread asaris
Hi all, Great job. I use Ubuntu with FF2. I used virtualization - guest OS "Windows XP"  - to test qooxdoo applications (huge tables) because FF2 runs faster in Windows XP. From yesterday I don't need anymore to launch guest OS to test qooxdoo. asaris Fabian Jakobs wrote: Hi, in the l

Re: [qooxdoo-devel] Table performance boost

2007-08-17 Thread Bart van der Werf
> From: Fabian Jakobs > Sent: Thursday, August 16, 2007 4:55 PM > To: qooxdoo Development > Subject: [qooxdoo-devel] Table performance boost Great work Fabian :) Can't wait to test this on our app. Greets, Bart - This SF

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

2007-08-17 Thread Fabian Jakobs
Hi Juan, > 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 ha

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

2007-08-17 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