Re: [EMAIL PROTECTED] [ANN] Monobjc 2.0.243.0 Released

2008-08-03 Thread Laurent Etiemble
Hello, I knew I was forgetting something during this release !!! There was some changes in the mkappl/ task in native mode. I will make a post on the list to detail them. Regards, Laurent Etiemble 2008/8/2 Jérôme Gagnon-Voyer [EMAIL PROTECTED] Thanks for releasing it!I do have a problem

Re: [EMAIL PROTECTED] NSDocument

2008-08-04 Thread Laurent Etiemble
. Just replace the existing one with this. It will package it in Native Mode and you will be able to check that the warning has disappeared. Let me know it it works on your machines. Regards, Laurent Etiemble 2008/8/4 Ben Martin [EMAIL PROTECTED]: Hi, I am having this problem in Tiger. Regards

Re: [EMAIL PROTECTED] Simple Modal Window

2008-08-04 Thread Laurent Etiemble
? Regards, Laurent Etiemble 2008/8/4 Ben Martin [EMAIL PROTECTED]: Hi, I am finding it difficult to create a custom modal window for my application (new document selection window). I have tried looking at the apple doc's with no luck. The main problem is creating the instance in .NET and load

Re: [EMAIL PROTECTED] nant native and system.runtime.remoting?

2008-08-05 Thread Laurent Etiemble
(think reflection but also P/Invoke) ? - Can compare the behavior on different machines with and without Mono installed ? You can check this link in order to debug the native library loading: - http://developer.apple.com/technotes/tn2004/tn2124.html#SECDYLD Regards, Laurent Etiemble. 2008/8/4 Jérôme

Re: [EMAIL PROTECTED] Simple Modal Window

2008-08-08 Thread Laurent Etiemble
Hello, That's good news. Note that the preferred way to create a NSWindow/NSPanel is to use a NIB, through a NSWindowController. NSWindow/NSPanel are rarely (if not) created by hand. In Leopard, you can also apply this to NSView, with the NSViewController. Regards, Laurent Etiemble. 2008/8/8

Re: [EMAIL PROTECTED] NSDocumentController

2008-08-08 Thread Laurent Etiemble
Hello, The unmarshalling of the NSError seems to be problematic (it has a 'out' keyword). I will take a look at this. Regards, Laurent Etiemble. 2008/8/8 Ben Martin [EMAIL PROTECTED]: I trying to override OpenUntitledDocumentAndDisplayError but I am get the a exception when the method

Re: [EMAIL PROTECTED] embedding mono libraries issue

2008-09-09 Thread Laurent Etiemble
get without Mono ? Regards, Laurent Etiemble. 2008/9/9 Duane Wandless [EMAIL PROTECTED] First I am very pleased with the integration monobjc provides. Excellent work. I have an issue where I am trying to build a no-mono version of my application. Everything seems to work, all the correct

Re: [EMAIL PROTECTED] Quicktime framework

2008-09-29 Thread Laurent Etiemble
Hello, The constant you use is missing in the QuickTime wrapper. Can you file a bug report in the tracker ? Providing values for the constants would be great. Thanks. Regards, Laurent Etiemble. 2008/9/28 Mario Alberto Chavez [EMAIL PROTECTED]: Hello; Hope that some one can help me

Re: [EMAIL PROTECTED] How to catch window close event ?

2008-10-16 Thread Laurent Etiemble
the flexibility of the .NET event handlers... Regards, Laurent Etiemble. 2008/10/16 Miguel De Buf [EMAIL PROTECTED]: It works if I set the delegate in interface builder for the window to MyWindow, and if I modify my code to : using System; using System.Collections.Generic; using System.Text; using

Re: [EMAIL PROTECTED] transfer data from one window to another ?

