Hi,
is there any tutorial or help available for this control? I know it is new, but it's very hard to work with without proper documentation/training material. I've looked on online help, but there is only brief class/members enumeration. Thx for any help.
Regards,
Daniel
I've placed a RadApplicationMenu control to the form, and set a backcolor property to the transparent. After that, when i run an application, the round button of RadApplication doesn't have a transparent backcolor. So there is a white box around the round button
I have a VB.NET solution and use VS 2008 on Windows 7.
Installed RadControls for WinForms Q3 2009 SP1.
Thank you for help.
Hi,
I’ve been using HTML text formatting for some of theRadControls. I noticed that a RadControl will crash if the HTML font has anampersand in the tile. For example, the following HTML will crash a RadControl:
<html><span style="font-family: the king& queen font; font-size: 20pt">Add TextHere</span></html>
The above HTML was created using the RadMarkupDialog, andassumes you have the following installed font:
http://www.audiolabel.com/artopia/king-and-queen.zipI also noticed that a RadControl will crash if the HTML fontis missing from the user’s computer. This behavior is different than if you setthe font through the RadControl Font property. When setting the Font property,a missing font will be automatically replaced with a default system font.
Shouldn't a missing font be automatically replaced whensetting the font through HTML? I can see this being very important when yourTelerik program is installed on different computers.
I'm using the latest Telerik build - 2009.3.1203
Thanks for your help,
Tim