Re: [qooxdoo-devel] Fwd: [qooxdoo-commit] SF.net SVN: qooxdoo: [6836] trunk/qooxdoo/frontend/framework/source/class/ qx/log/WindowAppender.js

2007-03-09 Thread Sebastian Werner
I am not sure if we mean the same. I talk about using qx.client.NativeWindow inside qx.log.WindowAppender. Maybe even extending the NativeWindow class. In the best case this would not change anything regading the usage of such appenders. You can continue to use Firebug & WindowAppender as p

[qooxdoo-devel] could not use setTimeout

2007-03-09 Thread Dirk Wellmann
Hello List, just in Front of the CeBit I want to make a autorunning DEMO and want to trigger some Events with setTimeout, but it seems I will not see the wood in the trees ;-). I' did it this ways: if(pvTDES.screen.demomode != "0") { var cmd = "this._readLayout('?termid=demo" +

Re: [qooxdoo-devel] Fwd: [qooxdoo-commit] SF.net SVN: qooxdoo: [6836] trunk/qooxdoo/frontend/framework/source/class/ qx/log/WindowAppender.js

2007-03-09 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: > Just have seen that there are more enhancements to the window > appender. The most of these things are already implemented in the > NativeWindow. I think it would be a good idea to use the NativeWindow > in the window appender instead of develop

[qooxdoo-devel] Fwd: [qooxdoo-commit] SF.net SVN: qooxdoo: [6836] trunk/qooxdoo/frontend/framework/source/class/ qx/log/WindowAppender.js

2007-03-09 Thread Sebastian Werner
Just have seen that there are more enhancements to the window appender. The most of these things are already implemented in the NativeWindow. I think it would be a good idea to use the NativeWindow in the window appender instead of develop all the features again. What do your think? Voluntee

Re: [qooxdoo-devel] Problem in RPC call (timeout)

2007-03-09 Thread Derrell . Lipman
"Agustin Almonte F." <[EMAIL PROTECTED]> writes: > Hi, i'm using RPC to fill some tables with data. My problem is when the call > involves over 100 rows the call throws an exception "Local error 1 : Local > time-out expired". is there a way to set the timeout for the operation. var rpc = ne

[qooxdoo-devel] Problem in RPC call (timeout)

2007-03-09 Thread Agustin Almonte F.
Hi, i'm using RPC to fill some tables with data. My problem is when the call involves over 100 rows the call throws an exception "Local error 1 : Local time-out expired". is there a way to set the timeout for the operation. I allready start using remoteTableModel, but still want to know if can th

Re: [qooxdoo-devel] A newbie JavaScript Question

2007-03-09 Thread Dirk Wellmann
Hello List, ok, I did it with eval, but is this too expensive? Dirk Wellmann schrieb: > Hello List, > > I've a JSON-Object in JavaScript like "otto.name" witch value is "Hans". > Now I want to access the JSON-Object with a Variable like > > var vName = "otto.name" > > var vValue = vName > > Ok,

[qooxdoo-devel] A newbie JavaScript Question

2007-03-09 Thread Dirk Wellmann
Hello List, I've a JSON-Object in JavaScript like "otto.name" witch value is "Hans". Now I want to access the JSON-Object with a Variable like var vName = "otto.name" var vValue = vName Ok, I know that this won't work, but now you have an idear what I want to do or? Background: I have a Tab

Re: [qooxdoo-devel] treefolder/file content?

2007-03-09 Thread Alex Back
Hello Tobias, I didn't figured out completely what your problem is, but let's give it a try :) > I tried this: > > tree.getManager().addEventListener("changeSelection", function(e) { > var data = e.getData()[0] ._labelObject.getHtml(); > }); Just a hint: better use the "getLabe

Re: [qooxdoo-devel] *.js source file formatter?

2007-03-09 Thread thron7
Hugh Gibson wrote: Then you could do the column handling of comments, and I'll help you with testing and stuff. Otherwise you can send >>> me a >>> patch or just your version. >>> OK, I'll have a go and send you a patch. >>> >>> What's yo

[qooxdoo-devel] treefolder/file content?

2007-03-09 Thread Tobias Koller (GERMO GmbH)
Hello, How can I handle a treeFullControl to show different content in a Atom for each folder? I tried this: tree.getManager().addEventListener("changeSelection", function(e) { var data = e.getData()[0] ._labelObject.getHtml(); }); But that's only the name of the Folde

Re: [qooxdoo-devel] qooxdoo - Developer-/Usermeeting at CeBit 2007

2007-03-09 Thread Sebastian Werner
Interesting question. Maybe I can use my remaining holiday days from the last year :) Some weeks ago I planned to go to the Cebit. But unfortunately I have not found somebody to go with me :( Sebastian Dirk Wellmann schrieb: > Hello List, > > should we arrange to meet at the CeBit 2007? I th

[qooxdoo-devel] qooxdoo - Developer-/Usermeeting at CeBit 2007

2007-03-09 Thread Dirk Wellmann
Hello List, should we arrange to meet at the CeBit 2007? I think it would be great to get to know eatch other and to discuss about our Projects and 42. ;-) Who presents Projects/Produkts based on Qooxdoo at CeBit and Where? One of our Projects is in the Name of: BDE ENGINEERING GmbH, Hall 6,

Re: [qooxdoo-devel] semi-Transparency

2007-03-09 Thread Tobias Koller (GERMO GmbH)
Thanks! That's what i needed ;) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alex Back Gesendet: Freitag, 9. März 2007 10:17 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] semi-Transparency Hi Tobias, > is it possible to set a Background

Re: [qooxdoo-devel] semi-Transparency

2007-03-09 Thread Alex Back
Hi Tobias, > is it possible to set a BackgroundColor of an Atom to "semi-transparent" > like for windows translucent? You can set your background-color and try to add this semi-transparent effect with the opacity property. The value 0.5 is used when moving a window in the translucent mode. Hop

[qooxdoo-devel] semi-Transparency

2007-03-09 Thread Tobias Koller (GERMO GmbH)
Hi, is it possible to set a BackgroundColor of an Atom to "semi-transparent" like for windows translucent? Thanks Tobias - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and y