ivan.cuevas Posted September 24, 2014 Posted September 24, 2014 Hi all, tested in lastest version of Unigine in Windows. Simply replacing ui_oo.ui file with the following code: <?xml version="1.0" encoding="utf-8"?> <ui version="1.0"> <window name="Window::window" export="1"> <button align="expand"> <text>Press & me</text> <callback type="clicked" variable="Window::instance" string="clicked">Window::callback_redirector</callback> </button> <label><text rich="1">Press & me </text></label> </window> </ui> you get a FontRich parse error: unknown symbol "&" from label definition. It doesn't happens with charect " for example. Note: as workaround you can use & but I think this could be fixed ;) Best regards.
silent Posted September 25, 2014 Posted September 25, 2014 Thank you for detailed description! I've added this issue to our internal bug tracker. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
silent Posted September 25, 2014 Posted September 25, 2014 Fixed, the bug fix will be available in the next SDK update. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts