• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How can I use NSTextField like a button?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I use NSTextField like a button?


  • Subject: Re: How can I use NSTextField like a button?
  • From: Ulf Dunkel <email@hidden>
  • Date: Wed, 12 Nov 2008 12:40:09 +0100
  • Organization: invers Software

Hi Jean-Daniel.

http://developer.apple.com/qa/qa2006/qa1487.html

I have implemented this now, but I am stuck in another tiny issue right now. In my NIB file, I use an NSTextField with right alignment.

When I use the described -setHyperlinkWithTextField:, the alignment is reset to left alignment. How do I keep right alignment in the NSTextField once it has been filled with the NSMutableAttributesString?

Any hints are welcome. :-)
--Ulf

You can either retreive the text field attributed string (using -[NSControl attributedStringValue]), do a mutable copy, edit this copy, and set it back using setAttributedStringValue:, or use the paragraph style attribute to set alignment on your new attributed string (see NSParagraphStyle class reference and NSParagraphStyleAttributeName).

Thank you. I could fix my issue with your help right now. :-)

-Ulf
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >How can I use NSTextField like a button? (From: Ulf Dunkel <email@hidden>)
 >Re: How can I use NSTextField like a button? (From: Ulf Dunkel <email@hidden>)
 >Re: How can I use NSTextField like a button? (From: Jean-Daniel Dupas <email@hidden>)

  • Prev by Date: NSImage in NSAttributedString
  • Next by Date: Re: NSImage in NSAttributedString
  • Previous by thread: Re: How can I use NSTextField like a button?
  • Next by thread: Re: How can I use NSTextField like a button?
  • Index(es):
    • Date
    • Thread