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
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
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
#import
@interface ComboscAppDelegate : NSObject {
IBOutlet NSComboBox *countryCombo;
NSMutableDictionary *theCountries;
NSArray *myKeys;
IBOutlet NSWindow *window;
}
@property (assign) IBOutlet NSWindow *window;
- (void)applicationWillFinishLaunching:(NSNotification *)no
My custom view implements -optionDescriptionsForBinding: as follows:
- (NSArray *)optionDescriptionsForBinding:(NSString *)binding {
NSMutableArray *descs = [NSMutableArray arrayWithArray:[super
optionDescriptionsForBinding:binding]];
if([binding isEqualToString:@“foo"]) {
NSAttribu
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
(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
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
___
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
___
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
10 matches
Mail list logo