Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Tools - VSB, Control Spy, Shape Editor > ResourceUpdater improvement

Answered ResourceUpdater improvement

Feed from this thread
  • Toshiyuki Tega avatar

    Posted on Dec 8, 2009 (permalink)

    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

    Reply

  • Answer Nick Nick admin's avatar

    Posted on Dec 9, 2009 (permalink)

    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.

    Reply

  • Toshiyuki Tega avatar

    Posted on Dec 9, 2009 (permalink)

    Nick,

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

    Cheers,
    Toshiyuki

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Tools - VSB, Control Spy, Shape Editor > ResourceUpdater improvement
Related resources for "ResourceUpdater improvement"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]