binding (converting call from Objective-C to Java
binding (converting call from Objective-C to Java
- Subject: binding (converting call from Objective-C to Java
- From: John Spicer <email@hidden>
- Date: Tue, 28 Sep 2004 12:52:51 -0500
This is the original Obj-c code (which works):
[[theTable tableColumnWithIdentifier:@"IDNumber"] bind:@"value" toObject: theController
withKeyPath:@"arrangedObjects.IDNumber" options:bindingOptions];
This is our translation (which won't compile with an undefined error for the bind):
patients.tableColumnWithIdentifier("value", (Object) theController, "arrangeObjects.IDNumber", (NSDictionary) null);
Can anyone tell us what were are doing wrong? Thanks. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden