Hello,
Extremely sorry for the problem. The mistake was caused during saving to tdf file. For some of the elements, and, my first guess is for animated icons, this could happen.
If You could sent us the tdf file, it would help us recognize how the problem happened, what sort of actions You should avoid to be sure it will not happen in the future.
Please, send it also if You want us to fix the tdf file, we will be glad to do it as soon as possible.
Here is a short explanation of the problem:
The parameter status="xxxxx" is not allowed on level of <element.
First line in example bellow is wrong (please note that it doesnt happen for Media Gallery icons I've just used this as an example).
<element status="actual" id="qgn_menu_mg_2_cxt" name="Media Gallery 2" >
<graphic status="actual" type="still" uniqueid="0">
<layer angle="0" colourdepth="c16" entity_x="0" entity_y="0" filename="qgn_menu_mg_2_cxt.svg" image_x="0" image_y="0" ms="WithAspectRatio" name="layer0" status="actual" tile_height="60" tile_width="60"/>
</graphic>
</element>
If You remove "status="actual"" from the first line (or it could be something else there like "status="draft"", then everything should be OK. Then, save the tdf file and when reopening, hopefully,You should not experience problems.
Note that attribute status is OK in line with <layer or <graphics and should not be deleted.
In case of previous example proper content would be:
<element id="qgn_menu_mg_2_cxt" name="Media Gallery 2" >
<graphic status="actual" type="still" uniqueid="0">
<layer angle="0" colourdepth="c16" entity_x="0" entity_y="0" filename="qgn_menu_mg_2_cxt.svg" image_x="0" image_y="0" ms="WithAspectRatio" name="layer0" status="actual" tile_height="60" tile_width="60"/>
</graphic>
</element>
Hope this problem will not turn You away from using Carbide. We will give our best effort to try to make the Carbide.ui image better in next releases.
Best Regards,