[qooxdoo-devel] QxMenuButton without an empty pull down...

2006-01-30 Thread Kent Olsson
How is it possible to get rid of the pull down of a QxMenuBarButton? It means that I want action directly on pressing the button, and no empty menu (square) pulling down. Kent --- This SF.net email is sponsored by: Splunk Inc. Do you grep thro

[qooxdoo-devel] Re: Example of using qooxdoo with SOAP

2006-01-30 Thread bobmanc
Here is some info on AJAX and SOAP http://www-128.ibm.com/developerworks/webservices/library/ws-wsajax/?ca=dgr-lnxw07SOAP-AJAX --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download t

Re: [qooxdoo-devel] QxImageManager: QxImageManager is not a constructor [RENDERER]

2006-01-30 Thread Diego Cibils
There's something strange with QxTree in RENDERER.I can't get images on QxTreeFile to appear. I've setup crystalsvg as the icon theme and like this the qxTreeFile: // set up the iconThemeQxImageManager.setPath("${pageContext.request.contextPath}/qooxdoo/images/");QxImageManager.setIconTheme ("cryst

Re: [qooxdoo-devel] Strange behaviour of focus rect in radio button demo

2006-01-30 Thread Sebastian Werner
Sebastian Werner schrieb: Hugh Gibson schrieb: I get some strange behaviour of the focus rectangle with the radio button demo: http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/RadioButton_1.h tml With IE6, Windows 2K, if you click on the space between a label and the radio contro

Re: [qooxdoo-devel] Strange behaviour of focus rect in radio button demo

2006-01-30 Thread Sebastian Werner
Hugh Gibson schrieb: I get some strange behaviour of the focus rectangle with the radio button demo: http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/RadioButton_1.h tml With IE6, Windows 2K, if you click on the space between a label and the radio control, the focus rect will be dra

Re: [qooxdoo-devel] QxImageManager: QxImageManager is not a constructor [RENDERER]

2006-01-30 Thread Diego Cibils
Great!It worked .. thanks a lot.Diego... towards 0.2!On 30/01/06, Sebastian Werner < [EMAIL PROTECTED]> wrote:Diego Cibils schrieb:> Hi,> > I'm trying to migrate my app from HEAD to RENDERER but I'm getting into> some troubles.>> Before (in HEAD) to setup the icon/theme path I used:>>> var

Re: [qooxdoo-devel] Re: Example of using qooxdoo with SOAP

2006-01-30 Thread Sebastian Werner
Ramin schrieb: Hi Sebastian, I am sure by now there should be several AJAX toolkits/packages that have handled the 'communication' aspect of AJAX. Given that, I was wondering if you and/or anyone in this mailing list prefers any existing package for integrarion with qooxdoo? Or should we re-inve

Re: [qooxdoo-devel] QxImageManager: QxImageManager is not a constructor [RENDERER]

2006-01-30 Thread Sebastian Werner
Diego Cibils schrieb: Hi, I'm trying to migrate my app from HEAD to RENDERER but I'm getting into some troubles. Before (in HEAD) to setup the icon/theme path I used: var im = new QxImageManager(); im.setPath("${pageContext.request.contextPath}/qooxdoo/images/"); im.

[qooxdoo-devel] QxImageManager: QxImageManager is not a constructor [RENDERER]

2006-01-30 Thread Diego Cibils
Hi,I'm trying to migrate my app from HEAD to RENDERER but I'm getting into some troubles.Before (in HEAD) to setup the icon/theme path I used:         var im = new QxImageManager();        im.setPath("${pageContext.request.contextPath}/qooxdoo/images/");         im.setIconTheme("crystalsvg");Now, i

[qooxdoo-devel] Strange behaviour of focus rect in radio button demo

2006-01-30 Thread Hugh Gibson
I get some strange behaviour of the focus rectangle with the radio button demo: http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/RadioButton_1.h tml With IE6, Windows 2K, if you click on the space between a label and the radio control, the focus rect will be drawn around the clicked

