ok, haven’t updated my juce files for a while. just downloaded v1.29 (i was using1.23 i think)
I seem to be having some windowing issues. My dialogwindow derived class doesn’t have a title anymore, and Escape doesn’t close the application (in fact the closeButtonPressed method isn’t even called)
I compared my code to the Demo code, and it looks like i’m doing everything right…
Am i being a dumbass? or is there something i need to do differently now?
(Also, my openglcomponent derived component doesn’t seem to be picking up keypresses, but i haven’t looked into this much yet)