Page 1 of 1

HTML Special Characters

Posted: Wed May 31, 2006 14:55
by Rackle
I created a Combobox widget and specified a text value of "<List>". The Layout Editor has no problem displaying that text however it is unable to reload that .layout file; the XML parser does not like to have a '<' character within a Value such as:

<Property Name="Text" Value="<List>" />

Posted: Thu Jun 01, 2006 07:16
by scriptkid
You use the 0.4.1 version of the editor, right? The recent cegui SVN trunk contains support for encoding/decoding of such characters, and it has been confirmed that the new editor works with it as well.

So if you have a little patience for the new release (or get sources from SVN), you should be fine :-)

HTH!