NSTextField Binding Problem
NSTextField Binding Problem
- Subject: NSTextField Binding Problem
- From: Karl Goiser <email@hidden>
- Date: Wed, 14 Feb 2007 20:11:28 +1100
Hello,
(I sent this before - no replies, so I thought I'd try one last time..)
Please help!
I have a Preference Pane with NSTextFields in it. They are bound to
an object which has accessor methods in it for communicating to a
distributed object proxy to an object served from an other application.
Like this:
- (float) opacity { return [serverObject floatForKey: kOpacity]; }
- (void) setOpacity: (float) p { [serverObject setFloat: p forKey:
kOpacity]; }
All seems to work fine except that if the cursor is in a text field
(ready for editing) and the user presses an arrow key or some other
non-textual key, the connection closes!
Does anybody have any idea about what might be happening, or where I
should look?
Thanks in advance!
Karl
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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