Re: Selected text in NSTextField
Re: Selected text in NSTextField
- Subject: Re: Selected text in NSTextField
- From: Laurent Daudelin <email@hidden>
- Date: Thu, 02 Feb 2012 00:01:27 -0800
Dany,
Start with the documentation. There will be some samples for some methods. That should get you started. There are also some good books available. Don't imagine you can start modifying Cocoa code without any or few knowledge, you're going to burn yourself.
Usually, NSAlert are used only to display alerts to the user, nothing else. If you need something a little more fancy than NSAlert, you just create a window and run it as a modal to get the same NSAlert behavior.
-Laurent.
--
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/
Logiciels Nemesys Software email@hidden
On Feb 1, 2012, at 23:28, Dany Golubitsky wrote:
> I am sorry it is not that easy to me :)
> I am very unfamiliar with cocoa since I am just trying to make some adjustments to existing interface.
>
> Can you send me a link to some guide or tutorial?
>
> Thanks!
>
> From: Jens Alfke [mailto:email@hidden]
> Sent: Wednesday, February 01, 2012 20:32
> To: Dany Golubitsky
> Cc: Conrad Shultz; Cocoa Development
> Subject: Re: Selected text in NSTextField
>
>
> On Feb 1, 2012, at 5:19 AM, Dany Golubitsky wrote:
>
>
> I am sorry, none of this works :(
>
>
> I think you're trying to make NSAlert do things it wasn't meant to do. Try creating your own alert panel in a nib and running it yourself (it's pretty easy.)
>
> -Jens
_______________________________________________
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