Re: bouncing dock
Re: bouncing dock
- Subject: Re: bouncing dock
- From: Shawn Erickson <email@hidden>
- Date: Sun, 30 Jul 2006 11:44:38 -0700
On Jul 30, 2006, at 11:35 AM, Yvon Thoraval wrote:
hey all,
i've read an article (cocoa-java) on making the dock bouncing :
<http://www.onjava.com/pub/a/onjava/2005/08/10/swinghacks.html?page=1>
...
what are the correct methods and constants.
or, may be, i'm doing that wrongly ?
Review the API docs...
<http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/Classes/NSApplication_Class/Reference/Reference.html#//
apple_ref/doc/uid/20000012-BCICGJJI>
In Objective-C I would do following...
[[NSApplication sharedApplication]
requestUserAttention:NSInformationalReqest]
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden