popUpButton is setEnabled:YES but doesn't allow click...
Posted
by theprojectabot
on Stack Overflow
See other posts from Stack Overflow
or by theprojectabot
Published on 2010-03-16T23:59:44Z
Indexed on
2010/03/17
0:01 UTC
Read the original article
Hit count: 269
my popUpButton is in a window with a group of popUpButtons. If I try to click the 2nd of 4 vertically aligned buttons then the popdown menu will not appear. If I select the 3rd or 4th then the 2nd will now be selectable.
throughout my code the setEnabled on that popUpButton is :YES.
ideas on where to look in my controller?
This is a Objective C/Cocoa Question.
© Stack Overflow or respective owner