Weird NSPopUpButton behaviour
Weird NSPopUpButton behaviour
- Subject: Weird NSPopUpButton behaviour
- From: Moray Taylor <email@hidden>
- Date: Sun, 19 Dec 2004 21:34:11 +0000
Hi,
I am getting strange things happening with an NSPopUpButton, it's
disabling it's menu items when I connect it to an action.
I have a programmatically populated NSPopUpButton, which works fine,
until I connect it to an action in IB, then when I run my app, and
click on the NSPopUpButton, it disables itself and it's contents. If I
rename the action method from pageControlActions: to
pageControlActions2: in my code, it no longer disables itself, but of
course it no longer triggers the action.
I'm sure it's something simple, but I've tried the usual methods, like
recreating the control in IB, but it always does it. I've done things
like this a million times before and never had a problem.
Thanks for any tips
Moray
_______________________________________________
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