Re: Is it possible to make Dock Icon Jump ??
Re: Is it possible to make Dock Icon Jump ??
- Subject: Re: Is it possible to make Dock Icon Jump ??
- From: Hasan Diwan <email@hidden>
- Date: Mon, 7 Jun 2004 10:51:33 -0700
Rahul:
If you want to make the dock icon bounce continuously, use:
[NSApp requestUserAttention:NSCriticalRequest];
If only once, then Joar's solution will work.
On Jun 6, 2004, at 10:46 PM, j o a r wrote:
>
On 2004-06-07, at 07.07, Rahul Verma wrote:
>
>
> Is it possible to make any application Icon in the Dock Jump on click
>
> of a
>
> button in the application?
>
>
Use the "user attention" methods in NSApplication. Something like this:
>
>
[NSApp requestUserAttention: NSInformationalRequest];
>
>
j o a r
>
>
[demime 0.98b removed an attachment of type
>
application/pkcs7-signature which had a name of smime.p7s]
>
_______________________________________________
>
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.
>
>
Hasan Diwan {
http://ibn.com/~hdiwan}
OpenPGP Fingerprint: 275D 0E84 550C D92A 4A56 732C 8528 2579 E6E9 4842
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.