Re: [qooxdoo-devel] hiding a control

2006-11-24 Thread Hugh Gibson
> Is there any way to hide a control i.e. text box, combo box > > Based on some condition... Take a look at http://qooxdoo.org/documentation/user_manual/widget_visibility which talks about how to hide and show controls, and the implications of it. Hugh

Re: [qooxdoo-devel] Difference between layouts

2006-11-24 Thread Hugh Gibson
> Is there a documentation about the difference between the layouts? > > Box, canvas, dock, flow, grid, horizontalBox, verticalBox? > > Thanks. > > I only know grid and flow. Yep, see http://qooxdoo.org/documentation/user_manual/layout_manager Hugh

[qooxdoo-devel] MDI application

2006-11-24 Thread Tomek Loboda
Hi all, I'm trying to design a MDI application. I have a toolbar on the top or bottom and some floating windows created dynamically. Just to make sure, the behavior requirements are: 1. The toolbar stays always on the top. 2. When maximized a window uses entire space available minus whatever's

Re: [qooxdoo-devel] Important: Eclipse & Licensing changes for qooxdoo

2006-11-24 Thread Jens Lautenbacher
On Fri, 2006-11-24 at 20:29 +0100, Andreas Ecker wrote: > Hi all, > > we would like to inform the members of the qooxdoo development community > about some very exciting opportunities for this project. I just want to add something that isn't directly related to the license changing stuff, but ela

[qooxdoo-devel] Important: Eclipse & Licensing changes for qooxdoo

2006-11-24 Thread Andreas Ecker
Hi all, we would like to inform the members of the qooxdoo development community about some very exciting opportunities for this project. A while ago the qooxdoo team was being approached by members of the Eclipse community. They were looking for a new AJAX widget library to use in their project

[qooxdoo-devel] Difference between layouts

2006-11-24 Thread Tobias Koller (GERMO GmbH)
Hello, Is there a documentation about the difference between the layouts? Box, canvas, dock, flow, grid, horizontalBox, verticalBox? Thanks. I only know grid and flow. - Take Surveys. Earn Cash. Influence the F

Re: [qooxdoo-devel] Bug in EventHandler.js of svn rev. 4931

2006-11-24 Thread Dietrich Streifert
Sorry for the traffic. I forgot to rebuild the demo source after updating from svn. Now it works. Dietrich Streifert schrieb: Hello Fabian, the current rev. 4931 of svn has a bug in EventHandler.js. This can be verified by running ie. frontend/demo/source/html/test/ComboBox_4.html Under

[qooxdoo-devel] Bug in EventHandler.js of svn rev. 4931

2006-11-24 Thread Dietrich Streifert
Hello Fabian, the current rev. 4931 of svn has a bug in EventHandler.js. This can be verified by running ie. frontend/demo/source/html/test/ComboBox_4.html Under FireFox 2.0 with firebug I get the following errors in the console: this._keyEventHandler has no properties EventHandler.js (line

[qooxdoo-devel] hiding a control

2006-11-24 Thread gaurav.padiyar
Hi all, Is there any way to hide a control i.e. text box, combo box Based on some condition... Thanks n Regards, Gaurav - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel a

Re: [qooxdoo-devel] Client data in qx.io.remote.RemoteRequest

2006-11-24 Thread Christian Harms
Jonathan Pilborough schrieb: >Hi, >I want to use qx.io.remote.RemoteRequest to fetch some data then put into a >table widget. >The parsing will be handled in the completed event. The trouble is, I can't pass data >back from the event handler, and I can't work out how to give the event handler the

[qooxdoo-devel] RemoteAccess

2006-11-24 Thread Tobias Koller (GERMO GmbH)
Hello, i tried to use the Rpc but it doesnt work. Can anyone give me an example of the correct syntax to get some information from a html-File using "ajax"? I tried this: -- ... ... ... var rpc = new qx.io.remot