• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSTextField Binding Problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: NSOutlineView and NSTableView Item Display Problem.
  • Next by Date: Re: NSOutlineView and NSTableView Item Display Problem.
  • Previous by thread: Re: NSOutlineView and NSTableView Item Display Problem.
  • Next by thread: Programatically pop-up a NSPopUpButtonCell in a NSTableView
  • Index(es):
    • Date
    • Thread