NEWBIE: Working with bindings... a list of infomation
NEWBIE: Working with bindings... a list of infomation
- Subject: NEWBIE: Working with bindings... a list of infomation
- From: "Ben D. Jones" <email@hidden>
- Date: Fri, 27 May 2005 14:56:11 -0400
I'm trying to get a list of NSMutableDictionarys into a tableView. Here's the Class that I'm using now that I want to be converted into bindings. I'm trying to write this code using bindings to avoid the long tableView code. But I'm unsure how to progamaticly add new Dictionaries to the "binded" array.
Current "queue" code: @interface theQue { NSMutableDictionary *element; NSMutableArray *queue; NSString *lineNumberKey; NSString *filenameKey; NSString *movieIdKey; NSString *statusKey; } - (int)countOfQue; - (NSMutableDictionary *)queEntryAt:(int)atIndex; - (void)removeEntryAt:(int)atIndex; - (BOOL)addEntry:(NSMutableDictionary *)newEntry; - (BOOL)clearQue;
Ben D. Jones Apricle Technologies
|
_______________________________________________
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