Print Page | Close Window

InitCommandsPopup not fired

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=23840
Printed Date: 04 May 2024 at 6:43am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: InitCommandsPopup not fired
Posted By: MarcelMCT
Subject: InitCommandsPopup not fired
Date 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"



Replies:
Posted By: agontarenko
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net