Add "Design View" and "Preview" tabs in the View menu of the Visual Style Builder. Currently you could hide them by clicking the scroll button and there is no easy way to restore them
FIX. VSB - error when trying to preview a theme in ThemeViewer and the current directory is different
To reproduce: Start VSB -> RadButton -> RadButtonElement -> ImagePrimitive - Image -> Browse for image and you will see no change. Workaround: Start RadControlSpy using Ctrl + H, select the button, browse to the ImagePrimitive and set the Image property Resolution: The described behavior is not an issue. The image should be set to Image property of RadButtonElement instead of ImagePrimitive.
It would be great to have an auto-save feature in Visual Style Builder for when/if VSB crashes or quits improperly and theme wasn't saved. See my forum post for more information, at: http://www.telerik.com/forums/visual-style-builder-frozen---does-it-do-any-auto-saving Resolution: Under Tools>>Settings in VSB there is an option to enable/disable saving auto recovery info and the interval at which this info is saved. The auto recovery data is saved as a .tssp file in the C:\Users\<username>\AppData\Roaming\VsbRecoveryData\ folder. The mechanism is as follows every X minutes the file is overwritten with the current state of the theme in VSB. If VSB is closed gracefully or the theme is unloaded the auto recovery data is deleted. If VSB crashes the data in the auto recovery folder remains. On the next VSB start this folder is checked for content and if there is any the user is offered a choice to load this content.
To reproduce: - Open the Office2007 theme in VSB - Change the DrawFill and BackColor properties for the CommandBarRowElement - Save use in a custom application. Workaround: this.commandBarRowElement1.DrawFill = true; this.commandBarRowElement1.BackColor = Color.Black; this.commandBarRowElement1.GradientStyle = GradientStyles.Solid;
Workaround: change the backcolors of the splitters at run-time foreach (SplitterElement splitter in this.radSplitContainer1.Splitters) { splitter.BackgroundFill.BackColor = Color.Red; }
The changed properties are not applied and also if one filters the VSB tool by "Changed Properties", they are not displayed as Changed Workaround: perform the styling modifications at run-time
To reproduce: Set the DescriptionFont of RadMenuItem in VSB (see attached image). Workaround: Remove the setting from the XML.