使用ASWing Haxe版本来定位android

时间:2013-01-29 11:37:40

标签: android haxe

我刚从http://svn.aswing.org/aswing/trunk/haXeAsWing/

查看了Haxe版本

并将org文件夹复制到我项目的com文件夹旁边,如果我在FlashDevelop中定位flash播放器,它将编译没有错误,但如果我定位android,我会得到这些错误:

org/aswing/AWTextField.hx:58: lines 58-63 : Field set_htmlText should be declared with 'override' since it is inherited from superclass
org/aswing/AWTextField.hx:76: lines 76-83 : Field set_scrollH should be declared with 'override' since it is inherited from superclass
org/aswing/AWTextField.hx:85: lines 85-92 : Field set_scrollV should be declared with 'override' since it is inherited from superclass
org/aswing/AWTextField.hx:68: lines 68-73 : Field set_text should be declared with 'override' since it is inherited from superclass

org/aswing/Component.hx:1671: lines 1671-1673 : Field get_height should be declared with 'override' since it is inherited from superclass
org/aswing/Component.hx:641: lines 641-643 : Field get_visible should be declared with 'override' since it is inherited from superclass

有什么想法吗?我已安装NME 3.5.3

1 个答案:

答案 0 :(得分:1)

无法帮助您使用AsWing,但是当您使用Android GUI时,我真的建议您查看Ian Harrigan的YAHUI(https://github.com/ianharrigan/YAHUI)。它正在大力发展,但看起来非常有前景。