Radiobutton on Ribbon |
Post Reply |
Author | |
pate
Groupie Joined: 27 April 2009 Status: Offline Points: 36 |
Post Options
Thanks(0)
Posted: 12 September 2012 at 8:25pm |
Does anyone know how to put a group of Radiobuttons on a RibbonBar group? I'm using VB6 / ActiveX version of Codejock. The example show all kinds of controls but I can't find one for Radio Buttons. When I use this code:
Set Control = GroupClipboard.Add(xtpControlRadioButton, ID_VALUE, "Value") I get an error of a type mismatch. I try to Dim the variable like the others are: Dim ControlPaste As CommandBarCheckBox put there is no type for "CommandBarRadioButton" ort anything that looks like what I need. I tried CommandBarControl and others can't find anything that will work. -M.Pate
|
|
Willowmaster
Senior Member Joined: 12 July 2010 Location: Netherlands Status: Offline Points: 180 |
Post Options
Thanks(0)
|
Maybe you can solve this with a gallery?
|
|
Product: Xtreme SuitePro (ActiveX) version 15.3.1
Platform: Windows XP (32bit) - SP 3 (on VMWare) Language: Visual Basic 6.0 |
|
pate
Groupie Joined: 27 April 2009 Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Thanks for the reply. I'd rather stick with the stock controls. I've got it to load now, but the Radio buttons are more or less independent, not taking care of the de-selection of the previous selection when you select a new radio button. I can do thatin a For Loop in the execute event, but was hoping to be able to handle it the same way Radio Buttons are used in regular VB code.
|
|
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 |