Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - xtpBarPopup Label Font Problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

xtpBarPopup Label Font Problem

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


Joined: 16 May 2014
Location: Turkey
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ceylan Quote  Post ReplyReply Direct Link To This Post Topic: xtpBarPopup Label Font Problem
    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


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.156 seconds.