Re: GTK and threads

2006-02-06 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kornelix wrote: Brian J. Tarricone wrote: You're looking at this in an overly-complicated way. Here are a few guidelines, all of which probably have appropriate documentation somewhere: ... Sadly this is the typical state of documentation for

Re: GTK and threads

2006-02-06 Thread Tor Lillqvist
kornelix writes: I hope you will indulge me. I don't recall any counterparts in Win32 to these wrapper functions (gtk/gdk init / enter / leave). Perhaps I am off base, but I think Win32 takes care of its own locking and threading business. Well, surprise, as far as I know, it doesn't. For

Pango-1.10.3 released

2006-02-06 Thread Behdad Esfahbod
Pango-1.10.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ pango-1.10.3.tar.bz2md5sum: 6fc5097f9c10d90ed386e074cb22cf6f pango-1.10.3.tar.gz md5sum: c760a65cf8e0c17066d14d18fe480d8e This is a stable release and is source and binary compatible with 1.10.2. About

Re: GTK and threads

2006-02-06 Thread Michael Torrie
kornelix wrote: Thanks to the three of you for your help and information. I will continue trying to make GTK work for my threaded application, and post progress (or lack thereof). I am still confused (by apparently conflicting inputs from the GTK FAQ and yourselves) about when I must use

Re: GTK and threads

2006-02-06 Thread kornelix
This FAQ entry is where I started from. My first attempt at making threads work resulted in all threads running one after the other, in series instead of in parallel, because I was locking the whole thread with gdk_threads_enter() at the beginning. I progressed to trying to lock only the

Re: GTK and threads

2006-02-06 Thread Michael Torrie
kornelix wrote: Thanks. I eagerly anticipate your example. I have attached a sample file that uses threads in the way you described in your last post. The gui consists of a single text display and a button. When you click the button, a new thread is started that periodically (every

RE: GTK and threads

2006-02-06 Thread Boncek, John
How did you get an attachment to work with the list? I have never known that to work and often wished it would. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Torrie Sent: Monday, February 06, 2006 1:22 PM To: kornelix Cc: gtk app dev mail list

defective GTK app crashes gnome

2006-02-06 Thread kornelix
I have saved a minimized version of a defective GTK app that locks up the gnome windowing system so that a reboot is required. Is anyone out there in GTK land interested, or is this old news? regards ___ gtk-app-devel-list mailing list

Re: GTK and threads

2006-02-06 Thread Alan M. Evans
On Mon, 2006-02-06 at 11:22, Michael Torrie wrote: I have attached a sample file that uses threads in the way you described in your last post. I generally like to make code examples compile without warning. Did you even try to compile this?

Re: GTK and threads

2006-02-06 Thread Michael Torrie
Alan M. Evans wrote: I generally like to make code examples compile without warning. Did you even try to compile this? Of course. It definitely compiles. and runs without crashing. :) I'll ignore your snippy tone and say that, yes eliminating warning is a good thing. However for this

Re: GTK and threads

2006-02-06 Thread Michael Torrie
Boncek, John wrote: How did you get an attachment to work with the list? I have never known that to work and often wished it would. I simply attached it normally and sent it off! Perhaps you have some attachment filtering on your mail server that you send through? I don't know. Michael

Re: defective GTK app crashes gnome

2006-02-06 Thread Michael Torrie
kornelix wrote: I have saved a minimized version of a defective GTK app that locks up the gnome windowing system so that a reboot is required. Is anyone out there in GTK land interested, or is this old news? This is new news to me. The only thing that I know of that would make a machine

Re: GtkExtra example doesn't build

2006-02-06 Thread Nickolai Dobrynin
Al, I'm using Gentoo on Pentium, and I'm doing a source installation for my account only. Yes, there is an ebuild of this package, but it was only created recently (on January 1st) and we didn't upgrade since. The installation itself went absolutely fine at all stages. It's the testrealtime.c

How to disable text box popup on table?

2006-02-06 Thread Peter Butler
I'm sorry if this is off-topic for this list, but after investigation it looks as though my problem is related to GTK rather than to SWT. I need to stop the small text box that pops up when typing when the focus is on a table component. We have built a Point-Of-Sale application on SWT

Re: How to disable text box popup on table?

2006-02-06 Thread Matthias Clasen
On 2/6/06, Peter Butler [EMAIL PROTECTED] wrote: I have taken a screen capture to illustrate what I mean, it's at: http://www.pricom.co.nz/table_text_popup.jpg The text popup is at the bottom of the table with (the text that I have typed). Sorry if I am not more precise with my problem