Re: GTK Modifications

2008-12-02 Thread Benoît HERVIER
Hi, There is different way to do this but i think get_children() method is the best way. (methods inherited from gtk.Container http://library.gnome.org/devel/gtk/stable/GtkContainer.html) Best regards 2008/12/2 Verena <[EMAIL PROTECTED]>: > Hello, > > yes, that´s exactly what I´m trying to do. H

Fast PDF library

2008-12-02 Thread Dmitry S. Makovey
I'm looking for available PDF libraries for Maemo to render contents of PDF. Thing is, I'd like it to be memory efficient and fast. Currently several books I've tried to open using either Evince (poppler) and built-in PDF reader just bogged the system. Is there no efficient way of handling PDF

Re: Autobuilder: localization problem

2008-12-02 Thread Julius Luukko
Niels Breet wrote: > On Mon, November 10, 2008 16:40, Julius Luukko wrote: >> Hello all, > Hi, > >> I have a problem with autobuilder and localization. My package (fuelpad) >> includes Finnish and English localizations (fi_FI and en_GB), but the >> Finnish localization does not work (UI is shown i

Re: Survey about Maemo porting problems

2008-12-02 Thread tz
I was doing only sbox_mount_all, not "(path)/scratchbox/sbin/sbox_ctl start". This actually does the binfmt_misc to qemu-arm binding as part of its function. Note that running this is NOT mentioned anywhere in the INSTALL.txt files, nor any of the amd64 howtos (and it is required to be installed

Re: GTK Modifications

2008-12-02 Thread Benoît HERVIER
I think i understand why. You are trying to set color of gtk.Button ? right ? A gtk.Button is nothing else than a container with a gtk.Label, you should set the color on this Label. 2008/11/28 Dave Neary <[EMAIL PROTECTED]>: > Hi, > > works fine for me... glade fine & C file attached, compiled wi