Hi Tony,
Thanks for the response.  I'm still not getting the trigger.  Based on
your advice, I changed the code to:

NSRect f = [mWindow frame];
        f.origin.x += 10.;
        f.origin.y += 10.;
        f.size.width -= 20.;
        f.size.height -= 20.;
        [[mWindow contentView] addTrackingRect:f
                                                        owner:[mWindow 
contentView]
                                                        userData:nil
                                                        assumeInside:NO];

When I move or drag the mouse across the boundary, I get nothing.  Is
there example code online that anyone knows of that I could use to
start from a working project?

thanks again,
wes
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to