Hey guys, I'm working on a program that uses an NSOpenpanel to select and load a file. Thing is though, it's working kinda slow. In the console, it shows me:
Debugging it shows that this is happening while the NSOpenpanel is loading and becoming visible. I've never had an app show that it's switching to the same process repeatedly, so I'm wondering if this is what's making it slow, and if it's supposed to happen.
[Switching to process 11327]
Running
[Switching to process 11327]
[Switching to process 11327]
Debugging it shows that this is happening while the NSOpenpanel is loading and becoming visible. I've never had an app show that it's switching to the same process repeatedly, so I'm wondering if this is what's making it slow, and if it's supposed to happen.