Bug 75688 - combo drop down
Summary: combo drop down
Status: RESOLVED DUPLICATE of bug 21619
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-06 02:47 EDT by Laurentia Timar CLA
Modified: 2004-10-06 09:45 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurentia Timar CLA 2004-10-06 02:47:54 EDT
I'm working on Eclipse Platform 3.0.0.
I'm creating an application using the Combo class from SWT.
Unfortunately I haven't seen any public function for droping down the combo's 
popup. I've seen it in your Combo.java class; it exists, but it is private.

As long this function exists in Swing and also in MFC (showPopup()) I think you 
should help me with an information: how can I drop down or close the pop-up of 
a combo box?

Best regards,
Laurentia Timar
Comment 1 Grant Gayed CLA 2004-10-06 09:45:09 EDT
There is currently no way to do this, though there is a request for it, see bug 
21619.  Creating the Combo with style SIMPLE is an alternative option, but it 
may not be what you're looking for.


*** This bug has been marked as a duplicate of 21619 ***