lars.saalbach Posted April 14, 2013 Share Posted April 14, 2013 Hey Unigine, I tried to call "setFontPermanent" on WidgetLabel, but log says:12:26:02 path:111: Interpreter::parse_extern_class_begin(): unknown "WidgetLabel" class member "setFontPermanent" I'm using latest SDK. Documentation: https://developer.unigine.com/en/docs/1.0/code/scripting/library/gui/class.widget#setFontPermanent_int Could you please have a look? My .ui file: <label pos_y="5" align="overlap" name="serverStatus" export="1"><text>Offline</text></label> My .h file: serverStatus.setFontPermanent(-1); Greetings & Thanks Lars Link to comment
frustum Posted April 14, 2013 Share Posted April 14, 2013 Check your engine binaries. This function must exist in the latest SDK. Link to comment
lars.saalbach Posted April 14, 2013 Author Share Posted April 14, 2013 Was a binary problem. I'm sorry :( thanks for fast helping at all-solved. Greetings Lars Link to comment
Recommended Posts