![]() |
How to set a separator on popup |
Post Reply ![]() |
Author | |
aimcorp ![]() Groupie ![]() Joined: 20 September 2007 Location: Puerto Rico Status: Offline Points: 21 |
![]() ![]() ![]() ![]() ![]() Posted: 25 September 2007 at 6:15pm |
We’re new to xtreme suite ActiveX 11.13. After working the xtremeCommandbar successfully; we are not sure how to set a separator between items on a popup control. For example have three entries then a separator then another item <this is vertical on the toolbar.
This is part of the code: Set ControlPreferences = RibbonBar.Controls.Add(xtpControlPopup, 5, "Preferencias") With ControlPreferences .Flags = xtpFlagRightAlign .CommandBar.Controls.Add xtpControlButton, ID_PREF_REA, "Reactivate Warnings" .CommandBar.Controls.Add xtpControlButton, ID_PREF_RIA, "Re-Initialize Database" .CommandBar.Controls.Add xtpControlButton, ID_PREF_UPA, "Use Special Window" >> a separator here .CommandBar.Controls.Add xtpControlButton, ID_PREF_EDE, "Enter specialist data" .ToolTipText = "": .Width = 100 End With Any help highly appreciated!
Ariel Maisonet
Aim Corporation
|
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi,
Set Control = .CommandBar.Controls.Add (xtpControlButton, ID_PREF_UPA, "Use Special Window")
Set Control = .CommandBar.Controls.Add (xtpControlButton, ID_PREF_EDE, "Enter specialist data") Control.BeginGroup = True; |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
aimcorp ![]() Groupie ![]() Joined: 20 September 2007 Location: Puerto Rico Status: Offline Points: 21 |
![]() ![]() ![]() ![]() ![]() |
Thanks a Lot!
|
|
![]() |
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 |