View Single Post
  #1  
Unread 07-14-2005, 10:15 AM
Jaxel Jaxel is offline
A Dragoon Sith
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Guk
Posts: 96
Default Pinning Locations to the right

Okay... I have this window..
Code:
-------------------------
| A |       |       | B |
-------------------------
When your mouse isnt over it... I want it to look like this...
Code:
-----
| A |
-----
And when you mouse over it, it expands to the full window. However, it it mouses over, I want the window to open up to the left, not the right...
Code:
                     -----
<------------------- | A |
                     -----
By default it opens to the right and I cant figure out how to change that..
Code:
-----
| A | ------------------->
-----
Basically I want the location pinned to the top, right, rather then the top, left. However, PackLocation is based upon the root window, I want this based on the window itself.
__________________
Jaxel, Dirge of Risen, on The Bazaar.
My OCD Interface Mods

Last edited by Jaxel : 07-14-2005 at 10:18 AM.
Reply With Quote