Re: [Mono-winforms-list] DataGridView binding not working

2008-12-05 Thread Ivan N. Zlatev
On Tue, Dec 2, 2008 at 11:53 AM, marcos b <[EMAIL PROTECTED]> wrote: > > I have a datatable binded to a DataGridView. > When I add a record in the gridview a row is added to the datatable when > running in .net environment, but no row is added when running in mono. > I didn't try, but I supose tha

[Mono-winforms-list] ErrorProvider Issue

2008-12-05 Thread Alisdair Little
Hi, I'm using the ErrorProvider class on a dialog which works fine under windows but not under mono. It has some validated fields, an OK button and a Cancel button. The CausesValidation field on the Cancel button seems to be ignored. I.e. you can't cancel the dialog. Has anyone else noticed this

[Mono-winforms-list] I get error compiling in ubuntu

2008-12-05 Thread pepe_eloy
Hi! I'm a newbie using mono. For me represent a interesting choice to write .net code and running it in several OS. I'm trying the samples from the mono-project page ( http://mono-project.com/Mono_Basics http://mono-project.com/Mono_Basics ). The console and the gtk# samples worked fine, but when

[Mono-winforms-list] DataGridView binding not working

2008-12-05 Thread marcos b
I have a datatable binded to a DataGridView. When I add a record in the gridview a row is added to the datatable when running in .net environment, but no row is added when running in mono. I didn't try, but I supose that edit, and delete actions in the gridview do not affect the datatable neither.

[Mono-winforms-list] WebBrowser + Printing

2008-12-05 Thread Rocky1
First, hi to everyone! I'm new to Mono, and I would like to say "Thank you" to te team for this great software. I'm trying to port an application to Mono, I use a WebBrowser control to display some online content, and I would like to print this content. The WebBrowser has a "Print" method but thi