[Vala] Problem with Thread, GTK and signals

2009-09-29 Thread Simon Arnaud
without success. So, I was wondering if anyone had an idea on what to try next ? regards Simon Arnaud public class DownloadItem : GLib.Object { public string url; public int size; public string md5; public DownloadItem (string url, int size, string md5) { this.url = url; this.size

Re: [Vala] Problem with Thread, GTK and signals

2009-09-29 Thread Simon Arnaud
2009/9/29 Simon Arnaud maz...@gmail.com It all works well under Linux, with Vala 0.7.6. However, on windows, the progress bars stops updating after a few seconds. I tried with 0.7.6 and 0.7.7, with almost similar results. On 0.7.6, the first progress bar I update works, but the second stops

Re: [Vala] Problem with Thread, GTK and signals

2009-09-29 Thread Simon Arnaud
for your tips Simon Arnaud ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] ListStore and SQLite

2009-09-21 Thread Simon Arnaud
2009/9/21 Nicolas c.r@wanadoo.fr Hi, I made a simple program to fill a liststore with a sqlite db (name, age, sex). But, i have a problem, someone knows how to save in the db when user change a cell ? Just as you connect to the 'edited' signal of Gtk.CellRendererText, you need to