Telerik Forums
UI for WinForms Forum
3 answers
193 views
Hi,

i am searching for an element whitch i can place in RadListbox that can highlight textpeases. My favorit was changing color in the text like:
abcdefghi

Can the RadListbox handle this?

Thanks for answers

Steve
Chris
Telerik team
 answered on 13 Dec 2006
1 answer
370 views
I have a rad text box on my form and by default it comes in with a height of 15.  When I change it to something else it changes back to 15 once I click out of the height property box. Is there a setting i am missing somewhere?
Chris
Telerik team
 answered on 11 Dec 2006
1 answer
94 views
I am looking for a Control which behaves like the Numeric UPAndDown Control. Would be there any way to get the HScrollbar working like it or do you have any other suggestions?
thank you
Angel
Telerik team
 answered on 11 Dec 2006
1 answer
149 views
Hi the team,

If possible a new r.a.d Gantt diagram for process. Very easy for you!
 
Best regards
Vassil Petev
Telerik team
 answered on 11 Dec 2006
2 answers
137 views
I (among millions of other Windows users) have Stardock WindowBlinds installed and I am running the Vista Plus (adni18) skin, but when pulling up the Examples for the WinForms telerik bits I get a lot of black boxes and lines where telerik skinning should be.

When I unload WindowBlinds, the WinForms demo renders correctly.

I come across incompatibility with WindowBlinds frequently, especially in custom-skinned apps, so this is no surprise. However, it would be nice if telerik was ahead of the game on this.

steve leclair
Top achievements
Rank 1
 answered on 07 Dec 2006
2 answers
223 views
We cannot find the RadTrackBar in our tools menu.
How do we use it?
Thanks.
Gerard van Eldik
Top achievements
Rank 1
 answered on 04 Dec 2006
2 answers
319 views
Hi,

When I create a new project, add the Telerik references, and then put a Ribbon bar on my main form and run the program I get an exception throw when the QuickAccessMenuHeight is set (designer generator code).  The exception and a stack trace are below.  What am I missing?

Thanks



"A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll

Additional information: Could not load file or assembly 'Telerik.WinControls.XmlSerializers, Version=1.0.1.0, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' or one of its dependencies. The system cannot find the file specified.
"

     mscorlib.dll!System.Reflection.Assembly.InternalLoad(System.Reflection.AssemblyName assemblyRef, System.Security.Policy.Evidence assemblySecurity, ref System.Threading.StackCrawlMark stackMark, bool forIntrospection) + 0xd4 bytes   
     mscorlib.dll!System.Reflection.Assembly.Load(System.Reflection.AssemblyName assemblyRef) + 0x1a bytes   
     System.Xml.dll!System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(System.Type type = {Name = "XmlTheme" FullName = "Telerik.WinControls.XmlTheme"}, string defaultNamespace = null, out System.Xml.Serialization.XmlSerializerImplementation contract = null) + 0xb0 bytes   
     System.Xml.dll!System.Xml.Serialization.XmlSerializer.XmlSerializer(System.Type type = {Name = "XmlTheme" FullName = "Telerik.WinControls.XmlTheme"}, string defaultNamespace = null) + 0x111 bytes   
     System.Xml.dll!System.Xml.Serialization.XmlSerializer.XmlSerializer(System.Type type) + 0x7 bytes   
     Telerik.WinControls.dll!Telerik.WinControls.ThemeSource.ReloadThemeFromStorage() + 0x26e bytes   
     Telerik.WinControls.dll!Telerik.WinControls.ThemeSource.OnThemeLocationChanged(Telerik.WinControls.RadPropertyChangedEventArgs e) + 0x37 bytes   
     Telerik.WinControls.dll!Telerik.WinControls.ThemeSource.OnThemeLocationChanged(Telerik.WinControls.RadObject d, Telerik.WinControls.RadPropertyChangedEventArgs e) + 0x3e bytes   
     Telerik.WinControls.dll!Telerik.WinControls.RadObject.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs e) + 0x53 bytes   
     Telerik.WinControls.dll!Telerik.WinControls.RadObject.UpdateEffectiveValue(Telerik.WinControls.RadProperty dp = {Telerik.WinControls.RadProperty}, Telerik.WinControls.RadPropertyMetadata metadata, bool isCoerceValue, bool isOldValueValid, object oldValue, Telerik.WinControls.ValueSource oldValueSource, bool oldValueIsDeferred, bool coerceWithDeferredReference) + 0x34c bytes   
     Telerik.WinControls.dll!Telerik.WinControls.RadObject.SetValueCommon(Telerik.WinControls.RadProperty dp, object value = "Telerik.WinControls.UI.Resources.RibbonBarThemes.Telerik.xml", Telerik.WinControls.RadPropertyMetadata metadata, bool coerceWithDeferredReference) + 0x2e7 bytes   
     Telerik.WinControls.dll!Telerik.WinControls.RadObject.SetValue(Telerik.WinControls.RadProperty dp, object value) + 0x54 bytes   
     Telerik.WinControls.dll!Telerik.WinControls.ThemeSource.ThemeLocation.set(string value) + 0x2f bytes   
     Telerik.WinControls.dll!Telerik.WinControls.ThemeResolutionService.RegisterThemeFromStorage(Telerik.WinControls.ThemeStorageType storageType, string themeLocation) + 0x50 bytes   
     Telerik.WinControls.UI.dll!Telerik.WinControls.UI.RadRibbonBarElement.RadRibbonBarElement() + 0x71 bytes   
     [Native to Managed Transition]   
     [Managed to Native Transition]   
     Telerik.WinControls.UI.dll!Telerik.WinControls.UI.RadRibbonBar.CreateChildItems(Telerik.WinControls.RadElement parent) + 0x20 bytes   
     Telerik.WinControls.dll!Telerik.WinControls.RadControl.EnsureChildItems() + 0x62 bytes   
     Telerik.WinControls.UI.dll!Telerik.WinControls.UI.RadRibbonBar.QuickAccessMenuHeight.set(int value = 20) + 0xd bytes   

GlenP
Top achievements
Rank 1
 answered on 03 Dec 2006
1 answer
138 views
I created an extended class (new control) that inherits from the RadToggleButton class to provide an extra property called Value.

The Value property works great but my Themes are not recoginized by the new control even though i am inheriting from the base class.

How can i use the same Themes defined in my RadThemeManager to have the same look-n-feel of the RadToggleButtons?
Bryan Brannon
Top achievements
Rank 2
 answered on 01 Dec 2006
1 answer
97 views
Hi,

I have a RadTabStrip defined as follows on a page:

<radts:radtabstrip id="RadTabStrip1" runat="server">
  <Tabs>
      <radTS:Tab runat="server" Text="Page 1" NavigateUrl="Page1.aspx"></radTS:Tab>
      <radTS:Tab runat="server" Text="Page 2"       NavigateUrl="Page2.aspx"></radTS:Tab>
  </Tabs>
</radts:radtabstrip>

However when I try to use the FindTabByUrl like so I always get null.

RadTabStrip1.FindTabByUrl("Page2.aspx")

Thanks for any help
Gangleri.
Atanas Korchev
Telerik team
 answered on 01 Dec 2006
0 answers
332 views

telerik’s CTO, Hristo Kosev, states the following in one of his recent blogs (r.a.d.controls for WinForms SP1 released):  

Perhaps some of you may know, in order to offer Office 2007 UIs, component vendors need to pass Microsoft approval and obtain a license that allows ISVs to ship products with the Office 2007 UI. Fortunately for telerik customers, we are one of the very first component vendors to obtain rights to use the proper interfaces in telerik Windows Forms and ASP.NET controls.

We already got several requests for more information on this statement, so we decided to post the needed information in our Forums and clear any confusion that may arise.

Microsoft will be licensing their new Office 2007 UI to all customers who plan to use any part of the Office 2007 design and/or user interface in Windows applications. telerik provides one control which mimics the Office 2007 UI closely and this is r.a.d.ribbonbar. There is also the r.a.d.dropdown button which provides similar functionality to 2007’s Application Menu. Microsoft's decision to license the 2007 UI directly impacts both telerik, as a WinForms software vendor, and our customers, who will be using these controls.

The Office 2007 UI licensing was announced by Microsoft officially about a week ago. Here are some relevant links which should be able to address most of your questions:

As noted in the PressPass announcement, telerik is one of the early adopters of the program and indeed, we are one of the few licensed partners for the Office 2007 UI program at this time. We even helped shape the license agreement that Microsoft will soon offer on their site.

The early adopter license we have obtained entitles us to develop components that have the Office 2007 UI, but it does not allow us to pass this license to our customers. In other words, if you are developing applications which use Office 2007 UI (regardless if it includes our controls or not) you still have to register with Microsoft. I know this might sound cumbersome but as far as we know Microsoft have a number of pending patents for this UI and have decided to protect their IP more strictly. The license is free of royalty and charge.

The Office UI Licensing program provides licensees the rights to make their licensed products look and behave like Office 2007. Licensees will receive design guidelines that they will reference in the creation of their own applications. The Office 2007 UI license covers the user interface and visual appearance of all programs included in Office 2007, namely Outlook, Word, Excel, Access, and PowerPoint. These include, but are not restricted to the Application Menu, Ribbon, Tabs, Groups, Galleries, Mini Toolbar, Controls, Ribbon Resizing, etc. Further information will be provided to you in the guidelines. Unfortunately, we cannot share these guidelines with you before the official announcement.

According to Microsoft, the application process will take just a few clicks and the License agreement itself will be not more than a couple of pages long. If you want to apply for the program you will need to go to Microsoft's Office UI Licensing page (http://msdn2.microsoft.com/en-us/office/aa973809.aspx) as soon as the license becomes public.

In case you have questions about the program, there is an email at the bottom of Office UI Licensing page you can write to.

We have already changed our License agreement to reflect our position on the Office 2007 licensing:  

This license grants you no rights to the "2007 Microsoft Office System User Interface". For appropriate license, please, contact Microsoft directly.

We will also provide the above links to all parties interested.


Best regards,
Vassil Petev
Client Service Director

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 01 Dec 2006
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?