[Mono-bugs] [Bug 370736] SaveFileDialog, restore directory
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 11 18:56:16 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=370736
User surfzoid2002 at yahoo.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=370736#c6
--- Comment #6 from Eric Petit <surfzoid2002 at yahoo.fr> 2008-06-11 16:56:15 MDT ---
i have :
[eric at SurfzoidPC DtGrViewTestCase]$ mono -V
Mono JIT compiler version 20080604 (tarball)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
and there is already the problem with my soft,
in it MS GUI designer define as it :
//
// saveFileDialog1
//
this.saveFileDialog1.RestoreDirectory = true;
this.saveFileDialog1.ShowHelp = true;
this.saveFileDialog1.SupportMultiDottedExtensions = true;
resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
i add all in the test case except :
resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
and it work, so i gues the problem come from the ressource manager or ressource
file
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list