Two Rounded NSTextField bugs
Two Rounded NSTextField bugs
- Subject: Two Rounded NSTextField bugs
- From: Charles Bennett <email@hidden>
- Date: Sun, 05 Jan 2003 14:41:10 -0500
Just FYI to the list.
First, when the rounded bezel attribute is set, the background changes
to white and refuses
to honor any background color selections.
Setting the background color in the program is also not honored.
Here is where it gets "better"
Start off with a square bezeled textfield with a background color and then
try to change it to a rounded bezel via the program.
[textField setBezelStyle:NSTextFieldRoundedBezel];
You get a square background with color in front of a rounded bezel.
Editing the field will cause it to jump back to the white background
but may not clean up the rounded bezel.
Very odd.
Off to bug reporter..
Chuck
_______________________________________________
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.