Questions tagged [haxeui]

Cross platform set of styleable application centric, rich UI components for Haxe, to be used "out the box". Supports CSS type styling/skinning.

Cross platform set of styleable application centric, rich UI components for , to be used "out the box". Supports CSS type styling/skinning.

While version 1 was tied to only, version 2 supports a multitude of different backends:

HaxeUI 1 Links:

HaxeUI 2 Links:

10 questions
3
votes
1 answer

Making a XML-built component evoke a non-interface code

I'm making a game using HaxeUI. I've designed a simple UI using XML definition. I need the button to execute a code that is unrelated to the UI elements, however, the parsed code from onClick property does not see any local identifiers defined in…
Gulvan
  • 305
  • 2
  • 12
3
votes
3 answers

Can I use HaxeUI with HaxeFlixel?

I tried to use both HaxeUI and HaxeFlixel, but what I obtain is HaxeUI's interface over a white background, covering everything underneath. Moreover, even if it was possible to somewhat make HaxeUI and HaxeFlixel work together, it's not clear how to…
x2f
  • 175
  • 10
2
votes
1 answer

Error compiling Android with Lime (Windows 10)

I'm porting a working windows application to android. I've: run haxelib run lime setup android set sdk location to be C:\Users\username\AppData\Local\Android\Sdk set ndk location to be C:\Users\username\AppData\Local\Android\Sdk\ndk-bundle set…
John Doughty
  • 246
  • 1
  • 5
1
vote
1 answer

HaxeUI library not working with Lime/openFL/Haxe

I'm trying to run the HelloWorld sample provided by HaxeUI in my linux machine. when I test using Lime or OpenFL like lime test neko it gives the following error: /usr/lib/haxe/std/neko/_std/sys/FileSystem.hx:59: characters 21-90 : Error…
Ahmed Ashraf
  • 2,795
  • 16
  • 25
1
vote
2 answers

Cannot Ctrl+V in TextField with OpenFL Legacy Cpp Build

I am currently working on an application using the HaxeUI library. In my application, I am creating TextInput objects, which are based off of OpenFL's TextField. Unfortunately, when compiling for Windows or Neko, these fields do not allow for basic…
Auroratide
  • 2,299
  • 10
  • 15
1
vote
1 answer

Change style to HSlider - Haxeui

Is possibile to change the Hslider in haxe? (via xml or programmatically, it's the same for me) i would like to change the bar color, i saw some tutorials for as3 but it seems that they don't work with haxe (like skinclass).
Gumma Mocciaro
  • 1,205
  • 10
  • 24
0
votes
1 answer

Flex Builder MXML Files to Haxe Conversion

I have a very large flex builder project that I need to port to Haxe. All of our actionscript files are converted using as3hx. I have read about HaxeUI, FeathersUI, and NME. Do any of these options make porting MXML files easy and not a complete…
0
votes
1 answer

Error compiling HaxeUI app on El Capitan

I'm trying to compile a HaxeUI app on Mac OS with the latest version El Capitan. The list of Haxe libraries installed, with versions: $ haxelib list actuate: [1.8.6] box2d: [1.2.3] format: [3.2.1] haxeui-file-dialogs: [0.1.1] haxeui-rich-text:…
Jasveer
  • 209
  • 2
  • 8
0
votes
1 answer

haxeUI projects won't compile for windows / error C2259 : cannot instantiate abstract class

The following example code compiles and runs with neko, but returns an error message when attempting to compile to windows: import haxe.ui.toolkit.core.Toolkit; import haxe.ui.toolkit.core.Root; import…
X__
  • 89
  • 2
  • 8
0
votes
1 answer

processXmlResource cannot reach the xml file

I'm trying to replicate this hello world example with Haxe and HaxeUI. When i compile the project everything seems fine but when i try to execute the swf from browser i have an error like: Cannot access a property or method of a null object…
Gumma Mocciaro
  • 1,205
  • 10
  • 24