I have this issue where I open an extra window with window.show() Which logically will draw on top of my first window(the part where the shadow is drawn).
But I want the new window to draw behind the shadow, or at least force the first window to redraw on top, so I don't get this effect that if I mouse over my original window the shadow pops back into view.
Any ideas? I tried window.focus() and window.Active(), window.show().. Thanks! http://i.imgur.com/GTes1NR.gifv