[Mono-dev] Playing with Mono.Terminal, no success

pablosantosluac at terra.es pablosantosluac at terra.es
Sat May 8 15:15:11 EDT 2010


Hi there,

I'm trying the simple sample at: http://www.mono-project.com/MonoCurses

  Application.Init (false);
   Dialog d = new Dialog (40, 8, "Hello");

   d.Add (new Label (0, 0, "Hello World"));
   Application.Run (d);

on an OpenSuse box.

But it doesn't work for me, it just exits and breaks the terminal... :-(

pablo


More information about the Mono-devel-list mailing list