HaxeUI + Heaps Sample gives error on compile

I am using the git versions of HaxeUI and Haxe-Heaps…
1: haxelib run haxeui-core create heaps
2: haxe heaps-js.hxml or haxe heaps-hl.hxml
3: Gives the following error…

C:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextDisplayImpl.hx:95: characters 14-23 : h2d.Text has no field lineBreak
C:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextDisplayImpl.hx:30: characters 49-58 : h2d.Text has no field lineBreak
C:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextDisplayImpl.hx:31: characters 24-33 : h2d.Text has no field lineBreak
C:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextInputImpl.hx:15: characters 19-28 : h2d.TextInput has no field lineBreak

Are you using git heaps? Pretty sure you need to. I dont think there has been a release in a while.

1 Like

Was using the haxelib heaps. I’ll switch to the git release. Thank you.

Using the git heaps was the fix. Thank you.

1 Like