Re: Finder Icon Badging...
Re: Finder Icon Badging...
On Tue, Feb 03, 2004 at 07:22:27PM -0200, Rainer Brockerhoff wrote:
>
OK. You want set a badge on a document to show its CVS state. Badge
>
resources should work for that... ...however you may want to look
>
into two issues: one, putting a badge on a file will change its
>
modification timestamp unless you take pains to change it back
>
afterwards; two, this will also create a resource fork for the file,
>
causing its total size to change. No idea how CVS will handle this.
Standard command-line CVS (and Subversion) ignore the resource fork,
so this should not be an issue as long as the modification date is set
back.
>
For the Finder to notice the change you have to notify it. The FNNotity function usually does that.
Or there is a NSWorkspace equivalent in Cocoa.
--
=Nicholas Riley <email@hidden> | <
http://www.uiuc.edu/ph/www/njriley>
_______________________________________________
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.