table column text won't right justify
table column text won't right justify
- Subject: table column text won't right justify
- From: Donald Hall <email@hidden>
- Date: Sun, 15 Sep 2002 22:01:07 -0600
I have a column in an NSTableView that I want to show right justified
text. I tried setting this option for the column in IB, but the text is
still left justified. I then tried the following in
windowControllerDidLoadNib:
[[[myTableView tableColumnWithIdentifier:@"name"] dataCell]
setAlignment:NSRightTextAlignment];
This also had no effect.
Is there something I'm missing? I'm using the December 2001 tools with
OS 10.1.3. (Waiting for HP to deliver a printer driver before I go for
Jaguar.)
Thanks for any help,
Don
----------------------------------------------
Donald S. Hall, Ph.D.
Apps & More Software Design, Inc.
http://www.theboss.net/appsmore
_______________________________________________
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.