Re: [qooxdoo-devel] How to open new browser window in 0.8

2008-09-14 Thread Grykar
Thanks for answers Karol -- View this message in context: http://www.nabble.com/How-to-open-new-browser-window-in-0.8-tp19457385p19484360.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. - This SF.Net

Re: [qooxdoo-devel] How to open new browser window in 0.8

2008-09-12 Thread Tobias Oetiker
Hi Karol, just use window.open(url, '__new'); cheers tobi Today Grykar wrote: > > Hi, > > is there any way to open new window or new tab in browser ? > It is possible in qooXdoo 0.7 (new > qx.client.NativeWindow("http://family3.org";)) > > Thanks, > Karol > -- Tobi Oetiker, OETIKER+PARTNE

Re: [qooxdoo-devel] How to open new browser window in 0.8

2008-09-12 Thread Sebastian Werner
The native window class is not available in qx 0.8 anymore. You can simply use window.open() which is hopefully OK for the moment. Sebastian Grykar schrieb: > Hi, > > is there any way to open new window or new tab in browser ? > It is possible in qooXdoo 0.7 (new > qx.client.NativeWindow("htt

[qooxdoo-devel] How to open new browser window in 0.8

2008-09-12 Thread Grykar
Hi, is there any way to open new window or new tab in browser ? It is possible in qooXdoo 0.7 (new qx.client.NativeWindow("http://family3.org";)) Thanks, Karol -- View this message in context: http://www.nabble.com/How-to-open-new-browser-window-in-0.8-tp19457385p19457385.html Sent from the