Re: [Mono-dev] Mono embedded

2008-03-27 Thread Robert Jordan
Stefan Fink wrote: hallo, i have make a small embedded example but i have a few problems. i want to call a embedded c-function like ...list_box(...) (show below cad.h cad.c). when i compile my test.cs the ListBox function is unknown. who can i to make known about this function??? You have

[Mono-dev] New profiler is ready

2008-03-27 Thread Massimiliano Mantione
Hello, the new logging profiler is now usable on Linux, and I'd like some feedback and bug reports. It is described here: http://www.mono-project.com/LoggingProfiler and in the mono.1 man page in svn. Open issues (for now): - The default name of the output file should contain the application

Re: [Mono-dev] [MonoDevelop] Soc 2008 idea: Universal graphical Framwork

2008-03-27 Thread Gryffus
Wow this would be great!! Would be possible to implement later winforms designer (someone worked on it, but i dont know why it disappeared) and qt4 designer?? :-)) Gfs Sharique uddin Ahmed Farooqui napsal(a): Hi, We need different types of graphical designers like, xml designer, class

Re: [Mono-dev] [MonoDevelop] Soc 2008 idea: Universal graphical Framwork

2008-03-27 Thread Michael Hutchinson
On Mon, Mar 24, 2008 at 3:00 PM, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote: Hi, We need different types of graphical designers like, xml designer, class designer, xaml designer, moonlight designer, etc. I think we should have a base framework, which will provide basic

Re: [Mono-dev] [MonoDevelop] Soc 2008 idea: Universal graphical Framwork

2008-03-27 Thread Lluis Sanchez Gual
A user interface designer is not like a drawing tool. The controls you put in the design surface must look and behave exactly like the controls at run-time. They are not graphical representations of the run-time controls, they are the *real* controls running in a special design mode. To do what

Re: [Mono-dev] [MonoDevelop] Soc 2008 idea: Universal graphical Framwork

2008-03-27 Thread Petit Eric
2008/3/27, Lluis Sanchez Gual [EMAIL PROTECTED]: A user interface designer is not like a drawing tool. The controls you put in the design surface must look and behave exactly like the controls at run-time. They are not graphical representations of the run-time controls, they are the *real*

Re: [Mono-dev] Mono 1.2.6.1 review (bugs and conclusion)

2008-03-27 Thread Miguel de Icaza
Thanks for the update Varadhan! On Mon, 2008-03-24 at 20:19 +0530, Veerapuram Varadhan wrote: On Sun, 2008-03-23 at 23:12 -0400, Miguel de Icaza wrote: https://bugzilla.novell.com/show_bug.cgi?id=357947 (System.Data) It seems like Varadhan has been looking at this. Varadhan?

Re: [Mono-dev] [PATCH] Further improvements to toString performance

2008-03-27 Thread Miguel de Icaza
Hello Eyal, I have done a cursory review of this patch, and it looks good to go.Doing it now, will give it more exposure to people. On Tue, 2008-03-25 at 06:05 -0700, Eyal Alaluf wrote: Hi, Miguel. The attached patch contains further improvements to the perf or ToString of

Re: [Mono-dev] Mono 1.2.6.1 review (bugs and conclusion)

2008-03-27 Thread Miguel de Icaza
On Thu, 2008-03-27 at 11:37 -0400, Miguel de Icaza wrote: Thanks for the update Varadhan! On Mon, 2008-03-24 at 20:19 +0530, Veerapuram Varadhan wrote: On Sun, 2008-03-23 at 23:12 -0400, Miguel de Icaza wrote: https://bugzilla.novell.com/show_bug.cgi?id=357947 (System.Data)

Re: [Mono-dev] [MonoDevelop] Soc 2008 idea: Universal graphical Framwork

2008-03-27 Thread Sharique uddin Ahmed Farooqui
On Thu, Mar 27, 2008 at 6:13 PM, Michael Hutchinson [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 3:00 PM, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote: Hi, We need different types of graphical designers like, xml designer, class designer, xaml designer, moonlight

[Mono-dev] Drupal sharp

2008-03-27 Thread Sharique uddin Ahmed Farooqui
Hi, I have proposed an application for Drupal in mono. http://groups.drupal.org/node/10041 If my idea doesn't get shortlisted there, can I post it into mono's Soc idea list? -- Sharique uddin Ahmed Farooqui (C++/C# Developer, IT Consultant) http://safknw.blogspot.com/

[Mono-dev] WCF and Mono

2008-03-27 Thread Miguel de Icaza
Hello folks, With Mono 2.0 approaching, it is time to start looking at new areas in which Mono will expand. Noam at Mainsoft has updated the web page for the WCF project in Mono with the information that they had put together at Mainsoft and some of the information that was available as

Re: [Mono-dev] [MonoDevelop] Soc 2008 idea: Universal graphical Framwork

2008-03-27 Thread Manuel Alejandro CerĂ³n Estrada
Hello Sharique. Something like that is what I've been thinking with MonoHotDraw [1]. After talking with some people in the #monosoc channel, I came to the conclusion that the best way would be to port MonoHotDraw to run on the top of Moonlight (currently It runs over Gtk#/Cario). I'm planing to