Hi. I can't do autotick for Clock after display. After launching compiled program it crashes: Uncaught exception - Invalid call
Main.hx:
package;
import ru.stablex.ui.UIBuilder;
import ru.stablex.ui.RTXml;
import sys.io.File;
class Main extends openfl.display.Sprite{
static public function main () : Void{
UIBuilder.init(null, true);
openfl.Lib.current.addChild(
RTXml.buildFn(File.getContent("/home/eugene/Desktop/Autotick/XmlGui/Gui.xml"))()
);
}
}
Hi. I can't do autotick for Clock after display. After launching compiled program it crashes:
Uncaught exception - Invalid call
Main.hx:
Gui.xml:
Project: Click_with_Autotick.zip
\ needed to change path to Gui.xml to your local path
Thanks.