Tamas Sopronyi
Tamas Sopronyi
I have everything checked out form the repo (and the other ones as well), I'll make the necessary SWCs based on Haxe code that can be imported in the current...
https://github.com/Moonshine-IDE/Moonshine-IDE/tree/features/issue_1024_Haxe_AboutScreen AboutScreen is working, it can be tested, the code can be examined. The SWC is also updated and committed. Still needed to do: * Some styling still needed to...
Rebuild the SWC separately with `ant CompileGUICore` command. Use `ant CompileGUICore -Dnohaxelib=1` if you want to skip the Haxelib check for consequent builds (can be annoyingly long after a while)
Update: please pull the changes from https://github.com/Moonshine-IDE/Moonshine-SDK-Installer repo as well, as the code base is shared between these repos and changes have been made in that as well. The SDK...
Looks like this WEBevovled has the same classes (duplicate files) instead of using a common code base, so I have to go through this part as well and get rid...
> I'm a little concerned about the "get rid of old AS files, forcing it to use the definitions in the SWC instead" plan. Are we undoing some design work...
> How much extra work will it be to handle the Haxe conversion with the separate WEB/DESKTOP design. If it is going to be a lot of work, we may...
Changes/fixes have been committed, WEBevolved is compiling fine now on my environment Essentially I've removed a single AS class (already present and compiled in the SWC) and added a missing...
It's compiling fine on Windows and macOS as well, however on Bamboo it still throws a bunch of errors https://github.com/Moonshine-IDE/Moonshine-IDE/runs/7046819634?check_suite_focus=true @JoelProminic could you please take a look? It looks like...
Thank you for testing. The reason it's being populated at once (so with some delay) is because in Flex those cells are data bound, so whenever a single sub-component is...