Re: GLib-GObject-WARNING ?? --FIXED--

2006-01-06 Thread Juan Pablo
Juan Pablo wrote: Hi list! In reply to myself... :D :D The problem was that im destroying the widget just after of emiting the response. The widget destroy goes after the gtk_dialog_run in order to make it work. Regards. Ive made a dialog with a gnomedbgrid on it, and when i double click

Re: Problems with gconf

2006-01-06 Thread Christian Neumair
Am Freitag, den 06.01.2006, 14:07 -0300 schrieb Arx Henrique: > > I'm trying to get some values from gconf, but when i try execute my > program always throw a segmentation fault, anyone can show me where's > i'm fault? Please provide some of the relevant GConf client code, else we won't be able t

Problems with gconf

2006-01-06 Thread Arx Henrique
Hi all I'm trying to get some values from gconf, but when i try execute my program always throw a segmentation fault, anyone can show me where's i'm fault? cheers Arx Cruz -- "A fé remove montanhas, mas eu prefiro a dinamite" ___ gtk-app-devel-list mai

Re: gtk_combo_box with model_filter

2006-01-06 Thread Matthias Clasen
On 1/6/06, Bernd Demian <[EMAIL PROTECTED]> wrote: > Hi all, > First excuse my bad english. > I have a problem with the combination from model, model_filter und > gtk_combo_box. When we use model with combo_box all works fine. We empty > the model and fill the model -all item are visible. Now we wa

GLib-GObject-WARNING ??

2006-01-06 Thread Juan Pablo
Hi list! Ive made a dialog with a gnomedbgrid on it, and when i double click one item, the dialog returns its index. It all works, but im getting the following warnings and i dont know why. This are the warnings: (fiscal:10358): Gtk-WARNING **: Failed to set label from markup due to error par

Re: help on gtk_init (&argc, &argv) with xvfb on cgi app

2006-01-06 Thread Stefan Kost
Hi, Xu, Ming (NIH/NLM/NCBI) [F] schrieb: > Hello. > > I am using wxWidget (wrapper for gtk2+ ) for drawing a bitmap > on cgi application, the bitmap is created and drawn on memory > buffer by wxMemomryDC and the drawing doesn't need display or input > device, but unfortunately, wxMemomryDC's s

model_filter with combo_box

2006-01-06 Thread Bernd Demian
Hi all, First excuse my bad english. I have a problem with the combination from model, model_filter und gtk_combo_box. When we use model with combo_box all works fine. We empty the model and fill the model -all item are visible. Now we want use model_filter, to filter some items. But it doesn't wor

model_filter with combo_box

2006-01-06 Thread Bernd Demian
Hi all, First excuse my bad english. I have a problem with the combination from model, model_filter und gtk_combo_box. When we use model with combo_box all works fine. We empty the model and fill the model -all item are visible. Now we want use model_filter, to filter some items. But it doesn't wor

gtk_combo_box with model_filter

2006-01-06 Thread Bernd Demian
Hi all, First excuse my bad english. I have a problem with the combination from model, model_filter und gtk_combo_box. When we use model with combo_box all works fine. We empty the model and fill the model -all item are visible. Now we want use model_filter, to filter some items. But it doesn't wor

gtk_init (&argc, &argv) with xvfb on cgi app

2006-01-06 Thread Xu, Ming (NIH/NLM/NCBI) [F]
Hello. I am using wxWidget (wrapper for gtk2+ ) for drawing a bitmap on cgi application, the bitmap is created and drawn on memory buffer by wxMemomryDC and the drawing doesn't need display or input device, but unfortunately, wxMemomryDC's supper class, wxDC, is tied to display device and I ha

help on gtk_init (&argc, &argv) with xvfb on cgi app

2006-01-06 Thread Xu, Ming (NIH/NLM/NCBI) [F]
Hello. I am using wxWidget (wrapper for gtk2+ ) for drawing a bitmap on cgi application, the bitmap is created and drawn on memory buffer by wxMemomryDC and the drawing doesn't need display or input device, but unfortunately, wxMemomryDC's supper class, wxDC, is tied to display device and I h

Re: Clear a text combo box

2006-01-06 Thread Christian Neumair
Am Donnerstag, den 05.01.2006, 16:34 -0300 schrieb Juan Pablo: > What is the way for removing all items in a combo box? > If it is iterating gtk_combo_box_remove, how do i get the number of > items it has? You'll have to peek the combo box model data. You can fetch the model using gtk_combo_box_g