View Single Post
  #2  
Unread 06-04-2012, 01:14 PM
Garan's Avatar
Garan Garan is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Oct 2010
Posts: 341
Yep. This is also inherited by the Turbine.UI.Lotro.GoldWindow class along with the new :IsResizable() method.

I have noticed some odd behavior when dragging the bottom left corner to the left, sometimes it moves the window instead of resizing it. Other than that, it works quite nicely. I haven't really noticed any speed difference over using the MouseDown, MouseMove, MouseUp events to manually implement resizing but it is wayyyy simpler plus as you pointed out, the pointer icon is automatically handled.

Now if only Turbine would give us a way to set the mouse pointer icon so we can manually implement resizing for the Turbine.UI.Window class...

Last edited by Garan : 06-04-2012 at 01:20 PM.
Reply With Quote