NSTextView Text Alignment
NSTextView Text Alignment
- Subject: NSTextView Text Alignment
- From: email@hidden
- Date: Sun, 22 Dec 2002 09:19:58 EST
Hi,
I asked this question before but got no response... 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. Can anyone fix this code
or give me other code that will align the Text View to center? Thanks.
_______________________________________________
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.