[qooxdoo-devel] Uploadwidget problem (qooxdoo 1.1)

2010-05-22 Thread swojtek
Hello, I am having problems with uploadwidget contribution. I have implemented everything according to the documentation and when a form gets submitted (form.submit() method), a get the following error: uncaught exception: [Exception... Component returned failure code: 0x80520012

Re: [qooxdoo-devel] Uploadwidget problem (qooxdoo 1.1)

2010-05-22 Thread Wojciech Sieczkowski
Ok, now I know that such behavior is due to security reasons. There might be some ways to hack it, but is there really no other, secure way to upload file from a qooxdoo application? Wojciech On sob, 2010-05-22 at 05:28 -0700, swojtek wrote: Hello, I am having problems with uploadwidget

Re: [qooxdoo-devel] dynamic table menu

2010-05-22 Thread Derrell Lipman
On Tue, Feb 2, 2010 at 09:03, Stefan Volbers volb...@linstep.de wrote: Hi Fritz, Mustafa, Derrell, in can confirm in my local demo browser (#table~Table_Context_Menu.html) with Firefox 3.5.6, Chrome 3 or IE 7 on WinXP, there is no context menu at all. But only one tab further I have a

[qooxdoo-devel] Problem with focus, Window and Popup

2010-05-22 Thread rsantiagopaz
Hi. I have this little problem controlling the focus between windows and popups. Try this example. When click on Close popup button, why the focus return to Show popup button, but not the window? Really, the focus return to window, but the window's title bar remains white, not blue. When click

[qooxdoo-devel] Looking for a typical widget group decoration

2010-05-22 Thread Kenneth Tilton
I have been poking around the doc and demos and cannot find a fairly common GUI decoration used to associate a group of widgets and label the group at the same time, for example an RGB radio group: |-- Color -| | _ Red _ Green _Blue | |--| Basically a visible

Re: [qooxdoo-devel] Looking for a typical widget group decoration

2010-05-22 Thread Derrell Lipman
On Sat, May 22, 2010 at 21:09, Kenneth Tilton kentil...@gmail.com wrote: I have been poking around the doc and demos and cannot find a fairly common GUI decoration used to associate a group of widgets and label the group at the same time, for example an RGB radio group: |-- Color