NSDrawer -> NSTextView strangeness.
NSDrawer -> NSTextView strangeness.
- Subject: NSDrawer -> NSTextView strangeness.
- From: String <email@hidden>
- Date: Thu, 18 Mar 2004 17:28:12 -0600
I've got an NSDrawer that contains an NSTextView. The BG color is black
and the text color is green (as set in IB). However, when the drawer
first opens, the text color is black. (Bug in NSTextView ?)
To try and work around this issue, I've set up a delegate to the
NSDrawer that does a setTextColor on the NSTextView when the
drawerDidOpen notification is sent to the delegate. The strange part is
that this doesn't work the first time, but works on subsequent openings
of the drawer.
Any idea's ?
-string
_______________________________________________
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.