Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » What's making my dropdown menu popup
What's making my dropdown menu popup [message #449219] Wed, 19 January 2005 17:11 Go to next message
Maureen Kraft is currently offline Maureen KraftFriend
Messages: 11
Registered: July 2009
Junior Member
On a Preference page, I have a Toolitem on which we create a dropdown menu
with 4 items. When I open the preference page, the dropdown menu
automatically popsup without ever clicking on the Toolitem. What could be
causing this? What event would be causing this dropdown menu to popup. I
understand that is a popup menu I thought it would take clicking on the
Toolitem to cause the menu to popup.
Re: What's making my dropdown menu popup [message #449271 is a reply to message #449219] Thu, 20 January 2005 00:05 Go to previous messageGo to next message
miguel coxo is currently offline miguel coxoFriend
Messages: 1
Registered: July 2009
Junior Member
Moe Kraft wrote:

> On a Preference page, I have a Toolitem on which we create a dropdown menu
> with 4 items. When I open the preference page, the dropdown menu
> automatically popsup without ever clicking on the Toolitem. What could be
> causing this? What event would be causing this dropdown menu to popup. I
> understand that is a popup menu I thought it would take clicking on the
> Toolitem to cause the menu to popup.

lol this is just great im trying to get my Combo to drop his menu when i
tell him to do so and i cant =)
Re: What's making my dropdown menu popup [message #449274 is a reply to message #449219] Thu, 20 January 2005 00:17 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Someone is calling Menu.setVisible()? Put a breakpoint there.

"Moe Kraft" <maureen_kraft@us.ibm.com> wrote in message
news:csm4c4$pii$1@www.eclipse.org...
> On a Preference page, I have a Toolitem on which we create a dropdown menu
> with 4 items. When I open the preference page, the dropdown menu
> automatically popsup without ever clicking on the Toolitem. What could be
> causing this? What event would be causing this dropdown menu to popup. I
> understand that is a popup menu I thought it would take clicking on the
> Toolitem to cause the menu to popup.
>
Re: What's making my dropdown menu popup [message #449336 is a reply to message #449274] Fri, 21 January 2005 22:18 Go to previous message
Maureen Kraft is currently offline Maureen KraftFriend
Messages: 11
Registered: July 2009
Junior Member
Steve Northover wrote:

> Someone is calling Menu.setVisible()? Put a breakpoint there.

> "Moe Kraft" <maureen_kraft@us.ibm.com> wrote in message
> news:csm4c4$pii$1@www.eclipse.org...
>> On a Preference page, I have a Toolitem on which we create a dropdown menu
>> with 4 items. When I open the preference page, the dropdown menu
>> automatically popsup without ever clicking on the Toolitem. What could be
>> causing this? What event would be causing this dropdown menu to popup. I
>> understand that is a popup menu I thought it would take clicking on the
>> Toolitem to cause the menu to popup.
>>

That was exactly it. The menu would popup when setVisible was called. I
delayed setVisible until after the toolitem is selected.

Thanks,
Moe
Previous Topic:javaw.exe keeps running in Windows
Next Topic:importing org.eclipse.swt.internal.carbon
Goto Forum:
  


Current Time: Fri Apr 19 14:34:04 GMT 2024

Powered by FUDForum. Page generated in 0.02056 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top