I'm running into a strange behavior with NSForm (and also NSMatrix).

(1) Using interface builder (in Xcode 4.3.1) I place an NSForm in a window. I 
add a NSButton and wire it to an IBAction that sends addRow to the NSForm.

- (IBAction) addRow:(id)sender
{
    [form addRow];
   [form sizeToCells];
}

The problem is that the new row is added ABOVE the existing row, not below as 
it's supposed to. I thought this was a problem coming from somewhere else in my 
app, but I created a new project in Xcode and this happens even in the simplest 
app.

I must be doing something stupid wrong, but I can't find it. Any suggestions 
would be appreciated.



_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to