EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > XML Modification Help & Info

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 08-02-2006, 11:42 PM
Savie Savie is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 229
Default Group window

I'm having a few issues with my group window, it resizes to horizontal fill each time someone joins or leaves group. I can't get it to stop! lol It is driving me crazy. Could anyone offer a suggestion on how to get it to stop pls?

My other issue, is that I have the spell effects to the right of the HP/mana bars, but when there is no effect on the person, I'd like the window to resize accordingly, then expand when someone receives one of the four effects. Could anyone tell me if this is even possible? What I'm thinking *might* work seems like it would take a ton of coding to do, and I'm not the best at coding yet =/

Any help would be greatly appreciated!
__________________
~ Savie
92 Warden, Nagafen.
Reply With Quote
  #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
  #3  
Unread 08-03-2006, 09:32 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

add Location=<what ever> to yoru OnShow and force the groupmember page to go where you want not where SOE wants.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #4  
Unread 08-03-2006, 09:56 AM
Savie Savie is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 229
Default

It's not that I want it to go a certain place, just for it to fill according to the window size the player makes it. If the want to size it 5 down, 2 down/3across, 3 down/2 across or 5 across. But instead it is just shrinking or expanding and makes the window horizontal. Or maybe what you said is the fix I'm looking for, but I just didn't understand. =/ Sorry Im new to this.
Basically, what I want it to do, is keep the rest of the window hide like it is doing now, but at the same time, fill the group according to what the player sets it to, rather than snapping back to a totally horizontal window.

Also, I've added a volume page for the detrimental effect icons, similar to the target window, however it is not resizing the window to show those, any suggestions? Would an OnShow/OnHide for those work?
__________________
~ Savie
92 Warden, Nagafen.

Last edited by Savie : 08-03-2006 at 09:59 AM.
Reply With Quote
  #5  
Unread 08-03-2006, 10:20 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

I think you should take a look at the "VolumeFill" property of your volume page.

And you can't separately resize or relocate children of a volume page, so that's why your attempts are failing. You can only resize the volume page itself and/or set the CellSize property for its children. The volume won't resize automatically, btw, you'll have to do it yourself.

Also, if you implement the group window via a volume page, you can't (unless SOE recently changed it) use the same format that the default group window uses, you'll have to work with DynamicData instead.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #6  
Unread 08-03-2006, 10:23 AM
Savie Savie is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 229
Default

Quote:
Originally Posted by gm9
I think you should take a look at the "VolumeFill" property of your volume page.
The VolumeFill is set to "left2right_down"

Quote:
Originally Posted by gm9
And you can't separately resize or relocate children of a volume page, so that's why your attempts are failing. You can only resize the volume page itself and/or set the CellSize property for its children. The volume won't resize automatically, btw, you'll have to do it yourself.
I'm not trying to relocate them, just have them work like the target window does with buffs.

Quote:
Originally Posted by gm9
Also, if you implement the group window via a volume page, you can't (unless SOE recently changed it) use the same format that the default group window uses, you'll have to work with DynamicData instead.
Yes, lol I just found this out the hard way, working on that now too.
__________________
~ Savie
92 Warden, Nagafen.
Reply With Quote
  #7  
Unread 08-03-2006, 11:08 AM
Savie Savie is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 229
Default

I decided to completely scrap the hiding of the effects, effects seems to be much more trouble than it is worth. Still can't get the window to stop filling group members horizontally only though, any thoughts? Thanks for all the help!
__________________
~ Savie
92 Warden, Nagafen.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:55 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI