Replies: 1 comment
-
Hi. renderer.partialLayoutFinished.on(r => {
setImmediate(()=> {
renderer.renderResult(r.id);
})
}); or as alternative disable the lazy loading via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I tried using AlphaTab in Node JS. I was able to load the scores, displaying score title, artist, tracks...but when using renderer functions like (partialLayoutFinished, partialRenderFinished...) copied from docs, renderResult was always null. I don't know if it's a bug or am I doing something completely wrong.
I followed the example given by official website, it could normally run, but I cannot get the SVG String when I use those functions like partialLayoutFinished...
Beta Was this translation helpful? Give feedback.
All reactions