Telerik Forums
UI for WinForms Forum
7 answers
370 views
I place in my form an RadTitleBar.

I have two questions.

First, when I do right-click on the title bar, I see a context menu in English language. How can I do to see it in French ?

Second, how can I connect event when I click on an element of the titlebar context menu ?

Best regards,

YSP
Claude IMBERT
Top achievements
Rank 1
 answered on 22 Apr 2010
4 answers
210 views
Hi!

I'm developing a form, with 4 resizeable, collapsible section.The scheduler is at middle-top. There's a radsplitter at the bottom of the scheduler. When binding the scheduler, and appointments appear, the timescales are resizing too. When using the splitter, it modifies the timescales size too. 
See attached image.
Anyone has any idea?
Dejo Savicevic
Top achievements
Rank 1
 answered on 22 Apr 2010
4 answers
190 views
hi,
      I have several control on form along with SplitButton now if i start pressing tab, then SplitButton is not getting highlighted when it should be. I Mean focus rectangle is not coming on Control, so user is not able to know whether SplitButton is active or not.

Regards,
Ajay
Nikolay
Telerik team
 answered on 22 Apr 2010
1 answer
203 views
Hello
I trying the Telerik WinForms software and i just want to know how can i use for example the aqua theme. I want to apply it on the whole application without editing and changing every single form.

I have dragged and dropped the correct theme from the toolbox but that did not do it!!!!  


so what do i need to do to get apply any theme to all my application completely!

Note: can you please be descriptive because i am new to this
Thanks for your help
Nikolay
Telerik team
 answered on 22 Apr 2010
1 answer
189 views
Hi

I have a picture in attachment section that shows a RadRibbon in RTL and a StartMenu in wrong direction and I want to change it to follow the Ribbon (RTL).

How I can do that?
Deyan
Telerik team
 answered on 22 Apr 2010
1 answer
95 views
Correct me if I'm wrong, but it seems that in this scenario

    public class ItalianToolStripLocalizationProvider : RadToolStripLocalizationProvider
    {
        public override string GetLocalizationString(RadToolStripLocalizationStringId localizationString)
        {
            switch (localizationString)
            {
                case RadToolStripLocalizationStringId.CloseButton:
                    return "Chiudi";
                case RadToolStripLocalizationStringId.ResetButton:
                    return "Resetta";
                case RadToolStripLocalizationStringId.ToolBarsTabItem:
                    return "Barre Strumenti";
                case RadToolStripLocalizationStringId.CustomizeDialogCaption:
                    return "Personalizza";
                case RadToolStripLocalizationStringId.AddorRemoveButtons:
                    return "Aggiungi o rimuovi pulsanti";
                case RadToolStripLocalizationStringId.NoTextAssociated:
                    return "Nessun testo associato";
                case RadToolStripLocalizationStringId.ResetToolBar:
                    return "Resetta Barra Strumenti";
                case RadToolStripLocalizationStringId.Customize:
                    return "Personalizza";
                case RadToolStripLocalizationStringId.ResetToolBarsAlertMessage:
                    return "Si desidera veramente resettare la barra degli strumenti?";
            }
            System.Diagnostics.Debug.WriteLine("TOOLSTRIP:" + localizationString);
            return string.Empty;
        }
the case in bold font will never be called, so when you open the customize dialog box you see the english text.
(By the way 'Cusomize' is not right too)..

Nikolay
Telerik team
 answered on 22 Apr 2010
0 answers
145 views
Hi Guys,
so I am playing around with my new application. I got a radStatusStrip. This contains a radProgressbar. I created a time with a tick event, looking like this :

        private void timerProgressbar_Tick(object sender, EventArgs e) 
        { 
            radProgressBarTimerTicks++; 
 
            if (radProgressBarTimerTicks >= 100) 
            { 
                radProgressBarTimerTicks = 0; 
            } 
            radProgressBar1.Value1 = radProgressBarTimerTicks; 
 
            radStatusStrip1.Refresh(); 
            radProgressBar1.Refresh(); 
        } 

I got two methods start/stopProgressbarAnimation. The Start Method enable the time to go for it :) But nothing happend. I even call refresh on each control.

I export my code to a winform application with the a radProgressbar and it works. 

Can someone help or tell me what I am doing wrong ? I can´t find any information about this behavouir.

Thanks again
Dieter
Top achievements
Rank 1
 asked on 22 Apr 2010
2 answers
147 views
BUEN DÍA:

Según el tutorial que descargué de la página, para crear un nuevo RadForm, debemos ir a AddNew y seleccionar en el diálogo el RadForm. Sin embargo, no me aparece el RadForm entre las opciones y me toca crear un WindowsForm y modificar la clase en el Form.Designer.vb.
Quisiera saber que tengo que hacer para que me el RadForm aparezca en las opciones de NewItem.

Gracias.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
 answered on 21 Apr 2010
1 answer
127 views
Hola:

tengo problemas porque marca error cuando coloco la siguiente instrucción:

 

cbHorizontalFlip.ToggleStateChanged -= HorizVert_ToggleStateChanged

el error se produce porque exige enviarle parámetros al método HorizVert_ToggleStateChanged

Este método está en el tutorial de RadForms

Gracias.

Nikolay
Telerik team
 answered on 21 Apr 2010
1 answer
185 views
Hi,
how can i add an image into RadDropDownButton? I need image on the left than text.

Regards,
Zbigniew Kozłowski
Nikolay
Telerik team
 answered on 21 Apr 2010
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?