Print Page | Close Window

xtpBarPopup Label Font Problem

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=22301
Printed Date: 10 May 2024 at 12:46pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: xtpBarPopup Label Font Problem
Posted By: Ceylan
Subject: xtpBarPopup Label Font Problem
Date Posted: 16 May 2014 at 4:09am
Hi,

I am using Visual Basic 6 with Codejock v16.3.1 CommandBar control. And my visual theme is "xtpThemeVisualStudio2012Dark". 

But I have a problem. I am adding "xtpControlLabel",  background is white font color is white. Not reading label.

Private Sub CreatePopup()
    Dim Popup As CommandBar
    Dim Control As CommandBarControl
    '
    mnuAlis.VisualTheme = xtpThemeVisualStudio2012Dark
    mnuAlis.DeleteAll
    '
    Set Popup = mnuAlis.Add("Popup", xtpBarPopup)
    Set Control = Popup.Controls.Add(xtpControlLabel, 4228, "You are Selected abc Record.", -1, False)
    '
End Sub





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