Re: NSTextTab Troubles
Re: NSTextTab Troubles
- Subject: Re: NSTextTab Troubles
- From: Douglas Davidson <email@hidden>
- Date: Mon, 22 Dec 2003 11:00:23 -0800
On Dec 19, 2003, at 8:30 PM, John Devor wrote:
Hello. I'm trying to print (using an NSTextView) one line separated in
the middle using NSTextTabs. One part should be aligned center while
the other should be aligned right. Here's what I've got so far (though
in this code I'm not dividing the line... just trying to get the
@"TITLE" to be aligned right):
What I would suggest is that you try prototyping the configuration you
want in TextEdit--that will show you how the tabs and so forth will end
up being laid out. If you want one part centered and one part aligned
right, I would suggest using a center tab and a right tab--using tabs
while center-aligning the whole paragraph is going cause trouble.
Douglas Davidson
_______________________________________________
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.