How to reproduce NSComboBox popup window behavior?
How to reproduce NSComboBox popup window behavior?
- Subject: How to reproduce NSComboBox popup window behavior?
- From: Olivier Guizol <email@hidden>
- Date: Mon, 20 Oct 2003 15:57:02 +0200
Hi all,
I need to create a widget that opens a window like NSComboBox does when
clicking the right side button to open the list of choices.
I succeed at some point : At the initialization, I set the window level
with NSPopUpMenuWindowLevel
And it worked fine until I wanted to use this widget in a modal dialog
box. The popup window, not being a real component (a view) of the modal
window, is greyed and it is not possible to click on it.
Is there someone able to help me?
thanks,
Olivier
_______________________________________________
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.