Re: [qooxdoo-devel] internal window behind pdf document in iframe

2007-11-28 Thread Dirk Wellmann
Hi Phillip, you will have the same issue on running Flash, it's because they get the Windowhandel of your Browserwindow to paint themselfs, but they don't know about any DIV's or IFRAMES or anything else! Solution in my Project was to call the Method setDisplay(false); of the Flash-Object and

[qooxdoo-devel] internal window behind pdf document in iframe

2007-11-28 Thread Philipp Wabinski
Hello there, I have some Problems with the internal windows and a iframe. When I open a pdf document inside the iframe all opened internal windows are behind it. I tried the bringToFront() command insight the window and also tried to incease its zIndex but nothing helped. With normal Html content