![]() |
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. |
A space will do:
OnShow="Parent.MinimumSize=178,62 Parent.MaximumSize=178,62 Parent.Size=178,62" Quib |
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 |
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