Re: Calling system from clickon processor

2008-11-02 Thread Emmanuele Bassi
On Sun, 2008-11-02 at 10:11 +1100, Bill Czermak wrote: Could anyone explain what I am doing wrong. Cant find any pointers in GTK doc as to how to start a program from a GTK program. see: http://library.gnome.org/devel/gdk/stable/GdkScreen.html#gdk-spawn-command-line-on-screen and all

Make gtkscrolledwindow to expand to accommodate contents?

2008-11-02 Thread Till Harbaum
Hi, since my last question got unanswered, please let me rephrase it: How do i make a scrolledwindow to expand to accommodate its contents? I do have a varying set of items to be placed in a scrolledwindow. I want this to be displayed in a dialog as small as possible. This dialog should be

crash on GTK quartz

2008-11-02 Thread Jonatan Liljedahl
I've built GTK on macports with +quartz +no_x11 +universal, my application builds fine but then crashes after a while with: 2008-11-01 16:58:03.272 algoscore[4632] unlockFocus called too many time. 2008-11-01 16:58:03.272 algoscore[4632] unlockFocus called too many time. 2008-11-01 16:58:07.283

Re: crash on GTK quartz

2008-11-02 Thread Richard Hult
Jonatan Liljedahl wrote: I've built GTK on macports with +quartz +no_x11 +universal, my application builds fine but then crashes after a while with: Hi, Please file a bug in bugzilla (http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B), for the quartz component. If you have a test

How to install GTK in linux

2008-11-02 Thread Ian Puleston
Hi, What am I doing wrong here? I'm trying to install the latest GTK/GLIB on a Linux Fedora 9 system that currently has GTK 2.12 and GLIB 2.16, which are the versions yum installs. I downloaded the gtk 2.14 and glib 2.18 .tar.gz packages, unpacked them and ran configure, make and make install.

Re: How to install GTK in linux

2008-11-02 Thread Yuriy Rusinov
Hello, Ian ! What am I doing wrong here? I'm trying to install the latest GTK/GLIB on a Linux Fedora 9 system that currently has GTK 2.12 and GLIB 2.16, which are the versions yum installs. I downloaded the gtk 2.14 and glib 2.18 .tar.gz packages, unpacked them and ran configure, make and

Re: How to install GTK in linux

2008-11-02 Thread Jean Bréfort
You should add /usr/local/lib to your /etc/ld.so.conf Le dimanche 02 novembre 2008 à 10:52 +0300, Yuriy Rusinov a écrit : Hello, Ian ! What am I doing wrong here? I'm trying to install the latest GTK/GLIB on a Linux Fedora 9 system that currently has GTK 2.12 and GLIB 2.16, which are the

FB Clipping Problem

2008-11-02 Thread Azza Kamal
Good day all, Please I wanna ask about a problem that I have faced in my application but I can't solve I have developed a multimedia application (VLC Audio, Video) and Image viewer to display images Also A GUI system I have a problem that all the displays are clipped Images, Video and GUI

Re: How to install GTK in linux

2008-11-02 Thread jcupitt
008/11/2 Ian Puleston [EMAIL PROTECTED]: I downloaded the gtk 2.14 and glib 2.18 .tar.gz packages, unpacked them and ran configure, make and make install. But they install into /usr/local/lib and so the app still picks up the older versions from /usr/lib. I tried make install prefix=/usr but

Re: How to install GTK in linux

2008-11-02 Thread Chris Moller
Jean Bréfort wrote: You should add /usr/local/lib to your /etc/ld.so.conf And then run /sbin/ldconfig (as root) ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Missing blank lines in a GtkLabel

2008-11-02 Thread Ian Puleston
-Original Message- From: Ian Puleston Sent: Saturday, November 01, 2008 2:18 PM Hi, I implement a scrolled text window using gtk_scrolled_window_add_with_viewport(), passing it a GtkLabel as the widget to display with scrollbars. The problem is that blank lines in the text

Re: How to install GTK in linux

2008-11-02 Thread Maciej Piechotka
Ian Puleston [EMAIL PROTECTED] writes: Hi, What am I doing wrong here? I'm trying to install the latest GTK/GLIB on a Linux Fedora 9 system that currently has GTK 2.12 and GLIB 2.16, which are the versions yum installs. One question - why you don't install older versions from repository

