View Single Post
  #28  
Old 04-13-2008, 11:35 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by cbkbud View Post
I don't understand this exactly -- are you saying it isn't letting you change the x & y of an external window? It is generally working fine on Mac.

CORRECTION:

It will sometimes not allow, but most of the time it works.
Quote:
Originally Posted by zokemon View Post
Open the clientrc and click on the GUI editor. Create a new GuiWindowCtrl and set isexternal to true. Now look at x and y. See how they are both 0? Try modifying them.
Do this. I have only tried it on Windows OS though, not on Mac (can't get on any of my RCs with this Mac). The reason for this is (and Stefan explained this to me), and I'll say it again, The actual GUI is at 0,0 with-in the window container which is why if you modify the x,y it would just change the position with-in the container (which resets to 0,0 because it can't go out of the window bounds). The only reason width and height work is because Stefan had the window container resize automatically accordingly for the Gui's width and height.

Please don't make me explain this again.
__________________
Do it with a DON!
Reply With Quote