Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Stephanie 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?