nccgroup / ncccodenavi

NCC Code Navigator
GNU Affero General Public License v3.0
55 stars 10 forks source link

Chart forms attempt to call Close() in Load() method #29

Closed lllama closed 11 years ago

lllama commented 11 years ago

Closing a form in its Load method can cause an exception to be thrown. As the first method called by a form is its Load method the preferred time to decide whether to display the form or not is when the form is being created in other code.

Suggested fix is to remove the dialog box showing the error message about not being a Grepify scan and ensure that the new bool parameter is used when creating search forms.

olliencc commented 11 years ago

Done