Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - "Label" style item in CommandBars Popup
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

"Label" style item in CommandBars Popup

 Post Reply Post Reply
Author
Message
Boyd View Drop Down
Senior Member
Senior Member


Joined: 08 December 2003
Location: United States
Status: Offline
Points: 285
Post Options Post Options   Thanks (0) Thanks(0)   Quote Boyd Quote  Post ReplyReply Direct Link To This Post Topic: "Label" style item in CommandBars Popup
    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.

Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 23 June 2004 at 8:23am

Hi Boyd,

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

Codejock Support

Back to Top
Boyd View Drop Down
Senior Member
Senior Member


Joined: 08 December 2003
Location: United States
Status: Offline
Points: 285
Post Options Post Options   Thanks (0) Thanks(0)   Quote Boyd Quote  Post ReplyReply Direct Link To This Post 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!

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Boyd View Drop Down
Senior Member
Senior Member


Joined: 08 December 2003
Location: United States
Status: Offline
Points: 285
Post Options Post Options   Thanks (0) Thanks(0)   Quote Boyd Quote  Post ReplyReply Direct Link To This Post Posted: 22 July 2004 at 7:39am
Thanks SuperMario, I didn't notice the new XTPControlType.
Back to Top
dajv View Drop Down
Groupie
Groupie


Joined: 27 July 2004
Location: Australia
Status: Offline
Points: 80
Post Options Post Options   Thanks (0) Thanks(0)   Quote dajv Quote  Post ReplyReply Direct Link To This Post Posted: 12 January 2005 at 6:15pm
How can I add the xtpControlLabel control type in the Designer?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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
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.157 seconds.