EQ2Interface.com
Search Downloads


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

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 01-07-2005, 05:12 PM
sunthas sunthas is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unrest
Posts: 306
Default Multiple Values for a Property?

This question has to do with the bags mod I was playing with. Talyns was helping me quite a bit on this.

He said to put 3 values in one property called OnShow

Parent.MinimumSize=178,62
Parent.MaximumSize=178,62
Parent.Size=178,62

What seperator do I use to get all 3 of these into that one Property. I've looked through lots of the XML files and it seems they are all 1 to 1.
Reply With Quote
  #2  
Unread 01-07-2005, 05:15 PM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

A space will do:
OnShow="Parent.MinimumSize=178,62 Parent.MaximumSize=178,62 Parent.Size=178,62"

Quib
Reply With Quote
  #3  
Unread 01-07-2005, 05:16 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

OnEvent scripts can have multiple commands seperated by either spaces or newlines.

So either:

<Icon OnShow="Parent.MinimumSize=178,62
Parent.MaximumSize=178,62
Parent.Size=178,62" ...>

Or

<Icon OnShow="Parent.MinimumSize=178,62 Parent.MaximumSize=178,62 Parent.Size=178,62" ...>

will work
__________________
If it ain't broke, it needs more features!
Reply With Quote
  #4  
Unread 01-07-2005, 05:22 PM
sunthas sunthas is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unrest
Posts: 306
Default

Cool, I tried that but I must have had other problems in my code and took it out as a troubleshooting. Thanks
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 08:29 PM.


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