Print Page | Close Window

"Label" style item in CommandBars Popup

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=839
Printed Date: 04 May 2024 at 12:18am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: "Label" style item in CommandBars Popup
Posted By: Boyd
Subject: "Label" style item in CommandBars Popup
Date Posted: 14 June 2004 at 8:34pm

Some popup menus in Outlook 2003 display a form of "Label" in the popup menu.  This item has a different color background, never receives the focus, and doesn't respond to the mouse in any way.  It is only there to display information relating to the popup.  Could you add support for adding this type of item to CommandBars?  The screen print below displays one Outlook popup menu with the label style control at the top of the popup.




Replies:
Posted By: kstowell
Date Posted: 23 June 2004 at 8:23am

Hi Boyd,

This feature has been added to the upcoming release, thanks for the suggestion.

Codejock Support



Posted By: Boyd
Date Posted: 21 July 2004 at 9:52pm

Can you tell me how this feature was implemented?  I've looked at the v9.00 release and I couldn't determine how to acheive this result.

Thanks!



Posted By: SuperMario
Date Posted: 22 July 2004 at 6:19am
    Set ControlFile = CommandBars.ActiveMenuBar.Controls.Add(xtpControlPopup, 0, "&File", -1, False)
    With ControlFile.CommandBar.Controls
       
        .Add xtpControlLabel, ID_FILE_LABEL, "Label Controlt", -1, False
      
    End With


Posted By: Boyd
Date Posted: 22 July 2004 at 7:39am
Thanks SuperMario, I didn't notice the new XTPControlType.


Posted By: dajv
Date Posted: 12 January 2005 at 6:15pm
How can I add the xtpControlLabel control type in the Designer?


Posted By: SuperMario
Date Posted: 13 January 2005 at 8:48am
I don't think you can in the current version.  The designer has been updated and will have allot more features in the next release coming at the end of January



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