Reply to thread

[USER=60104]@Sebastiii[/USER] , well, no luck in all :(. But maybe are interesting things ;).


This is the result of my test:


[CODE=XML]defines in skin xml file (myvideo.xml):

  <label>#test_textstring_xml</label>  | <!-- | does not work | show: #test_textstring_xml -->

  <label>#test_textstring_property_xml</label>  |  <!-- | work | -->

  <label>#test_textstring_propertyEvaluated_xml</label> | <!-- | work | -->

  <label>#test_textplot_xml</label>  | <!--  | does not work | show: #test_textplot_xml -->

  <label>#test_textplot_property_xml</label>  | <!-- | does not work | show: Plot with property="true" - #plot -->

  <label>#test_textplot_propertyEvaluated_xml</label>  |  <!-- | does not work | show: Plot with property="true" and evaluateNow="true" - #plot -->


defines in references xml file (references.xml):

   <label>#test_textstring_ref</label> | <!-- | work | -->

   <label>#test_textstring_property_ref</label> | <!-- | work | -->


colors definitions in skin xml file (myvideo.xml):

   <textcolor>#test_textcolor_property_xml</textcolor> | <!-- | does not work | show: nothing/blank -->

   <textcolor>#test_textcolor_property_xml</textcolor> | <!-- | does not work | show: nothing/blank -->


colors definitions in references xml file (references.xml) :

   <textcolor>#test_textcolor_ref</textcolor> --> | <!-- | work | show: correct color -->

   <textcolor>#test_textcolor_property_ref</textcolor> | <!-- | work | show: correct color -->[/CODE]


The defines in references.xml seems are working ok (both, defines only and propertys and also the defines used in <textcolor>). This does not was working in 1.13. In 1.12 was working, So it seems that the reverted change was broken the defines in references.xml in 1.13 and with the new core.dll are working again..


Now the bad things: the 'only-define' (<define>#test_textstring_xml:This is text in define</define>) don't work now (in 1.13 doesn't work neither). The defines in other differents tags than <label> (like <textcolor>) in skin xml file, are not working now (in 1.13 doesn't work also, I don't remember if this was working in 1.12. I can check this later).


The defines that include another define inside (like <define>#test_textplot_xml: Plot - #plot</define>) doesn't work. The key here is that the '#' isn't at the beginnig of the string (if I don't get it wrong).


Nevertheless, I think that is better solution the new core.dll, because are working things that was working in 1.3 and other things that was working in 1.12 (and don't in 1.13).


And thanks, I will continue doing some more testing with the old core.dll (1.12 original). If you need more, don't hesitate to tell me. One more thing: perhaps there is some clue in other controls like label or fadelabel?


Top Bottom