Re: carbon windows and NSWindow initWithWindowRef:
Re: carbon windows and NSWindow initWithWindowRef:
- Subject: Re: carbon windows and NSWindow initWithWindowRef:
- From: email@hidden
- Date: Fri, 1 Mar 2002 01:29:34 -0800
that had no effect.
On Thursday, February 28, 2002, at 11:25 PM, Alberto Araoz wrote:
From: Alberto Araoz <email@hidden>
Date: Thu Feb 28, 2002 11:25:20 PM US/Pacific
To: Cocoa <email@hidden>
Subject: Re: carbon windows and NSWindow initWithWindowRef:
Carbon windows of class kOverlayWindowClass are event-transparent. Try
inserting
ChangeWindowAttributes(window,kWindowOpaqueForEventsAttribute,0)
right after you create your overlay window.
_______________________________________________
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.