I am trying to repurpose an old .exe I made using TideSDK a couple years ago. I have replaced the relevent TideSDK code with node-webkit code, and everything seems to be working as expected. With one exception, the original (TideSDK .exe) used multiple html pages with simple anchor tags to change the view. When I use this method with node-webkit the screen flickers between views (it displays whatever programs are running in the background for maybe ~200ms - 300ms). Does anybody know a solution to fix this? I could re-build as a single page app using angularjs - but would prefer if I could keep the structure I have as time is an issue.
I would really appreciate an input on this.
Edit: here is a link the the .nw file, if you put this in you you node webkit folder and run it you can see the issue: https://www.dropbox.com/s/9h53kyyidi4qslr/test.nw?dl=0
I didn't want to package it as an exe so you can see what is happening.