RealyUniqueName / StablexUI

UI engine for Haxe OpenFL designed to give as much freedom as possible in customizing UI
http://ui.stablex.ru/doc
Other
337 stars 80 forks source link

using the android theme fails to compile #249

Closed matthewswallace closed 8 years ago

matthewswallace commented 8 years ago

If I do the following

UIBuilder.setTheme('ru.stablex.ui.themes.android4');
UIBuilder.init();

I get the following error when trying to compile for iOS

Haxe simulator build: Release-iphonesim
haxe Build.hxml -D simulator -cpp build/Release-iphonesim
/usr/local/lib/haxe/lib/stablexui/git/src/ru/stablex/ui/widgets/Options.hx:252: characters 8-43 : openf
l.events.IEventDispatcher should be flash.display.DisplayObject
/usr/local/lib/haxe/lib/stablexui/git/src/ru/stablex/ui/widgets/Options.hx:252: characters 8-43 : openf

l.events.IEventDispatcher should be openfl.display.DisplayObject
make: *** [build-haxe-i386] Error 1

I'm on Haxe 3.3.0-rc2 and the latest version of OpenFL develop branch

RealyUniqueName commented 8 years ago

Check with latest StablexUI version from github