View Single Post
  #2  
Unread 02-02-2005, 02:06 AM
insomniac's Avatar
insomniac insomniac is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Blackburrow
Posts: 555
Default free yourself of the blasted group window hardcodings

Quote:
Originally Posted by hermesdm
f1: member0 (player)
f2: member1 f3: member3
f4: member3 f5: member4

does not display f6: member 5.
I'm guessing f3=member 2. The group window has this lovely hardcoded page wrap thingy that loves to mess with modders. set UserResizable=true to the group window and try resizing it in game, maybe everything will pop into place if you size the window a bit bigger.

Other than that, i would say convert everything over to dynamicdata (you're using the hardcoded soe stuff right now) and move it off of the nasty "GroupMembers" page thats causing all the trouble. (which, two days ago would be impossible!)
ahh.. progress.

Oh.. and if you want an easy way to test a group window, i think setting visible=true on every groupmember# page will make everything pop up.
__________________
Shizlak Xml - Templar/Provisioner
Blackburrow
Join Chat! irc: #EQ2Interface (dalnet) Ingame: /join eq.serverwide.eq2ui



Last edited by insomniac : 02-02-2005 at 02:09 AM.
Reply With Quote