Re: Help with Basics (Was: help with bindings)

2010-11-21 Thread Ricky Sharp
On Nov 21, 2010, at 2:59 AM, Rounak Jain wrote: > Thanks Jerry, > I have used the dictionaryWithObjectsAndKeys: method. > I have implemented your suggestions regarding "convenience constructors" and > myKeys object. Regarding your comment about making everything "mutable", I > think, at the mom

Re: Help with Basics (Was: help with bindings)

2010-11-21 Thread Rounak Jain
Thanks Jerry, I have used the dictionaryWithObjectsAndKeys: method. I have implemented your suggestions regarding "convenience constructors" and myKeys object. Regarding your comment about making everything "mutable", I think, at the moment, it has to be that way. What's next? #import @inter

Re: Help with Basics (Was: help with bindings)

2010-11-20 Thread Jerry Krinock
On 2010 Nov 20, at 20:00, Rounak Jain wrote: > Please tell me the binding connections … I tried using NSArrayController but > could not get it right. Please guide me. Rounak, there are too many things wrong in your code. The guidance I offer is that you need to set your project aside, study

help with bindings

2010-11-20 Thread Rounak Jain
#import @interface ComboscAppDelegate : NSObject { IBOutlet NSComboBox *countryCombo; NSMutableDictionary *theCountries; NSArray *myKeys; IBOutlet NSWindow *window; } @property (assign) IBOutlet NSWindow *window; - (void)applicationWillFinishLaunching:(NSNotification *)no

Help with bindings in a custom view

2010-08-25 Thread Charles Srstka
My custom view implements -optionDescriptionsForBinding: as follows: - (NSArray *)optionDescriptionsForBinding:(NSString *)binding { NSMutableArray *descs = [NSMutableArray arrayWithArray:[super optionDescriptionsForBinding:binding]]; if([binding isEqualToString:@“foo"]) { NSAttribu

Re: Help with Bindings

2008-03-12 Thread Rob Keniger
On 13/03/2008, at 1:44 AM, [EMAIL PROTECTED] wrote: Sofor the Master view I have a Tableview. Now I know how to handle aTableview with bindings (using the NSArrayController) I have read up onthat and done several of the examples and think I understand thatpretty good. But one question, If I use

Help with Bindings

2008-03-12 Thread development2
(I hope this goes through this time, I have tried twice and this text would not go through) Iam hoping I can get some help here. I have not done any bindings yet asmost of the programs I have written over the last couple of years hadto support clear back to 10.2, so now I am done with that and I

Re: Help with Bindings

2008-03-12 Thread I. Savant
Are you going to actually ask a question, or keep posting and replying to blank messages? ;-) -- I.S. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators a

RE: Help with Bindings

2008-03-12 Thread development2
___ 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

Help with Bindings

2008-03-12 Thread development2
___ 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