View Single Post
  #3 (permalink)  
Old 01-02-2008, 11:25 PM
jazgold jazgold is offline
Member
 
Join Date: Jan 2008
Posts: 2
jazgold is on a distinguished road
workaround: window moving event?
it's possible that i've done something stupid, or that i've stumbled onto a big here.

i'm thinking of trying to force redraw (invalidate) the applet whenever the browser window is moved. perhaps this will get firefox to really redraw the drop zones.

i'm not sure if capturing a window-move event is possible. i looked into the WindowListener (http://java.sun.com/j2se/1.4.2/docs/...Listener.html), but it doesn't seem to listen to window movements or resizing. just maximing, minimizing, and focusing.

not sure if this hack would work, but if anyone knows how to capture these events, i'd give it a try...

thnx... peace
Reply With Quote