[Gtk-sharp-list] SaveDialog not working
vbtricks
vbtricks at gmx.net
Wed Aug 6 11:41:07 EDT 2008
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.
More information about the Gtk-sharp-list
mailing list