Salut,

I'm trying to display a save dialog using the following code. But I'm
getting a NullPointerException at that line. Any ideas on that?

        FileChooserDialog fc=
                new FileChooserDialog("Choose the file to restore to",
                          this,
                          FileChooserAction.Save,
                          "Cancel",ResponseType.Cancel,
                          "Save",ResponseType.Accept);


Thanks in advance,

Stefan
-- 
View this message in context: 
http://www.nabble.com/SaveDialog-not-working-tp18853968p18853968.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.

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

Reply via email to