Hi,
I'm having a hard time getting parts of the UltraToolbarManager to use a specific font (at run-time). I'm setting UltraToolbarManager.Appearance.FontData.Name to the name of the font I have specified in my top-most app window and most of it changes, except for the tabs:
Any suggestions on how to get the tab titles to use a specific font, or is it always going to use the current Theme's font?
Thanks!
-pete-
Pete,
Try setting UltraToolbarsManager.Ribbon.TabAreaAppearance.FontData.Name, Size, etc. Changing these should change the font of the RibbonTabs.
~Kim~
Thanks, that took care of it. I thought I had already tried that :)
Hello,
I'm trying to set font like described here on Chinese Windows server 2003 and I get an unhandled exception which you can see bellow. On English OS it works fine. We have Infragistics version 10.2.20102.1004.
StackTrace: at Infragistics.Win.UltraWinToolbars.Ribbon.OnSubObjectPropChanged(PropChangeInfo propChange)
at Infragistics.Shared.SubObjectBase.NotifyPropChange(PropChangeInfo trigger)
at Infragistics.Shared.SubObjectBase.NotifyPropChange(Enum propId, PropChangeInfo trigger)
at Infragistics.Win.AppearancesManager.OnSubObjectPropChanged(PropChangeInfo propChange)
at Infragistics.Win.AppearanceHolder.OnSubObjectPropChanged(PropChangeInfo propChange)
at Infragistics.Win.Appearance.OnSubObjectPropChanged(PropChangeInfo propChange)
at Infragistics.Shared.SubObjectBase.NotifyPropChange(Enum propId)
at Infragistics.Win.FontData.set_Name(String value)
at SolarWinds.MapStudio.Gui.MainWindow..ctor()
at SolarWinds.MapStudio.Gui.Program.StartMapStudio()
at SolarWinds.MapStudio.Gui.Program.Main()
Petr
Hello Petr,
I believe that the mentioned Operating System is not supported after version 9.1 and its support is also retired by Microsoft, so could you please take a look at our supported environments page and let me know if you need any additional assistance: http://ko.infragistics.com/support/supported-environments.aspx#SupportedEnvironments.