[Mono-winforms-list] MessageDialog.Show() Wont close

2009-06-05 Thread mickvdv
Hi all I got a problem. I wrote an console app that checks if there is a new entry in a mysql tabel. It uses a popup, MessageDialog. But if i push the OK button the dialog wont close! When i put Form form1 = new Form(); form1.Show(); form1.Hide(); After it the popup does close when pushing

Re: [Mono-winforms-list] MessageDialog.Show() Wont close

2009-06-05 Thread Carlos Alberto Cortez
I extracted this from your file: using System; using System.Windows.Forms; public class Test { static void Main () { string outputText = Succesfully STARTED MySQL CHECKER; MessageBox.Show(outputText, SUCCES, MessageBoxButtons.OK,