Telerik Forums
UI for WinForms Forum
2 answers
87 views
Hello,

I am trying to popup a regualr dialog window, however I want it to have an Office2007 look... how do you do it?
Mike
Top achievements
Rank 1
 answered on 03 Dec 2007
1 answer
78 views
Hi,

What changes/improvements can we expect to see in the Q3 release of the Ribbonbar?

I've been hoping for some improvements in the IDE with regards to adding standard windows controls, adding user controls and overall stability.

Will there be a Beta of the Q3 release available?

Thanks,
Brad
Vassil Petev
Telerik team
 answered on 03 Dec 2007
1 answer
88 views
Hi,

I have bound a pie type RadChart to a iList containing four integers.  I have added all the legend bits I need to, but there is always an extra legend entry called 'Series 1'.  How can I remove that?

Thanks,
dawmail333
Dwight
Telerik team
 answered on 03 Dec 2007
1 answer
190 views
Hello all,
This is an issue I came across while using the RadToolStrip:
I set a new RadToolStrip back colour to ControlDark, set the ToolStripItem Back Colour to transparent and the ToggleButtonElement to transparent/white gradient (see code below).
Whenever I drag the ToolStripItem outside it's ToolStripElement, let it float, then take it back and dock it in the ToolStripElement again, the Item looses the colours I gave it and is repainted in gradient blue as well as getting a bigger size.
Is it a bug, or something can be done here?

namespace RadToolStripTest 
    partial class Form1 
    { 
        /// <summary> 
        /// Required designer variable. 
        /// </summary> 
        private System.ComponentModel.IContainer components = null
 
        /// <summary> 
        /// Clean up any resources being used. 
        /// </summary> 
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 

        #region Windows Form Designer generated code 
 
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor. 
        /// </summary> 
        private void InitializeComponent() 
        { 
            this.radToolStrip1 = new Telerik.WinControls.UI.RadToolStrip(); 
            this.radToolStripElement1 = new Telerik.WinControls.UI.RadToolStripElement(); 
            this.radToolStripItem1 = new Telerik.WinControls.UI.RadToolStripItem(); 
            this.radToggleButtonElement1 = new Telerik.WinControls.UI.RadToggleButtonElement(); 
            ((System.ComponentModel.ISupportInitialize)(this.radToolStrip1)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // radToolStrip1 
            //  
            this.radToolStrip1.AllowDragging = true
            this.radToolStrip1.AllowFloating = true
            this.radToolStrip1.Dock = System.Windows.Forms.DockStyle.Left; 
            this.radToolStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] { 
            this.radToolStripElement1}); 
            this.radToolStrip1.Location = new System.Drawing.Point(0, 0); 
            this.radToolStrip1.MinimumSize = new System.Drawing.Size(5, 5); 
            this.radToolStrip1.Name = "radToolStrip1"
            this.radToolStrip1.Orientation = System.Windows.Forms.Orientation.Vertical; 
            //  
            //  
            //  
            this.radToolStrip1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren; 
            this.radToolStrip1.RootElement.MinSize = new System.Drawing.Size(5, 5); 
            this.radToolStrip1.RootElement.StretchHorizontally = false
            this.radToolStrip1.RootElement.StretchVertically = true
            this.radToolStrip1.ShowOverFlowButton = true
            this.radToolStrip1.Size = new System.Drawing.Size(75, 430); 
            this.radToolStrip1.TabIndex = 0; 
            this.radToolStrip1.Text = "radToolStrip1"
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToolStrip1.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.SystemColors.ControlDark; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToolStrip1.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.SystemColors.ControlDark; 
            //  
            // radToolStripElement1 
            //  
            this.radToolStripElement1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); 
            this.radToolStripElement1.BorderThickness = new System.Windows.Forms.Padding(1); 
            this.radToolStripElement1.Items.AddRange(new Telerik.WinControls.RadItem[] { 
            this.radToolStripItem1}); 
            this.radToolStripElement1.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0); 
            this.radToolStripElement1.MinSize = new System.Drawing.Size(21, 0); 
            this.radToolStripElement1.Text = "radToolStripElement1"
            //  
            // radToolStripItem1 
            //  
            this.radToolStripItem1.BorderThickness = new System.Windows.Forms.Padding(1); 
            this.radToolStripItem1.Class = "ToolStripItem"
            this.radToolStripItem1.Items.AddRange(new Telerik.WinControls.RadItem[] { 
            this.radToggleButtonElement1}); 
            this.radToolStripItem1.Key = "0"
            this.radToolStripItem1.MinSize = new System.Drawing.Size(25, 21); 
            this.radToolStripItem1.Orientation = System.Windows.Forms.Orientation.Vertical; 
            this.radToolStripItem1.Text = "radToolStripItem1"
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToolStripItem1.GetChildAt(1))).BackColor4 = System.Drawing.Color.Transparent; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToolStripItem1.GetChildAt(1))).BackColor3 = System.Drawing.Color.Transparent; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToolStripItem1.GetChildAt(1))).BackColor = System.Drawing.Color.Transparent; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToolStripItem1.GetChildAt(1))).BackColor2 = System.Drawing.Color.Transparent; 
            ((Telerik.WinControls.UI.RadToolStripOverFlowButtonElement)(this.radToolStripItem1.GetChildAt(4))).AngleTransform = 90F; 
            ((Telerik.WinControls.UI.RadToolStripOverFlowButtonElement)(this.radToolStripItem1.GetChildAt(4))).Visibility = Telerik.WinControls.ElementVisibility.Hidden; 
            //  
            // radToggleButtonElement1 
            //  
            this.radToggleButtonElement1.AngleTransform = 90F; 
            this.radToggleButtonElement1.AutoSize = false
            this.radToggleButtonElement1.BorderThickness = new System.Windows.Forms.Padding(1); 
            this.radToggleButtonElement1.Bounds = new System.Drawing.Rectangle(0, 0, 50, 50); 
            this.radToggleButtonElement1.CanFocus = true
            this.radToggleButtonElement1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 
            this.radToggleButtonElement1.IsChecked = false
            this.radToggleButtonElement1.Text = "Test 01"
            this.radToggleButtonElement1.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToggleButtonElement1.GetChildAt(0))).BackColor4 = System.Drawing.Color.White; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToggleButtonElement1.GetChildAt(0))).BackColor3 = System.Drawing.Color.Transparent; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToggleButtonElement1.GetChildAt(0))).BackColor = System.Drawing.Color.Transparent; 
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radToggleButtonElement1.GetChildAt(0))).BackColor2 = System.Drawing.Color.Transparent; 
            //  
            // Form1 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(601, 430); 
            this.Controls.Add(this.radToolStrip1); 
            this.Name = "Form1"
            this.Text = "Form1"
            ((System.ComponentModel.ISupportInitialize)(this.radToolStrip1)).EndInit(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 

        #endregion 
 
        private Telerik.WinControls.UI.RadToolStrip radToolStrip1; 
        private Telerik.WinControls.UI.RadToolStripElement radToolStripElement1; 
        private Telerik.WinControls.UI.RadToolStripItem radToolStripItem1; 
        private Telerik.WinControls.UI.RadToggleButtonElement radToggleButtonElement1; 
    } 
 
 

