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 PROTECTED]>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 (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/chaitanya%40expersis.com >> >> This email sent to [EMAIL PROTECTED] >> > > _______________________________________________ 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 [EMAIL PROTECTED]