kodex
2005.08.13, 04:26 AM
Ok I have had a few people look over my code, have completely rewrote it once, and have changed and commented out everything i can think of.
My problem is apparently not limited to carbon events but also to, GetKeys and Cocoa Events. All events are accepted in window mode, when switched into full screen all events except keyboard events are accepted. I simply get a system beep when any key is pressed. It appears as if they OS is blocking all keys.
I have attempted to bring the app to front which is successful, and I have watched for the app going into hiding from launch. The app itself remains frontmost. I belive I have narrowed this down to my fullscreen content losing the abilty to take input possibly because its not frontmost with the app?
Is there a way to make my fullscreen context frontmost? Or is this not related to my problem? Could my problem be based around my cocoa interface?
Thanks in advance as always guys.
My problem is apparently not limited to carbon events but also to, GetKeys and Cocoa Events. All events are accepted in window mode, when switched into full screen all events except keyboard events are accepted. I simply get a system beep when any key is pressed. It appears as if they OS is blocking all keys.
I have attempted to bring the app to front which is successful, and I have watched for the app going into hiding from launch. The app itself remains frontmost. I belive I have narrowed this down to my fullscreen content losing the abilty to take input possibly because its not frontmost with the app?
Is there a way to make my fullscreen context frontmost? Or is this not related to my problem? Could my problem be based around my cocoa interface?
Thanks in advance as always guys.