[us...@lists.monobjc.net] Monobjc is breaking AppDomain.CreateDomain?

2009-08-13 Thread Kenny Clement
Hi, I have a problem. I've noticed that when you use AppDomain.CreateDomain(name); and somewhere in your app, there is a reference to the MonobjC assembly, it throws an exception. In other words, it's not possible to create a second AppDomain. Is there any way to get around this? In the

[us...@lists.monobjc.net] Re: Monobjc is breaking AppDomain.CreateDomain?

2009-08-17 Thread Kenny Clement
: AppDomain.CreateDomain(name); I've put this line in the SimpleCocoaApp Sample SimpleCocoaApp/HelloController.cs Just put this line in the awakeFromNib function and the app will crash at startup. Regards, Kenny Clement Laurent Etiemble wrote: Hello, Can you indicate the version of Mono and Monobjc ? Also

Re: [us...@lists.monobjc.net] Feeback Wanted on Snow Leopard

2009-09-14 Thread Kenny Clement
the GC and the threading yet, I'll try to write another sample with some threading and see if that causes the issue. If you find any solution or have any clue on how to reproduce it, it would be very much appreciated!! - Kenny Clement Franky De Meyer wrote: Here's some further info on my

Re: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net] Feeback Wanted on Snow Leopard

2009-09-15 Thread Kenny Clement
something more common, as I was not using Monobjc before Snow Leopard so I've always had this problem. I've got Leopard installed on a different partition still though so I can always develop there for now... -- Kenny Clement Software Deve

[us...@lists.monobjc.net] Localizing app: Nib not found errors

2009-11-24 Thread Kenny Clement
Hi, I'm running into a problem localizing our application. The way it should work: Copy the en.lproj folder to nl.lproj, adjust the texts, and you should have a dutch version. This works in sample applications (so I guess it's not really a problem caused by monobjc) However, in my

Re: [us...@lists.monobjc.net] Localizing app: Nib not found errors

2009-11-26 Thread Kenny Clement
objects ? Regards, Laurent Etiemble. 2009/11/24 Kenny Clement psyki...@gmail.com: Hi, I'm running into a problem localizing our application. The way it should work: Copy the en.lproj folder to nl.lproj, adjust the texts, and you should have a dutch version. This works in sample applications (so I

Re: [us...@lists.monobjc.net] Snow Leopard support: call for testing (Take 2)

2009-12-06 Thread Kenny Clement
The way I see it, even asking users to install the regular Mono on OS X is too much. Especially because things tend to break with newer/ multiple versions of Mono on Mac. This solution is perfect for deployment, because we deploy after using mkbundle (= package this mono version in the

Re: [us...@lists.monobjc.net] Re: Snow Leopard support: call for testing (Take 2)

2009-12-22 Thread Kenny Clement
Hello, the patch can be found in the Mono bug report. here: https://bugzilla.novell.com/show_bug.cgi?id=537764 I believe the build Laurent made also contained a patch for the machine.config problem. More info, and the patch can be found here: