![]() |
"Label" style item in CommandBars Popup |
Post Reply
|
| Author | |
Boyd
Senior Member
Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
Quote Reply
Topic: "Label" style item in CommandBars PopupPosted: 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. |
|
![]() |
|
kstowell
Admin Group
Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 June 2004 at 8:23am |
|
Hi Boyd, This feature has been added to the upcoming release, thanks for the suggestion. Codejock Support |
|
![]() |
|
Boyd
Senior Member
Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
Quote Reply
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! |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Boyd
Senior Member
Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 July 2004 at 7:39am |
|
Thanks SuperMario, I didn't notice the new XTPControlType.
|
|
![]() |
|
dajv
Groupie
Joined: 27 July 2004 Location: Australia Status: Offline Points: 80 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 January 2005 at 6:15pm |
|
How can I add the xtpControlLabel control type in the Designer?
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
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 |