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

ResourceUpdater improvement

2 Answers 59 Views
Tools - VSB, Control Spy, Shape Editor
This is a migrated thread and some comments may be shown as answers.
Toshiyuki Tega
Top achievements
Rank 1
Toshiyuki Tega asked on 09 Dec 2009, 02:54 AM
Hello Telerik,

Currently, ResourceUpdater, which comes with RadControls WinForms, can update only one project file per application instance because it disables "Upgrade" button everytime it performs a project conversion (and it will never be enabled again).

I would like to ask you to add just one line to UpgradeForm.cs, which allows us to perform multiple conversions without re-starting the ResourceUpdater application over and over again:
private void Browse_Click(object sender, EventArgs e) 
  // ... 
 
  if (dialog.ShowDialog() == DialogResult.OK) 
  { 
    this.ProjectFile.Text = dialog.FileName; 
    this.UpgradeButton.Enabled = true// <--- this line 
  } 

Please consider reflecting this change or something similar to the RadControls source tree, since I don't want to go through all the process of building the source code release, just to enable one button in the ResourceUpdater.

Thanks in advance,
Toshiyuki

2 Answers, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 09 Dec 2009, 08:58 AM
Hi Toshiyuki Tega,

Thank you for contacting us and your feedback. We will include a recursive update(including subfolders) and the button will not get disabled in our next release - Q1 2010.

Greetings,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Toshiyuki Tega
Top achievements
Rank 1
answered on 09 Dec 2009, 09:22 AM
Nick,

Thanks for your prompt support. I'm glad to hear that and looking forward to the next release.

Cheers,
Toshiyuki
Tags
Tools - VSB, Control Spy, Shape Editor
Asked by
Toshiyuki Tega
Top achievements
Rank 1
Answers by
Nick
Telerik team
Toshiyuki Tega
Top achievements
Rank 1
Share this question
or