-
I've installed the recent service release and it seems the Office 2010 Black and Silver styles are not included. Can you send me these files?
-
Hello Taz Thank you, I'll look into this! Hopefully it will work, that would be great! Kind regards, Sven
-
Can anyone tell me why in the 11.1 update the Office 2010 style is still not implemented in the Outlook bar? From your newsletter: Build rich, line of business user interfaces with a Windows® experience and Office 2010 style throughout every control. Obviously not in every control :( I renewed my subscrition last year just for the Office 2010 style
-
Is there any news on this issue? Will the Office 2010 style be included in the 2011-1 release? It is really important, because without the Explorer Bar supporting the 2010 style, I cannot apply this style to my app. It is supported by all other controls, so it would look really odd if the Explorer Bar is still in 2007 style.
-
I'm also interested in the Office 2010 style for the ExplorerBar in Outlook style.
-
Thank you!
-
Hello I seem to have found a workaround and the reason. When the new caption has no whitespace in it, it gets truncated. When it has a whitespace it works: This works: this.ultraToolbarsManager1.Ribbon.Caption += "New Caption"; This works: this.ultraToolbarsManager1.Ribbon.Caption += "NewCaption "; This works not: this.ultraToolbarsManager1
-
I just tried several of these reset functions, including "ResetCaptionArea...", but none of these changed anything. Maybe I should file this as bug?
-
Hi When I change the window title of the form, which contains a ribbon, during runtime, the text gets truncated. When I set the text during design time it is displayed completely. I change the text during the localization of my form. Is this a known issue or is there a way to work around this? I've tried both, setting the forms text property and