Thread: Group window
View Single Post
  #2  
Unread 08-03-2006, 01:27 AM
Savie Savie is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 229
Default

I'm using OnHide and OnShow so the window expands to add members as they join, but like I said it is filling horizontally no matter what size you have the window or wether or not it is locked. I'd like for the window to fill so that it can be vertically, horizontally or both, depending on what size you have the window set to, however those OnHide and OnShow things I have figured out are what is causing this problem. Short of adding in a button to resize the window each time someone joins or leaves group, is there anyway to get this window to do what I'd like it to?

This is what the code currently looks like:
Code:
"GroupMember1" OnShow="parent.size=214,41"
"GroupMember2" OnHide="parent.size=214,41" OnShow="parent.size=428,41"
"GroupMember3" OnHide="parent.size=428,41" OnShow="parent.size=642,41"
"GroupMember4" OnHide="parent.size=642,41" OnShow="parent.size=856,41"
"GroupMember5" OnHide="parent.size=856,41" OnShow="parent.size=1070,41"
I was thinking maybe add another OnShow, but leave the width as 214 or 428 and jump the hieght to 82, so it would look like

Code:
"GroupMember2" OnHide="parent.size=214,41" OnShow="parent.size=428,41"
"GroupMember3" OnHide="parent.size=428,41" OnShow="parent.size=642,41" OnShow="parent.size=428,82"
But, I figured this would just cause the window to get bigger, but still fill it horizontally. (Hope that all made sense, it's late!)


Thanks for any help!
__________________
~ Savie
92 Warden, Nagafen.

Last edited by Savie : 08-03-2006 at 01:34 AM.
Reply With Quote