Print Page | Close Window

How to insert comments in the icons

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=13899
Printed Date: 07 October 2024 at 2:30am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to insert comments in the icons
Posted By: tantino
Subject: How to insert comments in the icons
Date 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"
'*************
 



Replies:
Posted By: Oleg
Date Posted: 02 April 2009 at 5:01am
Hi,
 
What "comments" you need insert ?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: tantino
Date Posted: 02 April 2009 at 7:16am
Watch the red grid.
thanks


Posted By: tantino
Date Posted: 03 April 2009 at 1:13am
anyone can help me?


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



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