Re: Open a NSTextField with a double click
Re: Open a NSTextField with a double click
- Subject: Re: Open a NSTextField with a double click
- From: Jeff LaMarche <email@hidden>
- Date: Wed, 07 May 2003 10:11:54 -0700
On Wednesday, May 07, 2003, at 09:39AM, Lorenzo <email@hidden> wrote:
>
How can I control the double click on the NSTextField?
>
I know only the single "mouseDown" API,
>
and the "setDoubleAction" doesn't work on NSTExtField.
Well, hopefully somebody will prove me wrong, but I think you're going to have to create a custom control. Even if you could "setDoubleAction" on your NSTextField, I don't believe it would receive the notification or event because it's not enabled.
This also sounds like it might be a violation of the ui guidelines, so you might want to reconsider the design of your window. Perhaps some external control such as a checkbox should control the graying of your NSTextField? Since I don't know anything about the situation that has led to you wanting to do this, I can't tell you it's definitely wrong, but the fact that the app kit controls can't do something without subclassing should probably give you pause.
Just my 2 cents.
Jeff
_______________________________________________
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.