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
Hello, You cannot implement protocol at runtime (either in Objective-C or in .NET). If you want to use the WebScripting protocol through the IWebScripting interface, you have to find out which class implements it, and how to obtain it. I have found some samples on calling JavaScript from Cocoa,

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

2010-06-07 Thread Laurent Etiemble
Hello, I am proud to announce that a new release of Monobjc bridge is available ( http://www.monobjc.net/). The Monobjc bridge provides the necessary tools to develop and run .NET applications (written in C#, VB.NET http://vb.net/, etc.) that interact with Objective-C frameworks and libraries