Re: Warnings after using gtk_entry_set_visibility

2006-02-01 Thread Matthias Clasen
On 2/1/06, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote: > Hi, > > Using gtk+ 2.8.9 (glib 2.8.5), I've discovered that if I call > gtk_entry_set_visibility(entry, FALSE) and later > gtk_entry_set_visibility(entry, TRUE) to make the contents of an entry > visible again, I get this warning for

crash on gtk_menu_item_expose with i18n

2006-02-01 Thread Allin Cottrell
I wonder if anyone has any idea what could be happening here: my app is reliably crashing (on Linux and on Windows) when a particular menu is accessed, but only when the German translation is active. When running in English or with any of several other translations in force, no problem. I've

Re: GTK and threaded applications

2006-02-01 Thread Michael L Torrie
On Wed, 2006-02-01 at 10:44 +0100, kornelix wrote: > Thanks for your generous help. I will try Michael's suggestion and see > how it works. > > I would like to implement all GTK calls in the main program as Tristan > suggested, but this seems to be very complex (must implement asynch. > queues

Can't get result from a dialog

2006-02-01 Thread Ian van der Neut
Hello all, I've plowed through the docs and through the archives of this mailing list, google/google groups and what not, but I can't figure out where I'm going wrong. I'm writing a GTK+ application that shows logfiles in a "tail -f" kind of way. It enables the user to also save these logfiles to

Re: Urgent help required

2006-02-01 Thread Tristan Van Berkom
Lalit Kumar wrote: Dear all, when compiling my application which contain following code snippets shows an error " error: request for member 'widget' in something not a structure or union ". gnome_app_create_menus (GNOME_APP (spell_chk_win), menubar1_uiinfo); gtk_widget_ref (menubar1_uiinfo[0].

Warnings after using gtk_entry_set_visibility

2006-02-01 Thread Eduardo M KALINOWSKI
Hi, Using gtk+ 2.8.9 (glib 2.8.5), I've discovered that if I call gtk_entry_set_visibility(entry, FALSE) and later gtk_entry_set_visibility(entry, TRUE) to make the contents of an entry visible again, I get this warning for each key pressed in the entry: (entrytest:7431): Gdk-WARNING **: gdkd

Re: GTK and threaded applications

2006-02-01 Thread kornelix
Thanks for your generous help. I will try Michael's suggestion and see how it works. I would like to implement all GTK calls in the main program as Tristan suggested, but this seems to be very complex (must implement asynch. queues of data going back and forth between threads and main(), where

Urgent help required

2006-02-01 Thread Lalit Kumar
Dear all, when compiling my application which contain following code snippets shows an error " error: request for member 'widget' in something not a structure or union ". gnome_app_create_menus (GNOME_APP (spell_chk_win), menubar1_uiinfo); gtk_widget_ref (menubar1_uiinfo[0].widget); Please hel

Re: helpme starting to develop applications with GTK+

2006-02-01 Thread Tor Lillqvist
=?ks_c_5601-1987?B?aSBWUyC5zLzWuK4=?= writes: > now i'm starting to develop application with GTK+ to support cross > platform(unix-like system,mac-os,windows). > first, i try to build and compile GTK+(2.8.9) on msys. (Note to others: note the *msys*. i.e. he's on Windows.) If you want to bui