RE: How to install GTK in linux

2008-11-02 Thread Ian Puleston
-Original Message- From: Maciej Piechotka Sent: Sunday, November 02, 2008 3:47 PM One question - why you don't install older versions from repository using standard tools? In 99% compiling from sources is a way of having mess on FS and nothing in exchange. Because I was about to

Gio (?) filemonitor/inotify problem (really annoying)

2008-11-02 Thread James .
I am using Gnome 2.24.1 with GTK+ 2.14.4 / GLib 2.18.2. Ever since ive updated to gnome 2.24, Nautilus fails to monitor directory changes (file creation and deletion) but only after some time (after 20 minutes or so). I only noticed this on the desktop folder initially which is why I posted a bug

Re: Standalone Pango, take two

2008-11-02 Thread muppet
On Nov 2, 2008, at 11:16 AM, Sergei Steshenko wrote: --- On Sun, 11/2/08, Torsten Schoenfeld [EMAIL PROTECTED] wrote: More importantly even, the loop will also automatically map over any new API we add to Pango, thus indirectly changing Gtk2's API. Is it better to hardcode the stuff that

Re: buildable interface testers error

2008-11-02 Thread muppet
On Nov 1, 2008, at 2:21 PM, Torsten Schoenfeld wrote: muppet wrote: The obvious scenario that comes to mind is a hosed registration order. Is there any value in worrying about deferred initialization? I don't think so, as you're typically doing instantiation after initialization has

Re: Glib::IO::add_watch doesn't work in Windows

2008-11-02 Thread zentara
On Thu, 08 Nov 2007 14:04:11 +0800 Ye Wenbin [EMAIL PROTECTED] wrote: Hi, The add_watch function seem not work in Windows. I test using this script: use Gtk2 '-init'; use Glib qw/FALSE TRUE/; Glib::IO-add_watch( fileno(STDIN), 'in', \callback, \*STDIN, ); Gtk2-main; sub

Re: buildable interface testers error

2008-11-02 Thread muppet
On Nov 1, 2008, at 2:38 PM, Torsten Schoenfeld wrote: Torsten Schoenfeld wrote: package Foo; use Glib::Object::Subclass 'Glib::Object', interfaces = [ 'Gtk2::CellLayout' ]; use Gtk2; By the way: with the patch applied, this warning is printed: encountered unregistered interface

Re: Standalone Pango, take two

2008-11-02 Thread Sergei Steshenko
--- On Sun, 11/2/08, muppet [EMAIL PROTECTED] wrote: From: muppet [EMAIL PROTECTED] Subject: Re: Standalone Pango, take two To: gtk-perl-list@gnome.org List gtk-perl-list@gnome.org Date: Sunday, November 2, 2008, 8:30 AM On Nov 2, 2008, at 11:16 AM, Sergei Steshenko wrote: --- On Sun,

Re: Standalone Pango, take two

2008-11-02 Thread Torsten Schoenfeld
Sergei Steshenko wrote: I think the safest approach is to export/map _nothing_. If one needs method/data, he/she should explicitly prefix it with package name. I think you're confusing something here. We are not talking about exporting symbols into the user's namespace. Gtk2 never did that

Re: Standalone Pango, take two

2008-11-02 Thread Sergei Steshenko
--- On Sun, 11/2/08, Torsten Schoenfeld [EMAIL PROTECTED] wrote: From: Torsten Schoenfeld [EMAIL PROTECTED] Subject: Re: Standalone Pango, take two To: gtk-perl-list@gnome.org Date: Sunday, November 2, 2008, 9:23 AM Sergei Steshenko wrote: I think the safest approach is to export/map

Re: Standalone Pango, take two

2008-11-02 Thread muppet
On Nov 2, 2008, at 1:14 PM, Sergei Steshenko wrote: --- On Sun, 11/2/08, Torsten Schoenfeld [EMAIL PROTECTED] wrote: Sergei Steshenko wrote: I think the safest approach is to export/map _nothing_. If one needs method/data, he/she should explicitly prefix it with package name. I think