Controlling line-breaking in a text view

2008-08-09 Thread Andy Kim
it wrap exactly the way I want? - Andy Kim smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Re: NSStatusItem custom view with menu

2008-07-04 Thread Andy Kim
Another way to do this is to implement the NSMenu delegate methods: - menuWillOpen: - menuDidClose: You would then set the highlighted variable there. I think it'll make the code easier to read. You need to set the menu's delegate for this to work (obviously). - Andy Kim On Jul 3, 2008

Re: trackmouse problems in Leopard

2008-06-28 Thread Andy Kim
; } It might not be exactly what you want, but I'm pretty sure your solution is a good implementation of this method. Andy Kim On Jun 28, 2008, at 6:24 AM, Moray Taylor wrote: Hi, hope someone can help... I have an app that uses a custom NSCell that implements the - (BOOL)trackMouse:(NSEvent