FROM : charlie
DATE : Mon Dec 31 15:20:23 2007
I don't think that's what that's referring to.
I have used colorWithAlphaComponent: in this same manner many, many
times over the years... just not to set the text color of an
NSTextField.
In fact in another class in this same app, I'm doing...
[[[NSColor blackColor] colorWithAlphaComponent:0.60] set];
[NSBezierPath strokeRect:rect];
... which works exactly as expected.
The problem is only when trying to use the setTextColor: method of an
NSTextField.
- Chuck
On December 31, 2007, Shripada Hebbar wrote:
>>
>> this doesn't work:
>>
>> [myTextField setTextColor:[[NSColor redColor]
>> colorWithAlphaComponent:0.5]];
>> (result is plain red, ignoring alpha)
>>
> Documentation of 'colorWithAlphaComponent' says:
> "A subclass with explicit opacity components should override this
> method to return a color with the specified alpha."
> Thus the above code wont return you the expected color.
>
>
> Regards
> Shripada
>
>
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>
DATE : Mon Dec 31 15:20:23 2007
I don't think that's what that's referring to.
I have used colorWithAlphaComponent: in this same manner many, many
times over the years... just not to set the text color of an
NSTextField.
In fact in another class in this same app, I'm doing...
[[[NSColor blackColor] colorWithAlphaComponent:0.60] set];
[NSBezierPath strokeRect:rect];
... which works exactly as expected.
The problem is only when trying to use the setTextColor: method of an
NSTextField.
- Chuck
On December 31, 2007, Shripada Hebbar wrote:
>>
>> this doesn't work:
>>
>> [myTextField setTextColor:[[NSColor redColor]
>> colorWithAlphaComponent:0.5]];
>> (result is plain red, ignoring alpha)
>>
> Documentation of 'colorWithAlphaComponent' says:
> "A subclass with explicit opacity components should override this
> method to return a color with the specified alpha."
> Thus the above code wont return you the expected color.
>
>
> Regards
> Shripada
>
>
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>
| Related mails | Author | Date |
|---|---|---|
| charlie | Dec 31, 06:50 | |
| Shripada Hebbar | Dec 31, 14:55 | |
| Ricky Sharp | Dec 31, 15:18 | |
| charlie | Dec 31, 15:20 | |
| Ricky Sharp | Dec 31, 15:21 | |
| charlie | Dec 31, 15:23 |






Cocoa mail archive