Boyko Markov
Telerik team
 answered on 03 Dec 2007
1 answer
142 views
I have a problem with the EmptySeriesMessage of my Chart.

Even if I change

myChart.PlotArea.EmptySeriesMessage.TextBlock.Text

property to another message, on grid property or on my code, in execution my value is not saved and "There is no or empty series" always appears.

How can I do ?

Regards,

YSP
Velichka
Telerik team
 answered on 03 Dec 2007
1 answer
121 views
Hi,

I am using your chart controls in a winforms app.
At this point I have just been playing with a gantt chart but there plans to have other charts as well.

I am adding the chart series and the chart series items programatically and would like to have the labels appear as tooltips rather than just text on the chart.

I have tried setting the activeregion.tooltip property on the chart series items but this does not do anything.

Is what I am wanting to do possible with this chart?

Thanks
Gavin
Dwight
Telerik team
 answered on 03 Dec 2007
1 answer
94 views

Hi,

I have a Gallery Element, but when I put things in it, it aligns them horizontaly, and does not wrap them. Therefore, when there is a certain number of items, the gallery collapses into a rather useless drop down button.

I would prefer the Gallery to align vertically, and clip the extra items that won't fit.

How can I do this?

(Sorry, I can't give screenshots, my PC is screwed and I will have to reboot before my clipboard will start working again)
Georgi
Telerik team
 answered on 03 Dec 2007
2 answers
90 views
The installer does not add the the components to the toolbox, is there any way to add them (small utility or script I can run).  The installer only instals the components to Visual Studio 2005 and I'm getting ready to uninstall that...  Any help would be appreciated.
Dimitar Kapitanov
Telerik team
 answered on 03 Dec 2007
1 answer
91 views
i have insert 3 radbuttonelement in my radtoolstrip
the click event is the same for all buttons
and i want identify each button
but i can't get their name

==> switch (((RadButtonElement)sender).Name)


why?
Nikolay
Telerik team
 answered on 30 Nov 2007
4 answers
134 views
Hi,
I am just downloaded your last version of Docking solution.
I am dynamically create a DockingManager and 3 DockPanel.
I am use Visual Studio 2005 c# langage.
When I drag and drop a DockPanel, I would like to disabled the posibility to tabbed the document to an other DockPanel. I would like just to move the DockPanel to an other place.

Ma second question is about thr event DoubleClick.
That is a part of my code.
...
DockPanel panel_1 = new DockPanel(); 
panel_1.CaptionVisible = true
panel_1.TabStripVisible = false
panel_1.CloseButtonVisible = false
panel_1.HideButtonVisible = false
panel_1.DropDownButtonVisible = false
panel_1.VerticalScroll.Visible = false
panel_1.DockState = DockState.Docked; 
panel_1.DoubleClick += new EventHandler(Panel_DoubleClick); 
panel_1.Text = "Test"
Dock_1.SetDock(panel_1, DockPosition.Top); 
 
void Panel_DoubleClick(object sender, EventArgs e) 
        { 
            label1.Text = "OKOKOK"
//            throw new Exception("The method or operation is not implemented."); 
        } 

Nothing is append when I doubleclick on the Panel object.
Do you have an idea of wath is wrong ?
Thank for your support and sorry for my english.

Daniel

Julian Benkov
Telerik team
 answered on 29 Nov 2007
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?