[Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Carlos Adriano Portes
Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns a DataSet, I would like to let the user change the name column and when finished the column would take the new value, but it does not happen, what must I do in order to

Re: [Gtk-sharp-list] Cairo Context

2006-10-13 Thread Everaldo Canuto
Hi, Take a look at this: http://www.mail-archive.com/gtk-sharp-list@lists.ximian.com/msg01849.html regards, Everaldo On 10/13/06, Clark Endrizzi [EMAIL PROTECTED] wrote: I'm trying to play with Cairo. I'm using a drawing area widget and would like to use cairo to draw on it. All examples I

Re: [Gtk-sharp-list] GTK# win32 Installer, a deployment question.

2006-10-13 Thread Francisco T. Martinez
Phillip Dyer wrote: Mr. Martinez, Hello, I'm currently developing an application that uses the GTK# libraries. The installer you created works great for setting up my development system. However, the program I'm developing is closed source and I would prefer to just distribute the LGPL

Re: [Gtk-sharp-list] GTK# win32 Installer, a deployment question.

2006-10-13 Thread Phillip Dyer
On 10/13/06, Francisco T. Martinez [EMAIL PROTECTED] wrote: Phillip Dyer wrote: Mr. Martinez,Hello, I'm currently developing an application that uses the GTK# libraries. The installer you created works great for setting up my development system. However, the program I'm developing is closed

Re: [Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Peter Johanson
On Thu, Oct 12, 2006 at 04:19:48PM -0300, Carlos Adriano Portes wrote: Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns a DataSet, I would like to let the user change the name column and when finished the column

Re: [Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Carlos Adriano Portes
Thank you, exactly what I need! :) 2006/10/13, Peter Johanson [EMAIL PROTECTED]: On Thu, Oct 12, 2006 at 04:19:48PM -0300, Carlos Adriano Portes wrote: Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns a