Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD Beta Forum
ReedN
Wizard


Joined: 04 Jan 2006
Posts: 1279
Location: Portland, Oregon

PostPosted: Sat Jul 18, 2009 9:14 pm   

[3.09 Pro] XML exporting/importing errors with color
 
I've seen some buttons getting colored incorrectly upon exporting/importing. Here's an example:

What I see in my package initially (correct, color silver):
Code:

<button name="btn_target" autosize="false" width="80" height="20" autopos="false" left="372" color="silver" priority="251" id="3453">
  <caption>@target</caption>
</button>


Seen in the exported xml file (Still correct color, silver):
Code:

  <button name="btn_target" autosize="false" width="80" height="20" autopos="false" left="372" color="silver" priority="251">
    <caption>@target</caption>
  </button>


Seen after import of the xml file (Now an incorrect color, red):
Code:
<button name="btn_target" autosize="false" width="80" height="20" autopos="false" left="372" color="red" priority="251" id="3538">
  <caption>@target</caption>
</button>
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Mon Jul 20, 2009 4:52 pm   
 
Email me the full XML file that you are importing. I tried importing the example that you showed (the 2nd one) and it imported just fine with the proper color. So it's somehow connected to some other setting that it is also importing in the same file that is somehow changing the colors.

Also, are you absolutely sure that you don't have any triggers or scripts that set the button color that might be executing? You might search for any script that references the "btn_target" button.
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD Beta Forum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net