Is there an Expose' event sent to an NSWindow?
Is there an Expose' event sent to an NSWindow?
- Subject: Is there an Expose' event sent to an NSWindow?
- From: John MacDonnell (Ti) <email@hidden>
- Date: Sun, 16 Nov 2003 21:52:12 +0100
Dear Gurus,
We all love Exposi right? but it's creating me so many problems in my
Apps!!!
Take this example:
I have a sigle window App, every time the window is deactivated (you
click somewhere else) it shrinks to a small window so that it takes
fewer space on the screen... when activated instead it gets bigger.
Now the problem is this:
1. I have my window deactivated and I turn on exposi...
2. I select my window from the list of windows disposed on my screen...
3. my window gets bigger as it should as it has been activated...
--> Problem: the GUI events (clicks mainly) seem not to be sent anymore
to my window... so that it doesn't answer anymore to click or any sort
of event passed from the GUI to the NSRunLoop...
is there any events sent to my window when through exposi my window is
activated? is there a way to determinate this... if so then I will be
able activate any procedures in order to recover this odd thing.
Thanks in advantage for your help,
John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.