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

TextBox Name Change Delay

2 Answers 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Brad Perniciaro
Top achievements
Rank 1
Brad Perniciaro asked on 17 Jan 2008, 03:46 PM
I am working to modify the name of the textboxes in my report so that they are easily identifyable in my events.  This works, but after each time that I modify the textbox name in the Properties window, VS2005 begins doing some sort of processing which takes more than a minute.  I can't tell exactly what is happening, but I see a bunch of activity in the bottom left atea of the application where it is obviously polling through files and making modifications.

I also see this activity when I rename a report or something similar in the Solution explorer.  Is there any way around this?  It takes a lot of time.

2 Answers, 1 is accepted

Sort by
0
Svetoslav
Telerik team
answered on 17 Jan 2008, 05:27 PM
Hi Brad,

Changing the name of the report (or any work item) through the Name property in the Property Grid actually changes the component's site name, which results in changing the identifier of the corresponding class member (for each component/item on the design surface there is a member field generated automatically from the VS designer). You can observe similar behavior within a Windows Forms form, for example. This is the default Visual Studio designer behavior and is not possible to be changed.

I am sorry for not being able to help you.


Kind regards,
Svetoslav
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Brad Perniciaro
Top achievements
Rank 1
answered on 17 Jan 2008, 06:35 PM
I figured as much, but wanted to check just in case.
Tags
General Discussions
Asked by
Brad Perniciaro
Top achievements
Rank 1
Answers by
Svetoslav
Telerik team
Brad Perniciaro
Top achievements
Rank 1
Share this question
or