Skip to content

Instantly share code, notes, and snippets.

@dstrekelj
Created July 24, 2016 06:43
Show Gist options
  • Save dstrekelj/d6658eefb92f4b861d3252dd17553f14 to your computer and use it in GitHub Desktop.
Save dstrekelj/d6658eefb92f4b861d3252dd17553f14 to your computer and use it in GitHub Desktop.
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\Box.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.containers.Box> and <haxe.ui.core.Component>
Error:(75, 10) error: incompatible types: Box cannot be converted to VBox
Error:(82, 10) error: incompatible types: Box cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\VBox.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.containers.VBox> and <haxe.ui.containers.Box>
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\dialogs\Dialog.java
Error:(325, 78) error: incompatible types: VBox cannot be converted to Dialog
Error:(327, 10) error: incompatible types: Dialog cannot be converted to VBox
Error:(334, 10) error: incompatible types: Dialog cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\HBox.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.containers.HBox> and <haxe.ui.containers.Box>
Error:(51, 58) error: incompatible types: VBox cannot be converted to HBox
Error:(53, 10) error: incompatible types: HBox cannot be converted to VBox
Error:(60, 10) error: incompatible types: HBox cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\core\InteractiveComponent.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.core.InteractiveComponent> and <haxe.ui.core.Component>
Error:(117, 78) error: incompatible types: VBox cannot be converted to InteractiveComponent
Error:(119, 10) error: incompatible types: InteractiveComponent cannot be converted to VBox
Error:(126, 10) error: incompatible types: InteractiveComponent cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\Label.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.Label> and <haxe.ui.core.InteractiveComponent>
Error:(134, 10) error: incompatible types: Label cannot be converted to VBox
Error:(141, 10) error: incompatible types: Label cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\Button.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.Button> and <haxe.ui.core.InteractiveComponent>
Error:(352, 10) error: incompatible types: Button cannot be converted to VBox
Error:(359, 10) error: incompatible types: Button cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\Image.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.Image> and <haxe.ui.core.Component>
Error:(119, 60) error: incompatible types: VBox cannot be converted to Image
Error:(123, 10) error: incompatible types: Image cannot be converted to VBox
Error:(130, 10) error: incompatible types: Image cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\CheckBox.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.CheckBox> and <haxe.ui.core.InteractiveComponent>
Error:(258, 10) error: incompatible types: CheckBox cannot be converted to VBox
Error:(265, 10) error: incompatible types: CheckBox cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\CheckBoxValue.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.core.InteractiveComponent> and <haxe.ui.core.Component>
Error:(77, 10) error: incompatible types: CheckBoxValue cannot be converted to VBox
Error:(84, 10) error: incompatible types: CheckBoxValue cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\Progress.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.Progress> and <haxe.ui.core.InteractiveComponent>
Error:(681, 10) error: incompatible types: Progress cannot be converted to VBox
Error:(688, 10) error: incompatible types: Progress cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\HProgress.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.HProgress> and <haxe.ui.components.Progress>
Error:(81, 10) error: incompatible types: HProgress cannot be converted to VBox
Error:(88, 10) error: incompatible types: HProgress cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\Scroll.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.Scroll> and <haxe.ui.core.InteractiveComponent>
Error:(725, 10) error: incompatible types: Scroll cannot be converted to VBox
Error:(732, 10) error: incompatible types: Scroll cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\HScroll.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.HScroll> and <haxe.ui.components.Scroll>
Error:(136, 10) error: incompatible types: HScroll cannot be converted to VBox
Error:(143, 10) error: incompatible types: HScroll cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\Slider.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.Slider> and <haxe.ui.core.InteractiveComponent>
Error:(907, 10) error: incompatible types: Slider cannot be converted to VBox
Error:(914, 10) error: incompatible types: Slider cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\HSlider.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.HSlider> and <haxe.ui.components.Slider>
Error:(291, 10) error: incompatible types: HSlider cannot be converted to VBox
Error:(298, 10) error: incompatible types: HSlider cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\OptionBox.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.OptionBox> and <haxe.ui.core.InteractiveComponent>
Error:(587, 10) error: incompatible types: OptionBox cannot be converted to VBox
Error:(594, 10) error: incompatible types: OptionBox cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\OptionBoxValue.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.core.InteractiveComponent> and <haxe.ui.core.Component>
Error:(77, 10) error: incompatible types: OptionBoxValue cannot be converted to VBox
Error:(84, 10) error: incompatible types: OptionBoxValue cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\TabBar.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.TabBar> and <haxe.ui.core.Component>
Error:(175, 62) error: incompatible types: VBox cannot be converted to TabBar
Error:(177, 10) error: incompatible types: TabBar cannot be converted to VBox
Error:(184, 10) error: incompatible types: TabBar cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\TextField.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.TextField> and <haxe.ui.core.InteractiveComponent>
Error:(231, 10) error: incompatible types: TextField cannot be converted to VBox
Error:(238, 10) error: incompatible types: TextField cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\VProgress.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.VProgress> and <haxe.ui.components.Progress>
Error:(81, 10) error: incompatible types: VProgress cannot be converted to VBox
Error:(88, 10) error: incompatible types: VProgress cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\VScroll.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.VScroll> and <haxe.ui.components.Scroll>
Error:(129, 10) error: incompatible types: VScroll cannot be converted to VBox
Error:(136, 10) error: incompatible types: VScroll cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\components\VSlider.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.components.VSlider> and <haxe.ui.components.Slider>
Error:(293, 10) error: incompatible types: VSlider cannot be converted to VBox
Error:(300, 10) error: incompatible types: VSlider cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\Absolute.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.containers.Absolute> and <haxe.ui.containers.Box>
Error:(51, 66) error: incompatible types: VBox cannot be converted to Absolute
Error:(53, 10) error: incompatible types: Absolute cannot be converted to VBox
Error:(60, 10) error: incompatible types: Absolute cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\ScrollView.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.containers.ScrollView> and <haxe.ui.core.Component>
Error:(629, 70) error: incompatible types: VBox cannot be converted to ScrollView
Error:(631, 10) error: incompatible types: ScrollView cannot be converted to VBox
Error:(638, 10) error: incompatible types: ScrollView cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\Stack.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.containers.Stack> and <haxe.ui.containers.Box>
Error:(49, 60) error: incompatible types: VBox cannot be converted to Stack
Error:(51, 10) error: incompatible types: Stack cannot be converted to VBox
Error:(58, 10) error: incompatible types: Stack cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\TabView.java
Error:(7, 8) error: IClonable cannot be inherited with different arguments: <haxe.ui.containers.TabView> and <haxe.ui.core.Component>
Error:(297, 64) error: incompatible types: VBox cannot be converted to TabView
Error:(299, 10) error: incompatible types: TabView cannot be converted to VBox
Error:(306, 10) error: incompatible types: TabView cannot be converted to VBox
F:\Projects\Haxe Projects\haxeui-kha-test\build\android\HaxeUIApp\src\haxe\ui\containers\dialogs\MessageDialog.java
Error:(51, 10) error: incompatible types: MessageDialog cannot be converted to VBox
Error:(58, 10) error: incompatible types: MessageDialog cannot be converted to VBox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment