Telerik Forums
UI for WinForms Forum
3 answers
369 views
I changed a current application to use the RadTextbox and the application's focus after the screen is rendered stopped working. The only way to fix it is to remove EVERY RadTextbox on the application and replace them with the basic WinForms TextBox control.

Any particular reason why? I'd like to use them for their more flexible ability but I cannot even consider if I cannot have the focus ability.

Also, I didn't notice a RADIOBUTTON implementation? Did I miss it?
Georgi
Telerik team
 answered on 02 Jun 2007
1 answer
140 views
Here's a simple suggestion for one of those boring days when you all got nothing cool to do :)

A Wizard component that can be dropped on a form and let you setup one of those new fangled Wizards from the IDE Designer

Just a thought :)

Steven Hodson
WinExtra / Hodson Report
http://www.winextra.com
http://www.hodsonreport.com
Julian Benkov
Telerik team
 answered on 02 Jun 2007
1 answer
166 views
ummmm .. guys .....

Where's the word wrap for RadLabel?

The default Windows Label when AutoSize = False will wrap the text within it to the width of the label.

However your RadLabel doesn't appear to do this

Steven Hodson
WinExtra / Hodson Report
http://www.winextra.com
http://www.hodsonreport.com
Jordan
Telerik team
 answered on 02 Jun 2007
2 answers
106 views

Afternoon everyone,

I'm having a slight problem right out of the gate trying to use an inherited ShapedForm.

I started a new project form and changed it to inherit the ShapedForm.
I set the ShapedForm color and border settings
Tried to run the project and got the following error:

-----------------------------------------------------------------------------
---------------------------
Microsoft Visual Studio
---------------------------
Error while trying to run project: Unable to start program 'G:\Development\InstallBuilder\InstallBuilder\InstallBuilder\bin\Debug\InstallBuilder.exe'.

The requested operation requires elevation.

------------------------------------------------------------------------------

OS Platform - Vista
Dev IDE: VisualBasic 2005 Express
Telerik Components: newest build available on the site

any suggestions would be appreciated and if I'm doing something silly just give my head a shake :)

Steven Hodson
WinExtra / Hodson Report
http://www.winextra.com
http://www.hodsonreport.com

Jack
Telerik team
 answered on 01 Jun 2007
1 answer
103 views
Sorry couldn't resisit the title but I have run across a reproducable bug (?) involving the RibbonBar.

Senerio:

OS: Vista Ultimate
IDE: Visual Basic 2005 Express Edition

Add an Inherited ShapedForm
Add a Windows.Form Panel set to anchor on all four sides of the form
Add a RibbonBar

Create a new chunk
Add a RadRibbonBarButtonGroup to the chunk
Add a RadButtonElement to the above group
Add a RadDropDownButtonElement to the above group

Now select the ButtonElement and change its AutoSizeMode to FitToAvailableSize

Now change the AutoSizeMode to Auto.

At this point the IDE will become Non Responsive and eventually close down.

I have been able to reproduce this result numerous times just to confirm that it can be reproduced.

Steven Hodson
WinExtra / Hodson Report
http://www.winextra.com
http://www.hodsonreport.com
Julian Benkov
Telerik team
 answered on 01 Jun 2007
1 answer
235 views
Hello,

I formatted my PC and reinstall Telerik, But when i opened my old projects which use these components, lost their theme and change to ApplicationDefault theme in design time and when i try to change them, i see there is no themes in the list until i create another project...
Mike
Telerik team
 answered on 31 May 2007
1 answer
638 views
Ok, I've started to play around with the WinForms controls. Overall I like the look and feel and program interface. However databinding seems painfully slow. I created a little app to generate unique 10 character codes. I store them in an in memory DataTable and then bind them to a listbox after all the codes are added. With the regular WinForms ListBox the binding occurs almost immediately after the codes are done generating. When I set it to bind to the RadListBox instead it takes a while even for just about 1000 codes.

            DataView dvCodes = new DataView(_dtCodes, "", "UniqueCode", DataViewRowState.CurrentRows);
            lstCodes.DisplayMember = "UniqueCode";
            lstCodes.DataSource = dvCodes;
            //radListBox1.DisplayMember = "UniqueCode";
            //radListBox1.DataSource = dvCodes;
Georgi
Telerik team
 answered on 30 May 2007
7 answers
322 views
Datagrid controls seems slow. Shouldn't the #1 priority be a grid that's FASTER than the competition? There's no way we can use this if it's going to be slower than Microsoft's grid.
PortVista
Top achievements
Rank 2
 answered on 30 May 2007
1 answer
158 views
in trying to create TreeViews through the builder, it crashes the entire IDE causing me to lose work and having to wait for a new VS instance to load.

granted, this is an evaluation until our license purchase goes through; however, when creating mock screens to show upper management on a toolset that might be used throughout a number of government agencies in the future, is not good if design time functionality is not stable.

any suggestions (besides doing the entire mock through code) is appreciated.

thanks....
Jordan
Telerik team
 answered on 30 May 2007
2 answers
216 views
Hi

I have 4 docked panels on a docking manager, initially as Tabs.

I need an event to fire when a panel is selected (the tab clicked) so I can update another panel with information about the selection.

The visible event on each dock panel fires for all docked panels when the dock is changed, as does the focus and paint events, the tab index changed on the docking manager does nothing.

Please help, I have tried pretty much everything, and am about to reverse by changes and remove the control
Julian Benkov
Telerik team
 answered on 29 May 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)
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?