View Single Post
  #6  
Old 07-11-2007, 09:18 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Stefan View Post
What exactly is the problem with moving the controls? Each of those events is valid. You can eventually take the actual size of the control instead of the x,y parameters provided to the event handler to avoid some strange resizing, but it shouldn't really be that slow?
My actual problem is the need to use the onResize event called by GraalControl. Currently it calls multiple times while one is resizing the graal window (regardless of the fact that graal always seems to freeze when you do resize the window).

I thought the event would only be called after the player has finished resizing the Graal window but I found it calling it multiple times during the operation. I was wondering if this was a bug and if not, was there a similiar event called when the player has finished rezising the window that only gets called once.
Reply With Quote