Hello, > The execution of the program shows different outputs in the TextView and > the console. > It seems like the string 'tmp' forgets its last values inside the delegate.
The problem is that the value of "tmp" is shared (captured) and as soon as you queue the delegate, tmp will be reloaded with the next value from ReadLine. Miguel. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
