 |
ReedN Wizard
Joined: 04 Jan 2006 Posts: 1279 Location: Portland, Oregon
|
Posted: 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>
|
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: 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. |
|
|
 |
|
|
|
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
|
|