To reproduce: Set the DescriptionFont of RadMenuItem in VSB (see attached image). Workaround: Remove the setting from the XML.
Workaround: change the backcolors of the splitters at run-time foreach (SplitterElement splitter in this.radSplitContainer1.Splitters) { splitter.BackgroundFill.BackColor = Color.Red; }
One cannot change the RadTextBox BackColor for the ContainsFocus and the ContainsMouse states. Use the color dialog to change the color.
1. Open VisualStyleBuiler 2. Load TelerikMetroBlue theme 3. Search a certain image repository item and try to save the image. Please refer to the attached gif file.
To reproduce: Navigate to an element which has image set for other than the default state or add such (e.g. RadCalendar/RadCalendarElement/NavigateForwardButton) -> select another state and right click on the Image property in the Elements window to select Save Image As. You will notice that only the default state is exported.
To reproduce: Open VSB -> Open a image repository item with -> right click on the Image property and you will see the exception
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;
In VSB, if you go to the Help menu and click "View Help", and error will come up saying "The system cannot find the file specified". I tried this with VSB 2014 Q1 SP1 and VSB 2014 Q2.
Clicking the delete button in VSB is way too easy to do on accident. When clicked, the repo is deleted without a prompt and without the ability to undo. The delete button is quite big and I've already accidentally deleted a few Repo's. See attached screenshot. Feature request is one or both of the following: - Add a "Are you sure?" prompt when clicking the button - Add ability to use Undo to un-delete the repo. In addition to that, it may be nice to make the delete button smaller.
To reproduce: - Oped a predefined theme in Visual Style Builder - Change an image property of an element that already has image (set it to a random local image). The issue occurs only in Windows 8.
To reproduce: - Open the TelerikMetroBlue theme and select RadPanoramaElement in the Control Structure window. - Expand PanoramaBackgroundImage element in the Elements window. Please note that the issue occur only in Windows 8.
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: 1. Open ThemeViewer 2. Choose theme Desert 3. Check View RTL support 4. Check 'Aero mode on' of ribbonbar & backstageview, after that click on 'show form' button 5. Check 'Aero mode on' of RibbonBar & Office2007 App Men, after that click on 'show form' button and will see that ThemeViewer crash When set theme Desert and change values of the properties of RibbonBar in the VisualStyleBuilder generate the same error.
Add a VSB feature to export base64 strings.
The Text and Image Primitives of RadButton are not exposed in VSB
Currently there is no way to export theme images as Bitmap (or any other image type). Resolution: In Q2 2014 SP1 we introduced feature to export images from Visual Style Builder. The issue is the same like ADD. Visual Style Builder - add ability to export base64 strings to images (export image option in the context menu of all Image items). You can follow the link: http://tpdogfood.telerik.com/view#item/111008
FIX. VSB - error when trying to preview a theme in ThemeViewer and the current directory is different