View Single Post
  #90  
Unread 04-22-2005, 12:16 AM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Deathbane27
Nuts.

I know that presetting the margins works, but I guess using scripts to change them doesn't.

Last idea: Use placeholder pages to reference from the OnHover scripts. These would have the size and location based on the hover state.

Example:

OnHoverIN: ChatDisplay.Size=ChatDisplayRIGHT.Size ChatDisplay.Location=ChatDisplayRIGHT.Location
OnHoverOUT: ChatDisplay.Size=ChatDisplayLEFT.Size ChatDisplay.Location=ChatDisplayLEFT.Location

I was originally using this method myself for the titlebar/chat input control, but it caused problems when logging in. Since you're using Hover instead of a window setting, it shouldn't cause a problem on your model.
Hmmm. Ok, Testing .....
Doesn't SEEM to work in UIBuilder, testing live though....

Yeah doesn't seem to work on that end either. I could have messed that up though