Re: NSPopUpButton setPreferredEdge

2008-06-29 Thread Francisco Tolmasky
Thanks Peter, that makes sense, although if that is the case they should really just deprecate the method. Francisco On Jun 26, 2008, at 7:30 PM, Peter Ammon wrote: On Jun 26, 2008, at 5:49 PM, Francisco Tolmasky wrote: I'm attempting to make a pop up button that pops its menu to the lef

Re: NSPopUpButton setPreferredEdge

2008-06-26 Thread Peter Ammon
On Jun 26, 2008, at 5:49 PM, Francisco Tolmasky wrote: I'm attempting to make a pop up button that pops its menu to the left of itself. However, setting setPullsDown:YES and setPreferredEdge:NSMinXEdge does not appear to work. In fact, setPreferredEdge seems to be largely ignored, whethe