Here's the error I'm getting
"C:\Program Files (x86)\Purr Data\bin\pdgui.js:1720 Uncaught TypeError: Cannot read property 'window' of undefined"
-C
On Fri, Feb 10, 2017 at 5:54 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
This looks great! However we're running into a problem over here on our
Windows machines. When loading a fairly large patch, all GUI objects are not updating (a toggle won't show state change, but it shows its value change in the console when connected to a [print]). I'm unable to identify a way to consistently reproduce this issue.
Is this a known issue? Thanks in advance...
That isn't a known issue, but I can probably guess the class of issues it comes from.
Right-click on the Pd Window and choose "Inspect Background Page" and then click "Console." It may have an error there. If so copy/paste it for me.
If not, go the the relevant patch window, choose "Help->Show Devtools", and click "Console" in the window that pops up.
There should be an error in one of those two debugging consoles.
-Jonathan
-Cameron