Problems to compile gtk with jhbuild + imendio patchs

2007-12-19 Thread Arx Cruz
Hi guys, Sorry if is the wrong place to post this, but im having problems in compile Gtk with Quartz support through imendio patchs using jhbuild, All packages compiles very well, but when i try compile gtk i have this error: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../modules/other -I../.

Re: App blueprint, advice please!

2007-12-19 Thread Michael L Torrie
Patrick wrote: > Lets say a customer had a detector and a pump to pump a sample through > it. We could write a Bash script that works something like this: > > -icon launches Bash script > -sends variable " 2" to pump command to pump 2 ml per minute > -pump command sends signal to serial port or G

Re: Button Callbacks

2007-12-19 Thread Tomas Carnecky
Vroni wrote: > Hi guys, > > I have this really dumb problem, but I can“t get my head around it. My > program should do the following: > > - When a button is pressed, a specific playlist[m3u]-file should be > opened in the media player. > > Sure, the first part is to add a callback for the butt

Re: Multi-threaded UI Freezes on GDK Call

2007-12-19 Thread Emmanuele Bassi
On Tue, 2007-12-18 at 20:37 -0500, Michael McCann wrote: > Yes, I've already tried that, to no avail. My code basically only > consists of: > > gdk_screen_get_default(): Get the default screen > gdk_screen_get_root_window(): Get the root window > gdk_pixbuf_get_from_drawable(): Get a pixbuf fr

Re: Multi-threaded UI Freezes on GDK Call

2007-12-19 Thread Dan H
On Tue, 18 Dec 2007 22:52:23 +0100 G Hasse <[EMAIL PROTECTED]> wrote: > The wrong thing is trying to do threads! > > Why Why Why are all people doing this thread programing! > I am convinced that with a propper design of your application, > maybe in several processe, you don't need threads and y