View Single Post
  #6  
Unread 01-01-2011, 02:49 PM
Draven_Caine's Avatar
Draven_Caine Draven_Caine is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Oct 2009
Server: Unrest
Posts: 155
Default

Quote:
Originally Posted by gm9 View Post
Yes, via OnMove code in Window A that moves Window B. Basically OnMove="WindowB.Left = WindowA.Left+WindowA.Width+1 WindowB.Top=WindowA.Top ".
A few issues I ran into.
  • How do it get it to subtract?
  • It seems that if you add a variable of plus or minus to the code it doesn't behave in the UI builder, this might be just a UI builder issue though.

Thanks,
Draven

Last edited by Draven_Caine : 01-01-2011 at 02:52 PM.
Reply With Quote