Hi Baltasar,

i've changed that code, but nothing happens after clicking on ok.

I have the Program.cs:

public static void Main (string[] args)
        {

            Application.Init ();
            MainWindow win = new MainWindow ();
            win.Show ();
            Application.Run ();

            // For debug
            Console.Write("Application.Run succeeded");

            Engine.Publication.PublicationCreate();
        }

And it looks like the part after Application.Run() isn't executed.

Greetings
Sascha

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.dot.net/mailman/listinfo/gtk-sharp-list

Reply via email to