[Mono-list] StreamReader

2006-03-31 Thread Lee Connell
I am using System.Diagnostics.Process to execute an external process. When I set RedirectStandardOutput = true and attempt to read the entire stream either with ReadToEnd(); or looping with ReadLine(); the application freezes on the last read. This happens in linux and windows so I'm assuming

Re: [Mono-list] Gtk objects

2006-03-31 Thread Mario Carrión
On 3/31/06, Tomas Olofsson <[EMAIL PROTECTED]> wrote: > Hi Hello > I'm writing a client/server application and have divided the client in two > classes. I have a gui-class and a functional-class. > I have a big problem that I can't access and change the gtk object properties > from the functional

Re: [Mono-list] Gtk objects

2006-03-31 Thread Carlos Ble
El vie, 31-03-2006 a las 17:52 +0200, Tomas Olofsson escribió: > Hi > > I'm writing a client/server application and have divided the client in two > classes. I have a gui-class and a functional-class. > I have a big problem that I can't access and change the gtk object properties > from the funct

[Mono-dev] Early 1.1.14 draft.

2006-03-31 Thread Miguel de Icaza
Here is my early 1.1.14 draft, please send suggestions: http://www.go-mono.com/archive/1.1.14 Miguel ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Call for release notes.

2006-03-31 Thread Miguel de Icaza
Hey folks, As usual am reading the commits list for items that we need to mention on the 1.1.14 release notes, but it would be great if you can help me by sending me a terse explanation of the new features since our last release 1.1.13 Please email me privately, no point spamming the list

[Mono-list] Gtk objects

2006-03-31 Thread Tomas Olofsson
Hi I'm writing a client/server application and have divided the client in two classes. I have a gui-class and a functional-class. I have a big problem that I can't access and change the gtk object properties from the functional class, the program just "hangs" on the codeline and doesn't do anyt