• 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
Re: a Problem with conections?? (interface Builder)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a Problem with conections?? (interface Builder)


  • Subject: Re: a Problem with conections?? (interface Builder)
  • From: Michael Babin <email@hidden>
  • Date: Wed, 4 Jul 2007 10:45:45 -0500

On Jul 4, 2007, at 10:03 AM, なちょ wrote:

- (IBAction)addRIGHT:(id)sender

{

RightClass * rightItem = [[RightClass alloc] init ];

[rightItem setGrade:[NSNumber numberWithInt:8]];

[rightItem setSurname:@"rightItem!!(NEW)"];

// itemsLEFT = [[NSMutableArray alloc] init];

// NSLog(@"item to insert: %@",[rightItem surname]);

[itemsRIGHT addObject:rightItem];

[rightItem release];

// [itemsRIGHT objectAtIndex:([itemsRIGHT count]-1)];

// NSLog(@"last item inserted : %@",[[itemsRIGHT

objectAtIndex:([itemsRIGHT count]-1)] surname]);

[tableLEFT reloadData];

[tableLEFT selectRow:0 byExtendingSelection:NO];

}


I think those last two lines should be referring to tableRIGHT, not tableLEFT.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >a Problem with conections?? (interface Builder) (From: "なちょ" <email@hidden>)

  • Prev by Date: a Problem with conections?? (interface Builder)
  • Next by Date: Xcode memory breakpoint - How?
  • Previous by thread: a Problem with conections?? (interface Builder)
  • Next by thread: Xcode memory breakpoint - How?
  • Index(es):
    • Date
    • Thread