haxe-flx-ui icon indicating copy to clipboard operation
haxe-flx-ui copied to clipboard

Access to API from code

Open mkorman9 opened this issue 11 years ago • 1 comments

Please, allow us to access widgets API from haxe code. Creating tons of .xml files for every simple state complicates a project and sometime forces to change a code design. API like this:

var textBox = new FlxUITextBox(... positioning and format arguments ...);
textBox.onTextChange = someCallback;
add(textBox);

would be nice :)

mkorman9 avatar Jun 09 '13 21:06 mkorman9

I'll work on this in the next update :)

larsiusprime avatar Jul 31 '13 12:07 larsiusprime