Re: GLADE or not GLADE???. gtk on rails

2008-04-30 Thread Tristan Van Berkom
On Wed, Apr 30, 2008 at 7:11 PM, Martin (OPENGeoMap) <[EMAIL PROTECTED]> wrote: > hi all: > > We have a insteresting discusion about use libglade or not. In OOP > languajes like c++, c# or ruby it´s important find other methos to build > GUIs: Please remember that Glade is not an IDE, its an in

GLADE or not GLADE???. gtk on rails

2008-04-30 Thread Martin (OPENGeoMap)
hi all: We have a insteresting discusion about use libglade or not. In OOP languajes like c++, c# or ruby it´s important find other methos to build GUIs: http://www.ruby-forum.com/topic/150564#668485 http://wiki.inkscape.org/wiki/index.php/GtkMMification Regards. __

Re: Dialog boxes in seperate thread

2008-04-30 Thread jcupitt
2008/4/30 David Conley (FRD) <[EMAIL PROTECTED]>: > Are modal dialog boxes possible in threads? I have this call in a thread > seperate to the main gtk thread: > > gtk_dialog_run(GTK_DIALOG(errorDialog)); > > and obviously that locks that thread while the main thread continues but > nothing upd

Re: gtktreeview and doubles

2008-04-30 Thread Martin (OpenGeoMap)
Hi: > On Wed, 2008-04-30 at 10:49 +0200, Martin (OpenGeoMap) wrote: > >> Hi all: >> >> It´s posible edit the cellrender for doubles?? >> >> Always put 6 decimals. Can i modify that?? >> >> Any tips appreciated. >> > > You can use gtk_tree_view_column_set_cell_data_func() to change how data

Re: gtktreeview and doubles

2008-04-30 Thread Murray Cumming
On Wed, 2008-04-30 at 10:49 +0200, Martin (OpenGeoMap) wrote: > Hi all: > > It´s posible edit the cellrender for doubles?? > > Always put 6 decimals. Can i modify that?? > > Any tips appreciated. You can use gtk_tree_view_column_set_cell_data_func() to change how data is displayed in your cell

gtktreeview and doubles

2008-04-30 Thread Martin (OpenGeoMap)
Hi all: It´s posible edit the cellrender for doubles?? Always put 6 decimals. Can i modify that?? Any tips appreciated. Regards. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-li

Dialog boxes in seperate thread

2008-04-30 Thread David Conley (FRD)
Are modal dialog boxes possible in threads? I have this call in a thread seperate to the main gtk thread: gtk_dialog_run(GTK_DIALOG(errorDialog)); and obviously that locks that thread while the main thread continues but nothing updates the display in the blocked thread and the app becomes unre