This is a migrated thread and some comments may be shown as answers.

RadTextbox multiline crash

4 Answers 106 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 22 Nov 2007, 11:31 AM
I'm having a problem with the multi line mode of the RadTextbox.

If I drag a new RadTextbox onto a form and then change the multiline property to true then the textbox flickers a lot, VS.NET 2005 uses lots of CPU and after a while VS.NET crashes.

This happens even when the project contains just a single form and that form has a single control.

I'm still evaluating the RadControls for WinForms, but this issue is proving a bit of a showstopper.

4 Answers, 1 is accepted

Sort by
0
Andrew
Top achievements
Rank 1
answered on 22 Nov 2007, 11:36 AM
I've also discovered that it throws and exception if you try to set multiline to true in code.

The only exception detail available is:

"An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll"

0
Andrew
Top achievements
Rank 1
answered on 22 Nov 2007, 12:26 PM
Setup:
  •  XP Pro SP2
  •  .NET2
  •  C#
  •  VS.NET 2005
  •  En-UK
  •  RadControls for WinForms 4.0.2.0
0
Angel
Telerik team
answered on 22 Nov 2007, 05:08 PM
Hi Andrew,

There is a known issue with setting Multiline to true when Padding is not empty. Try first to clear the padding and after that to set the property Multiline.

The described behavior will be fixed for Q3 2007.

If setting Padding to empty does not help, please write us again so we can help further.

Sincerely yours,
Angel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Andrew
Top achievements
Rank 1
answered on 22 Nov 2007, 05:36 PM
That worked, thanks.
Tags
TextBox
Asked by
Andrew
Top achievements
Rank 1
Answers by
Andrew
Top achievements
Rank 1
Angel
Telerik team
Share this question
or