NSTextView Alignment
NSTextView Alignment
- Subject: NSTextView Alignment
- From: email@hidden
- Date: Sat, 21 Dec 2002 00:06:15 EST
I'm trying to align my entire NSTextView to center. I use this code:
[viewField setAlignment:NSCenterTextAlignment range:NSMakeRange(0,
[[viewField string] length])];
PB will accept it, but the alignment never changes. What can I do?
_______________________________________________
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.