EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   Multiple Values for a Property? (https://www.eq2interface.com/forums/showthread.php?t=931)

sunthas 01-07-2005 05:12 PM

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.

Quib 01-07-2005 05:15 PM

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

Quib

Deathbane27 01-07-2005 05:16 PM

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

sunthas 01-07-2005 05:22 PM

Cool, I tried that but I must have had other problems in my code and took it out as a troubleshooting. Thanks :)


All times are GMT -5. The time now is 01:27 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI