Re: NSOutline view contents getting grayed
Re: NSOutline view contents getting grayed
- Subject: Re: NSOutline view contents getting grayed
- From: Arun <email@hidden>
- Date: Sat, 6 Dec 2008 17:31:12 +0530
Hi ,
I tried the technique which you had suggested, it solved the graying
problem.
But if i use this i will not be able to perform any actions on the other
views as outline view is the first responder always.
any idea?
-Arun
On Sat, Dec 6, 2008 at 5:04 PM, chaitanya pandit <email@hidden>wrote:
> That is happening because the outline view is loosing it's it's first
> responder status.
> You can refuse to resign the first responder status by overriding -
> (BOOL)resignFirstResponder
> and returning NO
>
> HTH,
> Chaitanya
>
>
> On 06-Dec-08, at 4:43 PM, Arun wrote:
>
> Hi All,
>>
>> I am writing a coca application in which i use NSOutline view for
>> Navigating
>> between different view like iTunes.
>> So when i am clicking on the ouline view contents, the contents are
>> highlighted in the blue.
>> If i click on any other view other than the ouline view, ouline view
>> content
>> which i had chosen is becoming light gray colour.
>> Is there any way in which i can still retain blue colour in the selected
>> otline view content?
>>
>> Thanks
>> Arun KA
>> _______________________________________________
>>
>> Cocoa-dev mailing list (email@hidden)
>>
>> 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:
>>
>> This email sent to email@hidden
>>
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden