Telerik Forums
UI for WinForms Forum
1 answer
116 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
76 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
295 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
2 answers
182 views

Hello,
Two questions:

1) How do you merge in code two dock panels so they are tabbed together?

2) Is it possible to assign a graphic to the Dock Tabs ? ( next service pack?)

Thanks!!

Bruce Van Buren

Hello,
Two questions:
 
Dimitar Kapitanov
Telerik team
 answered on 28 Nov 2006
2 answers
322 views
Hi. I'm starting to build a Windows forms app using telerik components and wondered how you can validate a form. I've noticed the "causesValidation" property but wasn't sure if it's similar to the way ASP.NET pages are validated, using the Page.IsValid() function call. I didn't see any validation controls and wondered what the best-practices are for validation of a Win form.

By the way, I'm extremely impressed by the r.a.d. controls for WinForms. They're powerful, functional, and very aesthetically pleasing. Thank you :)
Kris Anderson
Top achievements
Rank 1
 answered on 27 Nov 2006
1 answer
188 views
Hi,
I want to use combobox with images only in its items. Can I do this with your combobox control? Also I want to set gradient color which changes when the user hovers the item. Can I use images with transparency and some set some background color of the items?
Thanks.

Fedor
Chris
Telerik team
 answered on 23 Nov 2006
1 answer
162 views
When I set the Enabled property of the Menu Items to "false" they become gray. I would like to set some different colors and font of the disabled items. How can I customize this state of the items?

Greetings,
Anthony
Chris
Telerik team
 answered on 23 Nov 2006
1 answer
152 views
Hi!

I have just tried putting a couple of check boxes into a windows program and they seem to work just fine. That is until I try to put them into production. I moved the application over to our production server and then it no longer works. I am wondering if there is something else that I need to deploy along with the application similar to how the web applications have to have the radcontrols folder?

Thanks for any help you can give me,

Tony Leach
Chris
Telerik team
 answered on 21 Nov 2006
3 answers
141 views

Hello,

I am using themes with the shell form and the ribbon control and they seem to be working fine. But when I add the docking manager and dock panels, I notice that they have no theme or style properties. If I set them transparent, the assume the form colors but when they float they assume the standard windows colors. Is there a way around this?

Thanks!!

Chris
Telerik team
 answered on 21 Nov 2006
1 answer
172 views
Hello,

I am working with the current build of the Windows Controls and running into a small issue with the dock control that I am hoping I can get some help with.

When I unpin one of the tool windows and pin it back it comes back slightly smaller each time.
Before Screen Shot
After Screen Shot

Currently I have the following properties that I was hoping would correct this problem but they do not seem to help:
PreferredDockSize: 330, 610
AutoSize: True *
AutoSizeMode: GrowOnly *

*Tried with this both on and off.

I also looked for an event that fired when the tool window was pinned or unpinned couldnt find one (any help here) where maybe I could attempt to set the size with code.

Thanks in advance.

Update:
I noticed it actually does the same thing at design time.  If you set the DockState: AutoHide then set it back to DockState: Docked it causes it to get smaller, since you cannot set the Size property with the Property Window you then have to go back into the advanced layout manager and try and eyeball it back to the previous size.
Dimitar Kapitanov
Telerik team
 answered on 20 Nov 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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?