image
image

Go Back   macosx.com > Content & Information > Apple News, Rumors & Discussion

Reply
 
LinkBack Thread Tools
  #9  
Old April 24th, 2001, 09:51 AM
rharder's Avatar
Do not read this sign.
 
Join Date: Mar 2001
Location: Virginia, USA
Posts: 1,188
Thanks: 0
Thanked 2 Times in 2 Posts
rharder is on a distinguished road
Matrix Agent, I like your idea. I think it's up to the application to keep its icon up to date (like Mail.app does), so we'll have to bug our favorite app vendors to include that feature.

Of course when I say "bug" I mean "politely ask."

-Rob
Reply With Quote
  #10  
Old April 25th, 2001, 10:12 AM
Registered User
 
Join Date: Jan 2001
Posts: 147
Thanks: 0
Thanked 1 Time in 1 Post
monty is on a distinguished road
for all those interested it seems like you can update a programs icon by calling a single method:
[NSApp setApplicationIconImage:anImage];

So it is fairly simple in cocoa at least. Anyone no if it is even possible in a carbon app?

Peter
Reply With Quote
  #11  
Old September 18th, 2009, 08:42 PM
Registered User
 
Join Date: Sep 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
DArnaez is infamous around these partsDArnaez is infamous around these parts
Please guys. I want to contact with any of you that know or can help me to do this animated icons. I do these stuf for Windows but I can find a software to can use my PNG sequences to do animated icons that can work on desktop or at least on the dock.
Please check my stuff on www.cryo64.com It could be fantastic and unique. Thanks!
Reply With Quote
  #12  
Old September 19th, 2009, 04:55 AM
Giaguara's Avatar
Chmod 760
 
Join Date: Nov 2002
Location: ~
Posts: 8,620
Thanks: 7
Thanked 99 Times in 98 Posts
Giaguara is a jewel in the roughGiaguara is a jewel in the roughGiaguara is a jewel in the rough
You revived a 8 years old thread about Mac OS X dock icons to ask for help for Windows software?
__________________
MacBook Pro | Dell Mini Inspiron 9 | Mac Mini | Newton 2000 | iPhone | @Work : Dell D620 & 2x20" + a lot of Macs | Workstation, VC & Fusion
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do.
~ Samuel Clemens | Rants | Photos
Reply With Quote
  #13  
Old September 19th, 2009, 10:49 AM
Registered User
 
Join Date: Sep 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
DArnaez is infamous around these partsDArnaez is infamous around these parts
No no... I want to do the same that I already do for WIndows but now I want to do it also for Mac. I want to do animated icons for Mac OSX.
Reply With Quote
  #14  
Old September 19th, 2009, 11:33 AM
ElDiabloConCaca's Avatar
Registered User
 
Join Date: Aug 2001
Location: San Antonio, Texas
Posts: 12,670
Thanks: 7
Thanked 388 Times in 370 Posts
ElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of light
There is no such thing as "animated" icons in the Dock. You can change a Dock's icon to display useful information, and, if you wish for a "hack," you can simply change the icon over and over again in a loop to give the illusion of animation. Plenty of programs do this -- Adium (a chat program) does this.

If you still wish to pursue this, read up on what monty posted. It's the Objective-C call for changing a Dock's icon within a program.

With that being said, you cannot create an "animated" icon outside of a program. Icons themselves are static by nature. You would have to create a full-fleged Mac OS X application in order to create an animated icon for that application.
__________________
Mac mini 2.0GHz 10.6.2 • 4GB • 320GB • Superdrive • 4 x 1TB USB 2.0 • LED Cinema Display
MacBook 2.0GHz Core 2 Duo - White 10.6.2 • 4GB • 250GB • CD-RW/DVD-ROM
iPhone 3G 8GB • iPod Touch 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T U-Verse 18Mb/2Mb
http://www.jeffhoppe.com
Reply With Quote
  #15  
Old September 19th, 2009, 12:15 PM
Registered User
 
Join Date: Sep 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
DArnaez is infamous around these partsDArnaez is infamous around these parts
I see... well, the idea is that icons play a image sequence when mouse is over. In DesktopX (unfortunately only for Windows) I use an static png image (ie. 96x96 px) for the icon and for the mouse over I do a PNG file pasting frame by frame, side by side doing the sequence (96x480 px). So the program Play the images creating the illusion.
You mentioned about to create that "simply changing the icon over and over again". And THAT is my point! How do that? I can't find a sowtware to do these things in Mac and I can't believe it. Mac environment is by far vary much solid than Windows...
Thanks!
Reply With Quote
  #16  
Old September 19th, 2009, 12:21 PM
ElDiabloConCaca's Avatar
Registered User
 
Join Date: Aug 2001
Location: San Antonio, Texas
Posts: 12,670
Thanks: 7
Thanked 388 Times in 370 Posts
ElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of lightElDiabloConCaca is a glorious beacon of light
It doesn't appear that there is software for Mac OS X that will take static icons and allow you to replace them with animated ones.

The only way to do this would be to create your own program, using the XCode IDE, and create a program that has an animated icon. You would do this by creating a new Mac OS X application, importing your icons, then calling the [NSApp setApplicationIconImage:anImage] method over and over. This is usually not used to animate icons; rather, it's used to place status badges and what-not on the icon... like the Mail icon's number of unread messages badge.

If you're not a programmer, and you're not familiar with the Objective-C language, then you're at a dead-end. You will not and cannot animate icons in OS X, then.

I think what you're trying to do is replace icons in Mac OS X with animated versions of those icons -- you cannot do this. You can only control the animation of an icon in a program that you created.
__________________
Mac mini 2.0GHz 10.6.2 • 4GB • 320GB • Superdrive • 4 x 1TB USB 2.0 • LED Cinema Display
MacBook 2.0GHz Core 2 Duo - White 10.6.2 • 4GB • 250GB • CD-RW/DVD-ROM
iPhone 3G 8GB • iPod Touch 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T U-Verse 18Mb/2Mb
http://www.jeffhoppe.com
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question marks on Microsoft Office icons in dock bigsnowdog Mac OS X System & Mac Software 2 September 3rd, 2003 01:49 AM
Lets see the Stankiest dock icons there is! uoba Bob's Place 2 August 29th, 2002 01:36 PM
dock icons disappear integr8d Mac OS X System & Mac Software 2 July 10th, 2002 05:09 AM
Dock in right side of menu bar Piet Keizer Apple News, Rumors & Discussion 26 June 19th, 2001 10:21 AM
Dock Suggestions JohnJTanner Apple News, Rumors & Discussion 0 November 8th, 2000 06:31 PM


All times are GMT -5. The time now is 03:03 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1
Copyright 2000-2010 DigitalCrowd, Inc.