[qooxdoo-devel] Unable to set size in NativeWindow demo

2006-01-30 Thread Hugh Gibson
I tried setting the size of the native window using IE6 and FF in http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/NativeWindow_1. html When clicking on the button to change the size I got red debug errors: 776057:Cross-Domain Scripting problem:Could not resize window! 798439:Cross-Do

[qooxdoo-devel] Re: Example of using qooxdoo with SOAP

2006-01-30 Thread Ramin
Hi Sebastian, I am sure by now there should be several AJAX toolkits/packages that have handled the 'communication' aspect of AJAX. Given that, I was wondering if you and/or anyone in this mailing list prefers any existing package for integrarion with qooxdoo? Or should we re-invent a new one? Th

Re: [qooxdoo-devel] ListView_1 description errors

2006-01-30 Thread Hugh Gibson
> ListView_1 says: > > "Like example #1, " ListView_2 says "Like example #2" - same problem. Hugh --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that

[qooxdoo-devel] ListView_2 demo has error on scroll

2006-01-30 Thread Hugh Gibson
When you scroll the list box in http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/ListView_2.html the debug window is filled up with red error reports in both IE6 and FF1.5: 020830:Failed to execute "set()":Setter of property source returned with an error:this._manager has no propert

Re: [qooxdoo-devel] Disabling Fieldset with icon shows flicker

2006-01-30 Thread Hugh Gibson
> > then the icon clearly shows as being disabled, then enabled, then > > disabled again. > > Can you please exlain more detailed what the problem is (what means > flickering for you)? There is no flickering detectable here, both in IE > and Firefox. I tried to explain it clearly :-) When you

[qooxdoo-devel] ListView_1 description errors

2006-01-30 Thread Hugh Gibson
http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/ListView_1.html ListView_1 says: "Like example #1, " This *is* example #1 as far as I can tell. "resizeable prohibation" Should be "prohibition". Hugh --- This SF.net

[qooxdoo-devel] Demo windows on right are transparent

2006-01-30 Thread Hugh Gibson
On at least two of the demos, e.g. http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/ListView_1.html if you resize the browser window to make it a smaller width then the debug area and description area overwrite the main control. I saw it on the toolbar demo as well - and may well be t

Re: [qooxdoo-devel] Disabling Fieldset with icon shows flicker

2006-01-30 Thread Sebastian Werner
Hugh Gibson schrieb: If you disable a Fieldset - either with a checkbox or radio button e.g. http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/FieldSet_3.html then the icon clearly shows as being disabled, then enabled, then disabled again. Can you please exlain more detailed what th

[qooxdoo-devel] Is it possible to run with uncompiled scripts?

2006-01-30 Thread Hugh Gibson
To aid script debugging, is it possible to run against uncompiled and compressed scripts? Saying that an error is at character 449009 of line 6 isn't really very useful for most tools. It would also help to be able to see original source code with comments etc. Hugh -

[qooxdoo-devel] Script error when navigating away from IFrame demo page

2006-01-30 Thread Hugh Gibson
If I use the combo box in the demo to select the Iframe demo at http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/Iframe_1.html and then select another demo, I get a script error in IE6 under Windows 2K. The details are: Line: 20 Char: 449009 Error: Invalid argument Code: 0 URL: htt

[qooxdoo-devel] Inline_1 demo has a large amount of commented out text in it

2006-01-30 Thread Hugh Gibson
http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/Inline_1.html has a big block of german text (so I can't tell if it's instructions or what!) which has been commented out. Hugh --- This SF.net email is sponsored by: Splunk Inc. Do

[qooxdoo-devel] Gallery_1 example has "Decrease" button at top

2006-01-30 Thread Hugh Gibson
The Gallery_1 example at http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/Gallery_1.html has a "Decrease" button which overlays some of the title area. It doesn't appear to do anything. Hugh --- This SF.net email is sponsored by:

