[Mono-list] Cannot resize a winform

2009-01-03 Thread Olivier Duclos
Hi, I have a WinForm application developed under Visual Studio in .NET 2.0. The main window is an MDI. The application runs fine but is unusable because : - the main window starts at a too small fixed size (which was never set in VS) - I can't re-size or maximize the window despite these opera

Re: [Mono-list] Embedding mono/C# in a file format...

2009-01-03 Thread Jonathan Pryor
On Sat, 2009-01-03 at 07:46 -0800, SniperSlap wrote: > I'm interested in creating an xml-based file format that can include code or > if required bytecode. ... > If I'm writing an application in mono/.NET, how do I create a sandbox within > which I can run more mono/.NET bytecode? Google up: -

[Mono-list] Embedding mono/C# in a file format...

2009-01-03 Thread SniperSlap
I'm interested in creating an xml-based file format that can include code or if required bytecode. While there are lots of instructions on how to create mono runtimes within a native c/c++ application, there doesn't appear to be much that explains how to do so from within mono itself. If I'm wri

[Mono-list] nunit-console2 and random segfaults

2009-01-03 Thread Tobi
Hi, on a project with about 640 unit tests, nunit-console2 randomly fails and exits with a stack trace. It's not predictable, at which test it will fail and sometimes all test run fine. This happens on i386 as well as on amd64. When running with -noshadow, I don't get this problem. Has anyone ex