fixel-ui issues

150 views
Skip to first unread message

Extreme Alex

unread,
Dec 17, 2013, 5:01:30 PM12/17/13
to haxef...@googlegroups.com
First, the utility is not installed by haxelib install flixel-ui. Writes that there is no such library. You have to manually extract the archive to the lib folder, if you do not use git.
Second, after unpacking the new version appeared here such errors:
 

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUI.hx:1156: characters 3-62 : Class not found : FlxUIInputText

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field get_height is declared 'override' but doesn't override any field

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field get_width is declared 'override' but doesn't override any field

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field height has different property access than in flixel.addons.ui.IFlxUIWidget ((default,accessor) should be (accessor,accessor))

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field width has different property access than in flixel.addons.ui.IFlxUIWidget ((default,accessor) should be (accessor,accessor))

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field height has different property access than in flixel.addons.ui.IResizable ((default,accessor) should be (accessor,accessor))

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUIText.hx:15: lines 15-76 : Field width has different property access than in flixel.addons.ui.IResizable ((default,accessor) should be (accessor,accessor))

etc.

I looked at the change log on github, and saw that just added causes of issues (overrides). But perhaps the case in some other dependencies. Can you suggest how to solve these issues?

Extreme Alex

unread,
Dec 17, 2013, 5:06:59 PM12/17/13
to haxef...@googlegroups.com
After recompilation this string

D:\Work\Haxe\haxe\lib\flixel-ui/1,0,0/flixel/addons/ui/FlxUI.hx:1156: characters 3-62 : Class not found : FlxUIInputText

is not appears. Others at the same places.

Samuel Batista

unread,
Dec 18, 2013, 12:44:47 AM12/18/13
to haxef...@googlegroups.com

Extreme Alex

unread,
Dec 18, 2013, 5:07:27 AM12/18/13
to haxef...@googlegroups.com
Thanks! But as I understand, this changes are not mereged to master branch yet?

Gama11

unread,
Dec 18, 2013, 5:16:29 AM12/18/13
to haxef...@googlegroups.com
They are, and that's probably your problem... The master branch of flixel-ui is not compatible with the haxelib release of flixel.

Extreme Alex

unread,
Dec 18, 2013, 6:27:44 AM12/18/13
to haxef...@googlegroups.com
So I need to use the old vesion of flixel-ui (option 1) or update flixel from dev branch (option 2)?

Gama11

unread,
Dec 18, 2013, 6:28:47 AM12/18/13
to haxef...@googlegroups.com
Exactly, both of those options should work. Although we should probably fix this ourselves by reverting the changes to the master branch of flixel-ui.
Reply all
Reply to author
Forward
0 new messages