Re: [Mono-dev] FW: Mono on Ubuntu

2006-10-03 Thread Mario Carrión
recent version, 1.1.17.1 is there Cheers Mario Carrión ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] QProcess alternative in mono

2006-05-05 Thread Mario Carrión
mplayer). I can give commands to application while it is running (such as fullecreen, mute, stop etc,). In mono what is should I use in replacement of QProcess. System.Diagnostics.Process might work but I'm not quite sure if you can give commands while running. Cheers ----- Mario Carrión &

Re: [Mono-dev] Early 1.1.14 draft.

2006-03-31 Thread Mario Carrión
On 3/31/06, Miguel de Icaza <[EMAIL PROTECTED]> wrote: > Here is my early 1.1.14 draft, please send suggestions: > > http://www.go-mono.com/archive/1.1.14 There is missing an "" tag when linking to previous 1.1.13 release Cheers - Mario

Re: [Mono-dev] Java & Mono

2006-02-26 Thread Mario Carrión
es, I'm running it on a windows XP OS. Follow the sample[1] , you are missing either the stub files or aren't adding the right parameters to javac. Cheers - Mario Carrión <[EMAIL PROTECTED]> [1] http://www.mono-project.com/Java __

Re: [Gtk-sharp-list] Re: [Mono-dev] Mono.Cairo Memory Leak

2005-10-11 Thread Mario Carrión
use, and see how > > memory consumption starts to getting higher and higher over time. > > > > Is anything wrong with my code? or is a bug? > > Can you try the latest Gtk#? > > Gonzalo fixed a problem in the code base. Lastest = 2.5.92? or 2.3.92? Or s

Re: [Mono-dev] Webservices and GtkSharp

2005-10-05 Thread Mario Carrión
27;t test it? Did you write the index.asmx file?[1] [1] http://www.mono-project.com/Webservices_and_GtkSharp#Testing Cheers - Mario Carrión <[EMAIL PROTECTED]> ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] System.Windows.Forms and mbas

2005-09-03 Thread Mario Carrión
On 9/2/05, Thomas Cleenewerck <[EMAIL PROTECTED]> wrote: > I'm trying to get the following example working on winxp with mono-1.0.5: Upgrade to 1.1.8, works fine with me. Cheers - Mario Carrión <[EMAIL PROTECTED]> > > imports System > imports System.Win