Using commit: f89943d
BAD ACCESS error in WidgetsDemo.cpp at line 641 (on OSX)
Rail
Using commit: f89943d
BAD ACCESS error in WidgetsDemo.cpp at line 641 (on OSX)
Rail
Thanks - it was a problem with ZipFile, but I've reverted that change now..
Excuse me sir but what change should we apply? I can't get anything from the screenshot attached as it's OSX.
Should we add
Thread 1 Juce Message Thread : EXC_BAD_ACCESS(code=1, address=0x0)
next to the ";" at line 641 or what?
No, just get the latest tip from the repos at Github
Rail
All ok now, ah except that it keeps jerking when you hit the key R. Why do you think that happens?
"jerking"??
In the demo the R key toggles repaint debugging.
Well I mean it just gets distorted with a flash of different colors I don't know, my English is not that good to put the correct word for it.
How do we disable this feature anyway? There are too many great modules to search for the function causing this. ^_^
It's a feature: It's shows you which components are repainting. It's probably not useful in teh demo, but it's very useful for fine tuning GUI performance issues in your own applications. See JUCE_ENABLE_REPAINT_DEBUGGING I think.