On Fri, Mar 21, 2008 at 8:09 PM, Samvel Khalatian <[EMAIL PROTECTED]> wrote:
>  Field (NSTextField), call it 'mate name', is connected to Controller
>  via IBOutlet. Unfortunately setting any value in given text field from
>  Controller init method does  not produce any meaningful effect because
>  it is executed before main window actually displayed resulting in
>  empty field shown upon window appearance.

You need to elaborate on what's going on with this Controller object.
You really shouldn't need one; NSArrayController should suffice.  You
would then bind the NSTextField to the array controller's selection
key.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to