| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
'Morning all:
In my kEventWindowBoundsChanging handler for window resizing, I do the following:
GetEventParameter(event, kEventParamAttributes, typeUInt32, NULL, sizeof(UInt32), NULL, &attributes);
if ((attributes & kEventWindowBoundsChanged) == kEventWindowBoundsChanged)
{
}
However, attributes is never kEventWindowBoundsChanged (which is 27), if I log the GetEventParameter, all I see is a 6 (which is deactivated?)
Why would I never get a bounds changed message in the windows changing handler if I'm resizing a window. Or better yet, what's a '6'? It shouldn't be deactivated, should it???
Any hints would be appreciated.
| References: | |
| >Attributes from a kEventWindowBoundsChanging (From: John Cebasek <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.