Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - InitCommandsPopup not fired
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

InitCommandsPopup not fired

 Post Reply Post Reply
Author
Message
MarcelMCT View Drop Down
Newbie
Newbie


Joined: 15 April 2019
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote MarcelMCT Quote  Post ReplyReply Direct Link To This Post Topic: InitCommandsPopup not fired
    Posted: 15 April 2019 at 8:22am
subject: Backstage View

I'm using version 16.3
According to the manual, this event must be fired.
It worked in 15, not in 16.
is there a problem with event "InitCommandsPopup"?

When the Backstage View is opened the InitCommandsPopup even will occur.

Private Sub CommandBars_InitCommandsPopup(ByVal CommandBar As XtremeCommandBars.ICommandBar)
    If TypeOf CommandBar Is RibbonBackstageView Then
        Debug.Print "RibbonBackstageView"
    End If
End Sub

Is there a workarround, how can i enable or disable "tabs"
Back to Top
agontarenko View Drop Down
Admin Group
Admin Group


Joined: 25 March 2016
Status: Offline
Points: 260
Post Options Post Options   Thanks (1) Thanks(1)   Quote agontarenko Quote  Post ReplyReply Direct Link To This Post Posted: 22 April 2019 at 7:43am
Hello,

I investigated this issue and found that this message worked for ribbon button up to version 16.0. Since 16.1 message intentionally was been removed for Office 2010+ themes because ribbon menu was replaced with backstage it caused some problems.

Regards,
Artem Gontarenko
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.