EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   Pinning Locations to the right (https://www.eq2interface.com/forums/showthread.php?t=3629)

Jaxel 07-14-2005 10:15 AM

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.

Laffs 07-14-2005 11:28 AM

Same sort of problem I had with the effects window to expand up not down.. In the end the only way I could get it to do it was... this

Make the page the size it is going to be at its full extent
Then set whats visible and set pack location to the right
And on mouse over its a case of setting show/hide or even swaping the locations of the other pages and changing background/frame size
But the parent size stays the same all the time just you cant see it

Any of that make sense lol


All times are GMT -5. The time now is 12:29 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI