Hi,
        Can't get the correct tag value in this way. What's wrong?

NSPopUpButtonCell *testCell = [ [ [ NSPopUpButtonCell alloc] init] autorelease];

        // olPopups is an Outlet to an NSMatrix
        [ olPopups selectCellAtRow:0 column:0 ];

        testCell = [ olPopups selectedCell];

        [ testCell setTag:1000];

        testTag = [ testCell tag];
        
results always in tag == 0, even though the tag value is shown correctly in the debugger.

Thanks

--  Reinhard

_______________________________________________

Cocoa-dev mailing list ([email protected])

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

This email sent to [email protected]

Reply via email to