[qooxdoo-devel] Disabling Fieldset with icon shows flicker

2006-01-30 Thread Hugh Gibson
If you disable a Fieldset - either with a checkbox or radio button e.g. http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/FieldSet_3.html then the icon clearly shows as being disabled, then enabled, then disabled again. Hugh --- Th

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-30 Thread Hugh Gibson
> This is temporary. Finally in some days we will have only one demo > section hopefully. Until now it's OK this way I think. OK, that's fine. I know things are in flux at the moment. Hugh --- This SF.net email is sponsored by: Splunk Inc. Do

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-30 Thread Sebastian Werner
Hugh Gibson schrieb: 5. Inconsistent links The front page has a "demo" link in the menu which takes you straight to http://qooxdoo.oss.schlund.de/demo/release/public/test/user/Index.html. However, at the bottom of some pages (like the home page and the 404 error page) there is a list of link

[qooxdoo-devel] Edit combo broken for data entry when window dropped

2006-01-30 Thread Hugh Gibson
In http://qooxdoo.oss.schlund.de/demo/dev/public/html/example/ComboBox_1.html if you make the first combo box an Edit-combo, only the Delete and Backspace keys can be pressed when the combo is dropped. In http://qooxdoo.oss.schlund.de/demo/release/public/test/user/Combobox_1.htm l you can ty

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-30 Thread Hugh Gibson
> 5. Inconsistent links > > The front page has a "demo" link in the menu which takes you straight > to > http://qooxdoo.oss.schlund.de/demo/release/public/test/user/Index.html. > However, at the bottom of some pages (like the home page and the 404 > error page) there is a list of links includ

Re: [qooxdoo-devel] qooxdoo

2006-01-30 Thread Sebastian Werner
Ganesh Gunasegaran schrieb: Hi Guys, First of all, thanks for the excellent framework. I was initially evaluating Bindows for one of my client's project. I have to drop the idea as per CPU price for Bindows is insane and it is a bit complex to use. Qooxdoo looks like just what we need!. Tha

Re: [qooxdoo-devel] Example of using qooxdoo with SOAP

2006-01-30 Thread Sebastian Werner
Ramin Javanbakht schrieb: Hello, I am new to qooxdoo, so if the following has been already been answered/discussed, please send me the link for answers/docs. Hi Ramin, this was not discussed already. qooxdoo is currently more a GUI toolkit than a communication toolkit. There is not yet

Re: [qooxdoo-devel] qooxdoo

2006-01-30 Thread Michael Bruns
Hi Ganesh, Ganesh Gunasegaran wrote: > I am also planning to create a Rails qooxdoo plugin ( > http://www.rubyonrails.com) , which will allow developers to use qooxdoo > from rails. I will keep my progress posted. What an excellent idea :-) Actually I'm quite new to both Ruby and Rails, but I rea

[qooxdoo-devel] Example of using qooxdoo with SOAP

2006-01-30 Thread Ramin Javanbakht
Hello,   I am new to qooxdoo, so if the following has been already been answered/discussed, please send me the link for answers/docs.   I was wondering if there are examples or docs describing how to the following in qooxdoo:   1. Build a SOAP request 2. Send the request to

Re: [qooxdoo-devel] bug in developer example 'ListView 2'

2006-01-30 Thread Sebastian Werner
Izaak Branderhorst schrieb: I just noticed a lot of these errors when clicking on rows or using the scrollbar: 006299:Failed to execute "set()":Setter of property source returned with an error:this._manager has no properties Other ListView examples don't seem to have this behaviour. Hi Iza

[qooxdoo-devel] qooxdoo

2006-01-30 Thread Ganesh Gunasegaran
Hi Guys,First of all, thanks for the excellent framework. I was initially evaluating Bindows for one of my client's project. I have to drop the idea as per CPU price for Bindows is insane and it is a bit complex to use. Qooxdoo looks like just what we need!. I am also planning to create a Rails qo