Does OS X send a system wide apple event or anything after the screen resolution is changed?

OK, after a little research I found that yes, a system wide Apple Event is issued. now, can anyone help me figure out how to handle it??

Event class:
kCoreEventClass
Event ID:
kAESystemConfigNotice
Required parameter Keyword:
kAEDisplayNotice
Descriptor type:
AEDesc
Data:
A list of descriptor structures, each specified by the keyword kDisplayID. Each kDisplayID descriptor structure contains information about a video device attached to the user’s system. Within each kDisplayID descriptor structure are a pair of additional keyword-specified descriptor structures: keyDisplayOldConfig and keyDisplayNewConfig. A description of the video device’s previous state is saved in the keyDisplayOldConfig descriptor structure

I can't seem to locate the values for these constants (kCoreEventClass etc.), I'm guessing they're defined in the Carbon headers.

Anyone know where I can find a list of values for these constants....

- Tom_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to