Author Topic: C# Plugin:  Dialog Behaviour  (Read 2031 times)

Stephanie

  • EA User
  • **
  • Posts: 40
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
C# Plugin:  Dialog Behaviour
« on: June 19, 2007, 06:35:38 am »
Hi

I have a stupid UI problem with my EA Plugin written in C#.

I have added an menu item "Settings" that opens a configuration Dialog for my plugin. To this dialog I have added a Browse-button that is "linked to" a FolderBrowserDialog.

As soon as I click on either "Cancel" or "OK" in the FolderBrowserDialog the parent dialog (Settings) is closed as well.

How can I avoid this. What I want is that upon closing the folderBrowserDialog the Settings dialog should remain opened.

Any ideas what I am doing wrong?