combo box questions
combo box questions
- Subject: combo box questions
- From: Cryx <email@hidden>
- Date: Sat, 6 Jul 2002 16:34:50 -0500
First, the documentation describes it as a pop up, but it behaves like a
drop down. Is it possible to make the menu a pop up?
Second, if a combo box cell's drop down menu is being displayed when the
cell is removed (ie. its row from an outline view), the menu persists.
How may I programatically dismiss the menu? The header file leads me to
believe this may work:
if (comboBoxCell->popUpIsUp) [comboBoxCell->_popUp close];
Of course, that's the wrong way to do it, and I'd have to notify the
cells that they are about to be be "undisplayed". What am I doing wrong
or overlooking?
Daryn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.