• 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
NEWBIE: Working with bindings... a list of infomation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
http://www.apricle.net


 _______________________________________________
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

  • Follow-Ups:
    • Re: NEWBIE: Working with bindings... a list of infomation
      • From: mmalcolm crawford <email@hidden>
  • Prev by Date: Re: Apple guys: is the XCode generated CD accessor code decent?
  • Next by Date: Re: How to get NSTableView to notice a change in NSTableDataModel
  • Previous by thread: Re: NSXML and embedded paths in an XSTL document
  • Next by thread: Re: NEWBIE: Working with bindings... a list of infomation
  • Index(es):
    • Date
    • Thread