Closed alexpana closed 4 years ago
You might need a GIT build of castledb client.
Thank you very much for your reply.
I already tried a git build, but that unfortunately didn't even show the inspector tab. The release downloaded from the official landing page shows "???" as the inspector tab, but I can't activate it. The git build from master doesn't show any tab at all. The git build also shows a warning:
lz4.js:81 Linking failure in asm.js: Invalid heap size
Is the inspector supposed to work? The JqPages.hx
which I assume is the inspector implementation hasn't be changed in the last two years.
I managed to trace to issue to the JqPages#updateTabs()
function not adding the tabs to the sheets panel. I have no idea why it doesn't work (the appendTo
has no effect), but I changed the NW.js
framework to the SDK release (to get inspector access) and it magically worked.
If you have any ideas, I'd love to hear your thoughts on this, either way I'm stoked it works!
I'm creating a totally empty heaps.io project with build.hxml:
And an empty app, except for the inspector.
The error I see in the castledb inspector is
I'm using haxe 4.0.5, heaps.io 1.7.0 and castledb 1.5 release.