2010/12/5 Dave DeLong <davedel...@me.com>

> He could also be referring to the label color of a file in Finder...
>
> Yes, I mean file attribute


> Dave
>
> Sent from my iPhone
>
> On Dec 5, 2010, at 8:50 AM, Greg Guerin <glgue...@amug.org> wrote:
>
> > Ariel Feinerman wrote:
> >
> >> How to get label color before 10.6?
> >
> >
> > If you mean "using Interface Builder", select a label, choose Attributes
> on the Inspector panel.  Also notice the class of the label: NSTextField.
> >
> > Then look in NSTextField.h:
> >
> > - (void)setBackgroundColor:(NSColor *)color;
> > - (NSColor *)backgroundColor;
> > - (void)setTextColor:(NSColor *)color;
> > - (NSColor *)textColor;
> >
> >  -- GG
> > _______________________________________________
> >
> > 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/davedelong%40me.com
> >
> > This email sent to davedel...@me.com
> _______________________________________________
>
> 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/arielfapple%40gmail.com
>
> This email sent to arielfap...@gmail.com
>



-- 
best regards
Ariel
_______________________________________________

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 arch...@mail-archive.com

Reply via email to