[qooxdoo-devel] Problem in setModal(true) on Window...

2007-10-25 Thread deepakraj
Hi All, i got a problem with setModal(true) function in qx.ui.window.Window object. when i give setModal(true) to one window, i can't able to access the same window that contains other components like (buttons, textfields...). How can i fix this one.. Here is the code.. var preWin = new qx.

Re: [qooxdoo-devel] Problem in setModal(true) on Window...

2007-10-22 Thread Mike Rea
There is a good example of modal windows in the following demo app on the qooxdoo site: http://demo.qooxdoo.org/current/showcase/#InternalWindow In this example, a modal window spawns a 2nd modal window. In both cases, the contents of the modal windows are accessible to the user. This seems pre