Forum Discussion
Create a Course Certificate in StoryLine! (with Java and HTML)
Hey, Dan -
For the Chrome issue, I think it's got something to do with the timing of events. The print is executed before the graphics have a chance to load in. It's been awhile but I seem to recall needing to put in a slight delay or callback to wait for everything to come in before triggering the print.
For the Citrix item. Not sure but it could be something similar with an order of operations or timing problem. Are you able to see anything return in the dev console? If a dependency wasn't loading, this would likely show up there.
- GregWalters9 years agoCommunity Member
Hi, Steve, Matt and Daniel
I'm sorry to jump into this thread/conversation.
I've been working my way through the excellent source files provided by Owen for the certificate and it works in every other browser aside from Chrome.
I'm having the exact same issue as Matt and Daniel, within Chrome the printer doesn't print any of the graphics within the certificate - and the print window opens before it's loaded.
I've tried looking at other online sources for guidance on Javascript - but I'm a total 'newb' to coding in this language. I know the problem is with print window opening before its loaded, but I don't know how to solve this issue.
I've attached the Storyline file I've been working on with this message.
Any help would be greatly appreciated.
Many thanks,
Greg
- HelenaSmith9 years agoCommunity Member
I have the issue of getting a blank page when I use the window print script
- AllisunOConnell9 years agoCommunity Member
Just posted a fix for Chrome's image issue to the main thread :)