Jarrio

Results 21 comments of Jarrio

Late, but i'm using it with Kha and pure haxe. Targeting multiple platforms, kha is native + js + hashlink, pure haxe is native + js/nodejs

I agree that those header tabs would be nice. How about implementing [this component](https://github.com/react-native-community/react-native-tab-view) into the project somehow?

Is this only an issue with the `E:` drive? I have my VSCode installation on a `P:` drive extensions are installed on the `C:` drive and my work is on...

This definitely would be a nice addition, the current fullscreen seems a bit off

I changed `Project.hx` to the following: ```haxe class Project { public function new() { System.notifyOnRender(function(buffer) { render(buffer); }); Scheduler.addTimeTask(function() { update(); } , 0, 1 / 60); // trace("Test"); }...

@RobDangerous Debugging in Visual Studio is an option yes. When I'm away from my desktop and developing on a laptop, visual studio can be a huge battery drain and is...

Yes, there are ways to get around it but it changes what the intention of the code is, I don't want to allow any float for Foo. The solution I...

Hey, I solved this with the following changes https://github.com/haxeui/haxeui-core/pull/575

I'm not sure, there's a compatibility issue with haxe 4.2.5