![]() |
combo and closesubmenuonclick |
Post Reply
|
| Author | |
Fossil
Groupie
Joined: 29 April 2006 Status: Offline Points: 46 |
Post Options
Thanks(0)
Quote Reply
Topic: combo and closesubmenuonclickPosted: 13 December 2008 at 10:20am |
|
Hi,
Got a popup with commandbarcombo on it. When I select an option in the combo the popup disappears so I set the CloseSubMenuOnClick=False. Now when I select an option in the dropdown the dropdownlist stills stays visible, of course the popup doesnt disappear. I am looking for a way to handle closing the dropdown list just like a normal combo box and for the popup to stay visible. Thanks v12.1.1 Windows XP |
|
|
Product: Xtreme SuitePro (ActiveX) version 12.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 December 2008 at 1:34am |
|
Hi,
As workaround remove selection from Combo:
Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)
Select Case Control.Id Case ID_FILE_NEW: If (Control.Type = xtpControlComboBox) Then Set Control.Parent.SelectedControl = Control.Parent.Controls(1) Set Control.Parent.SelectedControl = Control End If |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |