Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - How to insert comments in the icons
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to insert comments in the icons

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


Joined: 02 April 2009
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote tantino Quote  Post ReplyReply Direct Link To This Post Topic: How to insert comments in the icons
    Posted: 02 April 2009 at 3:39am
Hello to all, through this son this code:
'********
With ControlFile.CommandBar.Controls
        Set ControlPrint = .Add(xtpControlSplitButtonPopup, ID_INSERT_NUMBERING, "&Abilita utente")
        ControlPrint.BeginGroup = True
        Set PopupBar = CommandBars.CreateCommandBar("CXTPRibbonSystemPopupBarPage")
        Set ControlPrint.CommandBar = PopupBar
        Set Control = PopupBar.Controls.Add(xtpControlLabel, 0, "Abilita o disabilita l'utente all'utilizzo")
        Control.Width = 296
        Control.DefaultItem = True
        Control.Style = xtpButtonCaption
        PopupBar.DefaultButtonStyle = xtpButtonCaptionAndDescription
        PopupBar.SetIconSize 48, 48
        PopupBar.ShowGripper = True
        PopupBar.Controls.Add xtpControlButton, ID_GROUP_CLIPBOARD, "Connetti" '***** WHAT SHOULD BE ADDED HERE?
        PopupBar.Controls.Add xtpControlButton, ID_GROUP_FONT, "Disconnetti"
'*************
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2009 at 5:01am
Hi,
 
What "comments" you need insert ?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
tantino View Drop Down
Newbie
Newbie


Joined: 02 April 2009
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote tantino Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2009 at 7:16am
Watch the red grid.
thanks
Back to Top
tantino View Drop Down
Newbie
Newbie


Joined: 02 April 2009
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote tantino Quote  Post ReplyReply Direct Link To This Post Posted: 03 April 2009 at 1:13am
anyone can help me?
Back to Top
redstarsoft View Drop Down
Groupie
Groupie
Avatar

Joined: 23 March 2009
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote redstarsoft Quote  Post ReplyReply Direct Link To This Post Posted: 17 April 2009 at 1:21am
holla

yo uso xtpButtonCaptionAndDescription y

use o Description property en lo button


Product: Xtreme SuitePro (ActiveX) version 13.0.0 (Trial)
Platform: Windows XP (32bit) - SP 3
Language: xHarbour

www.redstarsoft.com.br
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.109 seconds.