Window properties problem
Window properties problem
- Subject: Window properties problem
- From: Bill Cheeseman <email@hidden>
- Date: Sun, 24 Aug 2003 20:35:24 -0400
My compiled-on-Panther Cocoa app causes problems when I run it on Jaguar.
I've done all the backward compatibility stuff with the availability macros,
but I still get these runtime errors that I can't track down. They all have
to do with a function in my code that creates an overlay window, modeled on
the funky overlay window example code from Apple.
kCGErrorIllegalArgument : CGSSetWindowProperty : Invalid window
kCGErrorIllegalArgument : CGSSetEventMask: error setting client mask window
property
kCGErrorIllegalArgument : CGSSetWindowEventMask : Invalid window
kCGErrorIllegalArgument : CGSSetEventMask: error setting window event mask
I've searched my Panther disk and my Jaguar disk for these "CGS" things, and
I can't find them.
Any idea what is going on?
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
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.