On Thu, Oct 1, 2009 at 10:21 AM, Brad Gibbs <[email protected]> wrote: > I'm trying to re-create Address Book's editing style - if a user pushes a > button labeled Edit, subsequent clicks on a label bring up what looks like a > separate view for the new information. Clicking return after editing > commits the edit and moves on to the next field.
Don't know what you're referring to here. In edit mode, clicking a label just gives me a pop-up list of labels to choose from. > I'd also like to be able to have the plus and minus signs next to phone > numbers, email fields, etc. NSButton would work beautifully here. > I don't see a stock Cocoa / AppKit way to do this. Does anyone know of a > public framework that mimics this behavior? Short of that, any ideas on how > to re-create the editing field that pops up? Do you mean the field editor? Use an NSTextField and call -[NSWindow makeFirstResponder:]? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