2008-11-12 Thread Laurent Etiemble
. Regards, Laurent Etiemble. 2008/11/12 Miguel De Buf [EMAIL PROTECTED]: Hi Laurent, I get that, and it works really nice, but I cannot pass data from one controller to another :-( In Form1Controller, I execute loadnib('Form2'). And I need to pass some data to Form2Controller. Since

Re: [us...@lists.monobjc.net] Issues with NSObject.dealloc and NSProxy.dealloc (perhaps dealloc wrappers in general)

2008-12-24 Thread Laurent Etiemble
? Regards, Laurent Etiemble. 2008/12/23 yoni shalom silve...@gmail.com I have an application that uses monobjc, embedded under a Cocoa app. I have witnessed various timing/threading issues (.net exceptions, SIGSEGV | EXC_BAD_ACCESS signals etc) with variouse stacks, for example : [NSRunloop

Re: [us...@lists.monobjc.net] NSOutlineView

2009-01-16 Thread Laurent Etiemble
casted a NSNumber - for the other values, it depends on what you want to display. For the images, I often used named images (NSImage.ImageNamed). Take a look at the NSNumber and NSString wrapper to see how you can take advantage of the explicit casting. Regards, Laurent Etiemble. 2009/1/16 Mario De

Re: [us...@lists.monobjc.net] KVO constants wrongly defined

2009-02-04 Thread Laurent Etiemble
and required a registration. Regards, Laurent Etiemble. 2009/2/4 Joanna Carter mono...@carterconsulting.org.uk: Hi folks I just wanted to confirm a possible bug in the NSKeyValueObserving class. Using Reflector to check the initialisation of this class, I see the following : static

Re: [us...@lists.monobjc.net] PtrToStructure error

2009-03-24 Thread Laurent Etiemble
Hello, Do you use KVC with fields (i.e. using bindings directly with class field) ? If yes, have you tried bindings with accessors instead ? Can you post the classes code (at least the part related to the bindings) ? Regards, Laurent Etiemble. 2009/3/24 Mario De Clippeleir mari...@sydec.be

Re: [us...@lists.monobjc.net] mkbundle and machine.config problem

2009-05-27 Thread Laurent Etiemble
Hello, It seems to be a regression in Mono 2.4; I have tried with Mono 2.2 and it works fine. I will try to take a look to find out why the bundled machine config is not used even if it is properly bundled. Regards, Laurent Etiemble. 2009/5/27 Steven Lammens lammens.ste...@gmail.com: Hi, I

Re: [us...@lists.monobjc.net] System.IndexOutOfRangeException: Array index is out of range.

2009-05-31 Thread Laurent Etiemble
Hello, Can you be a bit more specific ? Please provide: - The context - The offending source code - If it is a general behavior or a local one - anything that might help to find out the origin Regards, Laurent Etiemble. 2009/5/28 yoni shalom silve...@gmail.com: System.IndexOutOfRangeException

Re: [us...@lists.monobjc.net] NSComboBox data source

2009-08-27 Thread Laurent Etiemble
://www.monobjc.net/index.php?page=advanced-debugging for more information. Regards, Laurent Etiemble. 2009/8/27 ROUTE 66 - Marius Golea mgo...@route66.ro: Hi I want to set a data source for a combo box, but when I run the application I receive the following error. $ ../../dist

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

2009-09-14 Thread Laurent Etiemble
? Regards, Laurent Etiemble. 2009/9/14 Russell Joyce r.a.jo...@btinternet.com: I'm getting the same thread_get_state failed error.  It usually occurs if I'm doing something which pauses the application (such as resizing the windows or using menus) at the same time as an event fires

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

2009-09-15 Thread Laurent Etiemble
, Laurent Etiemble. 2009/9/14 Franky De Meyer f...@eazign.be: Thanks Laurent, that's great news. So it must be some rather specific usage that's causing this Mono/Snow Leopard issue to surface. I don't have any System.Drawing or System.Windows.Forms dependencies with the current version I'm

Re: [us...@lists.monobjc.net] Growl

2009-09-24 Thread Laurent Etiemble
Hello, The support is planned, but there is no estimated time for that. Of course, you can contribute to the port. Regards, Laurent Etiemble. 2009/9/23 Raúl Moratalla Guillén raul.morata...@gmail.com: Hi, I'm testing monobjc because I'm a c# windows developer but I want to code applications

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

2009-09-30 Thread Laurent Etiemble
Hello, I have just posted a variant of the fix in Bugzilla. I have only tested it with the sample application. Can someone test it with a larger one ? With two proposed fixes, the Mono team could take one of them and close this issue. Regards, Laurent Etiemble. 2009/9/28 Anthony Bowker anth

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

2009-10-27 Thread Laurent Etiemble
1-month release cycle. It is because I am focused on solving the Snow Leopard issue before anything else. If you need a particular fix, mail me and I will provide the patch. I will post update of the Snow Leopard issue, as soon as I have some news. Regards, Laurent Etiemble. 2009/10/27 Duane

[us...@lists.monobjc.net] Re: [Mono-osx] external reference to a class

2009-11-06 Thread Laurent Etiemble
as a call to objc_getClass(). [NSClassFromString(@MyMonoClass) testTouch]; Note 1: See http://www.cocoadev.com/index.pl?NSClassFromString for more comments Note 2: you can even define a macro to avoid the cluttering of your code. Regards, Laurent Etiemble. 2009/10/22 Duane Wandless du

[us...@lists.monobjc.net] Snow Leopard support: call for testing

2009-11-11 Thread Laurent Etiemble
testing. Regards, Laurent Etiemble. [1] https://bugzilla.novell.com/show_bug.cgi?id=537764 [2] http://www.mail-archive.com/users@lists.monobjc.net/msg00251.html [3] http://www.mail-archive.com/users@lists.monobjc.net/msg00286.html

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

2009-12-08 Thread Laurent Etiemble
-term and a long-term solution to Monobjc's users. So I am open to any suggestions on how to do it well. Regards, Laurent Etiemble. 2009/12/6 marc hoffman m...@elitedev.com: Am i the only one who thinks this custom runtime thing is not really acceptable for anyone who wants to - oh, say

Re: [us...@lists.monobjc.net] thread safe SendMessage

2009-12-09 Thread Laurent Etiemble
Hello, You are right, this part is not guarded to be thread-safe. I will add a critical section around the generation code. Can you still send the stack-trace for curiosity ? Regards, Laurent Etiemble. 2009/12/9 Duane Wandless du...@wandless.net: Laurent, I'm guessing this is a threading

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

2009-12-15 Thread Laurent Etiemble
Hello, Can you test Monobjc 4.0.436 + Mono 2.6 RC together ? Regards, Laurent Etiemble. 2009/12/13 Duane Wandless du...@wandless.net: An update on the Mono 2.6 RC.  As expected the thread_get_state crash still exists with Monobjc 2.0.413.0.  I have not tried with 2.0.436.0. I do have the MD

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

2009-12-15 Thread Laurent Etiemble
://build.monobjc.net/releases/2.4.3_M/MonoFramework-2.4.3_M-universal.dmg Regards, Laurent Etiemble. 2009/12/2 Laurent Etiemble laurent.etiem...@monobjc.net: Hello, Sorry for the late update, but I had some busy nights trying to find another work-around for the Snow Leopard crash. The 4.0.436

Re: [us...@lists.monobjc.net] mkbundle and localized resx files

2009-12-19 Thread Laurent Etiemble
, Laurent Etiemble. 2009/12/18 Kenny Clement psyki...@gmail.com Hi, I'm not too sure this belongs on the MonobjC mailing list, as this seems more of a problem/shortcoming in mkbundle, but I am using the NAnt.Monobjc tasks, so, and I am looking for a solution for my MonobjC app, so here goes

Re: [us...@lists.monobjc.net] mkbundle and localized resx files

2009-12-21 Thread Laurent Etiemble
requested assembly. But the lookup does not handle the culture of the assembly. This is why, only one resources dll can be loaded at a time. I guess I need to produce another patch for Mono, in order to handle the satellite assemblies loading. Regards, Laurent Etiemble. 2009/12/21 Kenny Clement

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

2009-12-22 Thread Laurent Etiemble
/show_bug.cgi?id=495957 Note that some of them may be already commited to the trunk and/or the branches (2.4/2.6). Regards, Laurent Etiemble. 2009/12/22 yoni shalom silve...@gmail.com Lauren, I compile my own mono so if you could post the patch file somewhere that would be great. Thanks

Re: [us...@lists.monobjc.net] SynchronizationContext for Cocoa/Monobjc

2009-12-28 Thread Laurent Etiemble
Hello, Great contribution. I have added the link in the resources section ( http://www.monobjc.net/index.php?page=resources). Regards, Laurent Etiemble. 2009/12/24 Oscar Blasco oblasco...@gmail.com I have uploaded to my blog ( http://traxnet.wordpress.com/2009/12/24/synchronizationcotext

Re: [us...@lists.monobjc.net] Snow Leopard support

2010-01-07 Thread Laurent Etiemble
, I will produce a custom Mono framework until the we (Mono's Team and I) have a solution. Regards, Laurent Etiemble. 2010/1/7 Mario De Clippeleir mari...@sydec.be Hi, Any new/progress on the Snow Leopard support ? Rgds, Mario

Re: [us...@lists.monobjc.net] Snow Leopard support

2010-01-07 Thread Laurent Etiemble
, I will produce a custom Mono framework until the we (Mono's Team and I) have a solution. Regards, Laurent Etiemble. 2010/1/7 Mario De Clippeleir mari...@sydec.be Hi, Any new/progress on the Snow Leopard support ? Rgds, Mario

Re: [us...@lists.monobjc.net] Snow Leopard support

2010-01-08 Thread Laurent Etiemble
Hello, Can you tell what are the Platforms/OS/Version where you have problems ? Regards, Laurent Etiemble. 2010/1/8 David Rivera mith...@me.com Will the next release also work under Mono 2.6? I've tried on several platforms and can only get monobjc to work properly if I go back to 2.4.3

Re: [us...@lists.monobjc.net] Snow Leopard support

2010-01-09 Thread Laurent Etiemble
Hello, I have encounter some issue with PowerPC machines, but I didn't have enough information to pinpoint the problem. Do you have crash report traces that I could analyze ? Regards, Laurent Etiemble. 2010/1/9 David Rivera mith...@me.com I have a machine at home and a machine at work that I

[us...@lists.monobjc.net] [ANN] Monobjc 4.0.476.0 Release

2010-01-11 Thread Laurent Etiemble
=tutorials Samples: http://www.monobjc.net/index.php?page=sample-applications Programming Guide: http://www.monobjc.net/index.php?page=programming-guide Feedback, remarks and donations are welcomed !!! Regards, Laurent Etiemble.

Re: [us...@lists.monobjc.net] Crashing app on SnowLeopard

2010-01-26 Thread Laurent Etiemble
Hello, I have been able to reproduce by adding some GC.Collect() call in the code to force the garbage collection. I am still searching what triggers the foreign thread re-registration that lead to the crash. Thank you for the sample. Regards, Laurent Etiemble. 2010/1/18 Oscar Blasco oblasco

Re: [us...@lists.monobjc.net] NSStatusbar code doesn't work

2010-01-31 Thread Laurent Etiemble
. It can help you in case of trouble. Regards, Laurent Etiemble. 2010/1/29 Yvan Janssens y...@yvansoftware.be: Hi, I'm calling the following code in a AwakeFromNib:                        _statusItem = new NSStatusItem();                        NSMenu menu = new NSMenu

Re: [us...@lists.monobjc.net] Monobjc Growl Bridge

2010-01-31 Thread Laurent Etiemble
one of the notification names (Refresh OK, Refresh Failed or Beginning Refresh). Regards, Laurent Etiemble. 2010/1/31 Yvan Janssens y...@yvansoftware.be: Hi, If I compile and run the sample, it works. But when I translate the code to my app, I don't get the notifications. Here's my project

Re: [us...@lists.monobjc.net] Overided KeyUp doesn't get called

2010-01-31 Thread Laurent Etiemble
() as stated in the documentation (http://www.monobjc.net/index.php?page=messaging). Regards, Laurent Etiemble. 2010/1/31 Yvan Janssens y...@yvansoftware.be: Hi, In the following source file, I get the following unexpected behavior: using System; using Monobjc; using Monobjc.Cocoa

[us...@lists.monobjc.net] [ANN] Monobjc 4.0.479.0 Release

2010-02-01 Thread Laurent Etiemble
- Samples: http://www.monobjc.net/index.php?page=sample-applications - Programming Guide: http://www.monobjc.net/index.php?page=programming-guide Feedback, remarks and donations are welcomed !!! Regards, Laurent Etiemble.

Re: [us...@lists.monobjc.net] [ANN] Monobjc 4.0.479.0 Release

2010-02-02 Thread Laurent Etiemble
Hello, Event handling has been revamped a while ago in order to support informal protocols for delegate. Check out http://www.monobjc.net/index.php?page=events-and-delegates for details and how to migrate your code. Regards, Laurent Etiemble. 2010/2/2 Mario De Clippeleir mari...@sydec.be: Hi

Re: [us...@lists.monobjc.net] Monobjc not loading NIB on 2.6.x?

2010-02-08 Thread Laurent Etiemble
Hello, I don't have such issue. Have you the same issue with the sample applications of Monobjc's ? Regards, Laurent Etiemble. 2010/2/8 marc hoffman m...@elitedev.com im testing on two systems, one with 2.6, and one with 2.6.1. on neither Monobjc (both an old app i built a while go that used

Re: [us...@lists.monobjc.net] Usage of external (static) libraries:

2010-02-09 Thread Laurent Etiemble
of custom structures If their numbers is low (let's say 10 to 20), a quick and manual wrapping is possible. Is the eSellerate SDK public and shareable ? Can you send the EWSLib.h and validateLib.h to get an idea of the amount of work ? Regards, Laurent Etiemble. 2010/2/3 Yvan Janssens y

[us...@lists.monobjc.net] [ANN] Monobjc 4.0.492.0 Release

2010-03-02 Thread Laurent Etiemble
://www.monobjc.net/index.php?page=programming-guide Feedback, remarks and donations are welcomed !!! Regards, Laurent Etiemble.

Re: [us...@lists.monobjc.net] [ANN] Monobjc 4.0.492.0 Release

2010-03-03 Thread Laurent Etiemble
Regards, Laurent Etiemble. 2010/3/2 Bruce McLeod br...@teknologika.com Laurent, Are there any included binaries for the MonoDevelop integration? Or is it necessary to download, compile and install from Git Hub? Regards, Bruce McLeod On 03/03/2010, at 8:55 AM, Laurent Etiemble wrote: Hello

Re: [us...@lists.monobjc.net] [ANN] Monobjc 4.0.492.0 Release

2010-03-03 Thread Laurent Etiemble
Hello, I think we can plan an export feature that will produce a bundle application ready to distribute (with all the embedding stuff hidden), so the development cycle will be completed. Regards, Laurent Etiemble. 2010/3/3 Bruce McLeod br...@teknologika.com Yes I did end up doing

Re: [us...@lists.monobjc.net] Debugging of Monobjc application

2010-03-16 Thread Laurent Etiemble
Hello, A MonoDevelop integration is now available: http://www.monobjc.net/index.php?page=monodevelop-integration Regards, Laurent Etiemble. 2010/1/9 Rufus Buschart rufus.busch...@gmail.com Hello, I would like to ask you, what you recommend as the most simplest way to debug C#/mono using

Re: [us...@lists.monobjc.net] DllImport paths

2010-03-17 Thread Laurent Etiemble
(@executable_path/../Frameworks/Foo.framework/Foo, ...)] Regards, Laurent Etiemble. 2010/3/17 anthony taranto anthony.tara...@gmail.com Here's the mono output when running my standalone app with MONO_LOG_LEVEL=debug MONO_LOG_MASK=dll 3/16/10 6:55:02 PM [0x0-0xe33e33].com.MyCompany.MyProject[9524] Mono-INFO

Re: [us...@lists.monobjc.net] DllImport paths

2010-03-18 Thread Laurent Etiemble
of code found the ObjectiveCRuntime.MainBundlePath property (base on _NSGetExecutablePath native call). Regards, Laurent Etiemble. 2010/3/17 anthony taranto anthony.tara...@gmail.com Laurent, Ah, I'd used @executable_path in a dll.config, it hadn't occurred to me that it could also be passed

[us...@lists.monobjc.net] [ANN] Unofficial installer for Monobjc

2010-03-29 Thread Laurent Etiemble
, Laurent Etiemble.

[us...@lists.monobjc.net] Project Status Update

2010-04-25 Thread Laurent Etiemble
to make Monobjc a better and greater project. Keep up and happy coding. Regards, Laurent Etiemble.

Re: [us...@lists.monobjc.net] Debugging of Monobjc application

2010-05-17 Thread Laurent Etiemble
the embedding (see metadata/assembly.h for example). A quick fix is to copy the mono.pc from a 2.6.3 install to the 2.6.4 install. It is located in /Library/Frameworks/Mono.framework/Versions/2.6.3/lib/pkgconfig/mono.pc Regards, Laurent Etiemble. 2010/5/17 Mario De Clippeleir mari...@sydec.be

Re: [us...@lists.monobjc.net] long pause in Monobj.Dynamic.Messaging

2010-05-26 Thread Laurent Etiemble
Hello, This is quite a long delay. The Monobjc.Dynamic.Messaging assembly is very small compared to System.Windows.Forms, so it should not take so long to load. Have you tried a more recent build of MonoDevelop or with Mono 2.6.3 ? Regards, Laurent Etiemble. 2010/5/18 Eric Slosser eric.slos

Re: [us...@lists.monobjc.net] Creating an agent application

2010-06-07 Thread Laurent Etiemble
Hello, I will take a look at it. Stay tuned. Regards, Laurent Etiemble. 2010/5/27 Vadim Goldstein vadim.goldst...@safend.com I'm developing an application that should act as agent i.e. application without dock icon and menu. Documentation states that the only way to do that is adding

Re: [us...@lists.monobjc.net] javascript calling back to C#

2010-06-07 Thread Laurent Etiemble
, but not the other way. Maybe you can take a look at the bridges (JS - Cocoa) from the Apple website ? Regards, Laurent Etiemble. 2010/5/25 Eric Slosser eric.slos...@v-fx.com I've found Monobjc.WebKit.IWebScripting, a sub-class of IManagedWrapper. It's marked as [ObjectiveCProtocol(WebScripting

[us...@lists.monobjc.net] [ANN] Monobjc 2.0.505.0 Release

2010-06-07 Thread Laurent Etiemble
=downloads - Tutorials : http://www.monobjc.net/index.php?page=tutorials - Samples: http://www.monobjc.net/index.php?page=sample-applications - Programming Guide: http://www.monobjc.net/index.php?page=programming-guide Feedback, remarks and donations are welcomed !!! Regards, Laurent Etiemble.

[us...@lists.monobjc.net] Re: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net] Debugging of Monobjc application

2010-06-21 Thread Laurent Etiemble
Hello, Can you run the NAnt script verbosely (with -v+ option) and send the log ? Regards, Laurent Etiemble. 2010/6/21 Mario De Clippeleir mari...@sydec.be Hi, Nant.monobjc.dll is the correct one included. I did revert the mods.. still the same I tried a clean install of Mono and its

Re: [us...@lists.monobjc.net] Monobjc application with popup window

2010-11-02 Thread Laurent Etiemble
, Laurent Etiemble. 2010/10/26 Chen, Feng feng.c...@hrblock.com Hi there, I am building a .NET application on Mac using Monobjc because the main window needs to display html content. Now the program needs to pop up another modal window which also displays html content. I tried

Re: [users@lists.monobjc.net] Problem with the debugger

2010-11-09 Thread Laurent Etiemble
Hello, Are you using Mono 2.8 ? If so, can you try with a Mono 2.6 ? I suspect that the debugger command line parameters have changed but not sure. Regards, Laurent Etiemble. 2010/11/5 Edward Gent e.g...@oodrive.fr Hi, I cannot seem to get the debugger working, it keeps giving me

Re: [users@lists.monobjc.net] IKImageBrowserView view options keys

2010-12-20 Thread Laurent Etiemble
{ } } Regards, Laurent Etiemble. 2010/12/20 Steven Spencer steven.spen...@linn.co.uk Ok, I have identified the problem and can see there is a potential source of confusion in using the monobjc bindings. The root of the problem is that the borderless windows

Re: [users@lists.monobjc.net] Embedding the Sparkle Framework in a Bundle (Not loading)

2011-01-19 Thread Laurent Etiemble
the loading phase logs along with the scanned folders. It should help to diagnose what is going wrong. Let me know of the result. Regards, Laurent Etiemble. 2011/1/19 Edward Gent e.g...@oodrive.fr Hi All, We are currently having trouble getting the Sparkle framework to load during startup via

Re: [users@lists.monobjc.net] Embedding the Sparkle Framework in a Bundle (Not loading)

2011-01-20 Thread Laurent Etiemble
Hello, This is indeed strange. - What version of Monobjc are you using ? - Have you tried to build the SparkleSampleApp and test it ? - Can you post the top of the debug log ? Regards, Laurent Etiemble. 2011/1/20 Edward Gent e.g...@oodrive.fr Hi Laurent, Looking at the debug output

Re: [users@lists.monobjc.net] Monoobjc Installer

2011-03-08 Thread Laurent Etiemble
. Otherwise, can you send-me the installer log (laurent dot etiemble at monobjc dot net) ? Regards, Laurent Etiemble. 2011/3/9 Safeer Mohiuddin saf...@mezznow.com Hi - I was wondering if anyone else was having a problem with installing the Monobjc-3.0.1343.0.pkg. My installer gets stuck

Re: [users@lists.monobjc.net] Problem with the debugger

2011-03-15 Thread Laurent Etiemble
Hello, I have uploaded a new release of the Monobjc bridge with a new set of addins. The debugger is now fully functionnal under MonoDevelop 2.4 and 2.6. Regards, Laurent Etiemble. 2010/11/5 Edward Gent e.g...@oodrive.fr Hi, I cannot seem to get the debugger working, it keeps giving me

[users@lists.monobjc.net] [ANN] Monobjc 3.0.1352.0 Release

2011-03-15 Thread Laurent Etiemble
- Programming Guide: http://www.monobjc.net/index.php?page=programming-guide http://www.monobjc.net/index.php?page=programming-guide- MonoDevelop Addins: http://www.monobjc.net/index.php?page=monodevelop-addins Feedback, remarks and donations are welcomed !!! Regards, Laurent Etiemble.

Re: [users@lists.monobjc.net] [ANN] Monobjc 3.0.1352.0 Release

2011-03-18 Thread Laurent Etiemble
to find ... thx in advance Fabian Am 17.03.2011 um 21:09 schrieb Laurent Etiemble: Hello, It seems that the constant has been swallowed by the new generator. As the NSFileHandlingPanelOKButton is equivalent to NSOKButton, you can use NSPanel.NSOKButton instead. For migration issues

Re: [users@lists.monobjc.net] [ANN] Monobjc 3.0.1352.0 Release

2011-03-18 Thread Laurent Etiemble
: \[ObjectiveCField\][\n\w\s]+public\s+([A-z0-9]+)\s+([_A-z0-9]+); Replace: [ObjectiveCIVar] public $1 $2 { get { return this.GetInstanceVariable$1($2); } set { this.SetInstanceVariable($2, value); } } Regards, Laurent Etiemble. 2011/3/18 Fabian Kropp fabian.kr...@mac.com Am 18.03.2011 um 16:58 schrieb

Re: [users@lists.monobjc.net] Running mono in debug mode

2011-04-17 Thread Laurent Etiemble
Hello, As the new launcher is a wrapper around the Mono runtime, you have to use the command line want to pass additional arguments. For example, to launch MyGreatApp in debug mode, open a Terminal and type: ./MyGreatApp.app/Contents/MacOS/MyGreatApp --debug Regards, Laurent Etiemble. 2011/4

Re: [users@lists.monobjc.net] Issues using the MonoDevelop addins

2011-04-17 Thread Laurent Etiemble
Hello, My answers below. Regards, Laurent Etiemble. 2011/4/13 Fabian Kropp fabian.kr...@mac.com Hi, i ported my c# app to Monobjc, which works fine, but i have two issues i wasn't able to resolve. - If i try to use Tools-Create Monobjc Bundle if fails with this message Error while

Re: [users@lists.monobjc.net] Running mono in debug mode

2011-04-19 Thread Laurent Etiemble
Hello, Sorry, my mistake. Options shall be passed with the MONO_OPTIONS environment variable: MONO_OPTIONS=--debug ./MyGreatApp.app/Contents/MacOS/MyGreatApp Regards, Laurent Etiemble. 2011/4/19 Bastien Hofmann bhofm...@waterproof.fr Hello, Thank you, but I can't seem to make it work

Re: [users@lists.monobjc.net] Loading custom fonts

2011-06-30 Thread Laurent Etiemble
Hello, Currently, the CoreText API is partially parsed but not included in the distribution. What CoreText types do you need ? If you only need 2 or 3 types, I can send you the wrapped types. Regards, Laurent Etiemble. 2011/6/30 Virginijus mrgu...@gmail.com I am currently using MonoMac

[users@lists.monobjc.net] Support for MonoDevelop 2.8a1

2011-08-24 Thread Laurent Etiemble
Hello, I have uploaded a version of the Monobjc addins for MonoDevelop 2.8 alpha 1. The repository URL to use is: http://addins.monobjc.net/2.8 . Feedback and comments are welcomed. Regards, Laurent Etiemble.

Re: [users@lists.monobjc.net] visual studio native mac app

2011-09-23 Thread Laurent Etiemble
an example of NAnt script for the native packaging. Feel free to experiment and ask questions. Regards, Laurent Etiemble. Note: I am currently working on a set of MSBuild tasks to offer the native packaging to any MSBuild based project. 2011/9/22 Alan Grace a...@sybermedica.com I’ve written

Re: [users@lists.monobjc.net] Mono 3 - Monodevelop 3.0.5

2012-11-15 Thread Laurent Etiemble
successfully build a Monobjc project under MonoDevelop with Mono 3.0 ? Regards, Laurent Etiemble. 2012/11/7 Steve Baer st...@mcneel.com Using the latest Monodevelop (3.0.5) and Mono 3.0. When I try to create the monobjc console application, I get errors in the project’s references list