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 your

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 from

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 buttons, but

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 GPIB

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

Re: [gfvs] cdda backend

2007-12-19 Thread Alexander Larsson
On Wed, 2007-12-19 at 00:58 -0500, David Zeuthen wrote: Hi, Here's a new set of patches http://people.freedesktop.org/~david/gio-4.patch http://people.freedesktop.org/~david/gvfs-4.patch http://people.freedesktop.org/~david/nautilus-4.patch There's a description in ChangeLog and

Re: g_format_file_size_for_display()

2007-12-19 Thread Morten Welinder
The practical use of such a function is to give the user a general idea of the size. Hence a 2.4% (k), 4.9% (m), or 7.4% (g) difference will not change the picture. However, something people need the full story. Therefore, the friendly application using such a function should probably consider

Re: GtkFileChooser and GVFS backend

2007-12-19 Thread Matthias Clasen
On Dec 19, 2007 4:00 AM, Alexander Larsson [EMAIL PROTECTED] wrote: Yes, both of these are part of the long-term plan. However, we need to have the GtkFileSystem module for the next gnome module, as that will have the new glib, but not a new Gtk+. Talking about that... we need a plan for how

Draw on a GtkFixed Widget with Cario and place some widgets inside?

2007-12-19 Thread Wolfman
Hi out there :) i have few questions i have to write a new tool for my work its something like a node based node editor so the nodes must be connect via splines and as content the node must have a tree view for the properties. So my first thought was to use GtkFixed get the drawable and draw

Re: Draw on a GtkFixed Widget with Cario and place some widgets inside?

2007-12-19 Thread jcupitt
On Dec 19, 2007 6:36 PM, Wolfman [EMAIL PROTECTED] wrote: i have few questions i have to write a new tool for my work its something like a node based node editor so the nodes must be connect via splines and as content the node must have a tree view for the properties. So my first thought was

Re: Draw on a GtkFixed Widget with Cario and place some widgets inside?

2007-12-19 Thread Wolfman
jcupitt wrote: Have you looked at GooCanvas? ... I took a quick looks nice i could give try but that doesnt answer my question :) Cause if the things i mentioned above are possible i could make something smaller and leaner. -- View this message in context:

Re: [gfvs] cdda backend

2007-12-19 Thread David Zeuthen
Hi again, Almost more questions than answers this time, sorry. Also no patch either since I wanted to hear your thoughts before doing the work. On Wed, 2007-12-19 at 11:43 +0100, Alexander Larsson wrote: I commited this with some small changes: Renamed fuse_name to stable_name Remove unused

Re: [gfvs] cdda backend

2007-12-19 Thread David Zeuthen
On Wed, 2007-12-19 at 16:43 -0500, David Zeuthen wrote: Another thought: we probably need a way to learn more about the GDrive, GVolume and GMount objects than just their names and icons. First, cf. the network applet use, we need to know if the mount is networked or not and if it is, what

Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2007-12-19 Thread Abel Cheung
Hi, My reply is followed below, inline... On Dec 17, 2007 7:22 AM, Behdad Esfahbod [EMAIL PROTECTED] wrote: [..tons of quasi-maths ...] Secondly, you said that contextual font selection is a cool feature, I am wondering what languages are beneficial from this feature? (I

Can I port gtk for BlackFin processor?

2007-12-19 Thread NalaGinrut
Hi everybody! Can I port gtk for BlackFin processor? How can I do that? I didn't find any document.Please help me. Thx! ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

About private elements on gtkcalendar

2007-12-19 Thread API
Hi, I was taking a look to the accessibility implementation for gtkcalendar: http://bugzilla.gnome.org/show_bug.cgi?id=321123 I have asked some questions there and on gnome-accessibility list, but as it is related to a gtk widget I will ask for help on this list too. I model each element (ie:

Re: GTK+ 2.12.3 (win32) and locales - not working

2007-12-19 Thread Alexander Shaduri
Thanks for the reply. I think I got closer to solving the problem. The thing is, the only things I upgraded when switching from 2.12.1 to 2.12.3 are gtk and glib dlls and gettext's intl.dll (from http://www.gimp.org/~tml/gimp/win32/downloads.html, gettext-runtime-0.17.zip). Now I took a clean

Reg:Key event handling

2007-12-19 Thread ext-kalyani.chagarlamudi
Hi, I am developing an mobile application using GTK+ C programming,now I have an issue that there is no response for the key event handle for all the applications that I run.I am not able to handle the left and right keys and nor any keys. Please let me know how to resolve the issue Thanks in

Re: Reg:Key Event Handle

2007-12-19 Thread Mathias Hasselmann
Am Mittwoch, den 19.12.2007, 10:15 +0530 schrieb [EMAIL PROTECTED]: Hi, I am developing an mobile application using GTK+ C programming,now I have an issue that there is no response for the key event handle for all the applications that I run.I am not able to handle the left and right keys

Re: Can I port gtk for BlackFin processor?

2007-12-19 Thread Mathias Hasselmann
Am Mittwoch, den 19.12.2007, 16:39 +0800 schrieb NalaGinrut: Hi everybody! Can I port gtk for BlackFin processor? How can I do that? I didn't find any document.Please help me. Not that I can confirm, that GTK+ runs on BlackFin processors, but once you got for instance Linux with X11 or

Re: GtkImageView

2007-12-19 Thread Jeffrey Ratcliffe
On 19/12/2007, muppet [EMAIL PROTECTED] wrote: If that still doesn't work, give us the url of an svn branch that has the current code. I understand what you say, but I can't find a prototype for SvDrawSettings (or for SvGtkStockItem in Gtk2/xs/GtkStock.xs). I've committed what I have to SVN at

Re: GtkImageView

2007-12-19 Thread muppet
On Dec 19, 2007, at 4:13 PM, Jeffrey Ratcliffe wrote: On 19/12/2007, muppet [EMAIL PROTECTED] wrote: If that still doesn't work, give us the url of an svn branch that has the current code. I understand what you say, but I can't find a prototype for SvDrawSettings (or for SvGtkStockItem in