Re: rendering text to drawable

2005-08-31 Thread HuamiSoft Hubert Sokolowski
Hi! On Tue, 30 Aug 2005 23:11:29 +0200 Mateusz Misiorny [EMAIL PROTECTED] wrote: Hi, I just wanted to render some simple strings to a drawable (a pixmap) and it seems it requires massive amount of work and code just to get a few characters on the screen. I am talking about the new way of

expose event handling problem

2005-08-31 Thread Boris LENSEIGNE
Hello everybody, i have a problem whith an application that handles 2 drawing areas in separate windows(in gtk 2.4). The fisrt one is used to display a video sequence and the second one to display an openGL scene (via gtkglext). I develop this application on 3 separate machines : 1- debian

g_idle_add_full and main loop

2005-08-31 Thread Paweł Różański
Hi, I'm digging for an answer and I can't find it. I Have two threads, but they are native Windows threads (I use 2.6.8 on winXP). One of them is standard GTK main loop, the other one is a callback from external library. So i made it like int func(data) {

Re: GTKImage displays after long latency

2005-08-31 Thread Owen Taylor
On Tue, 2005-08-30 at 14:41 -0700, Barry Demchak wrote: Hi -- This is my first GTK application, and I'm simply trying to display an SVG rendering in a window. I can do this OK, but it appears that there is a latency of ~2000ms between assigning the pixbuf into the GTKImage widget and

Re: GTKImage displays after long latency

2005-08-31 Thread Barry Demchak
Hi, Owen -- No luck ... the thing reports 400x400 (pixels) ... ... and when I render it in Internet Explorer, the rendering is instant. Any other ideas?? At 07:05 AM 8/31/2005, Owen Taylor wrote: On Tue, 2005-08-30 at 14:41 -0700, Barry Demchak wrote: Hi -- This is my first GTK

Error while building GTK 2.6.8 failed to load ./stock_about_16.png: Couldn't recognize the image file format

2005-08-31 Thread Gowri Kandasamy
I have installed libpng 1.2.8 . When I try to build GTK with this png library , I get the following error message. Entering directory `/gtk+-2.6.8/gtk/stock-icons' GDK_PIXBUF_MODULE_FILE=../../gdk-pixbuf/gdk-pixbuf.loaders../../gdk-pixbuf/gdk-pixbuf-csource \ --raw --build-list stock_about_16

Re: Error while building GTK 2.6.8 failed to load ./stock_about_16.png: Couldn't recognize the image file format

2005-08-31 Thread Allin Cottrell
On Wed, 31 Aug 2005, Gowri Kandasamy wrote: I have the png library installed in /opt/GTK+2.6/lib/libpng.sl the Makefile has LIBPNG = -L/opt/GTK+2.6/lib -lpng12 -lz -lm . But still it could not recognize the png file Am I missing something ?? If the shared library is indeed libpng.sl (.so?)

Very slow gdk_draw_pixbuf

2005-08-31 Thread Barry Demchak
Hi -- I am trying to use gdk_draw_pixbuf to render a .PNG into a window via a pixmap. (Actually, this is a much simplified case of trying to use librsvg to render into a window.) To make it as simple as possible, I grafted a gdk_draw_pixbuf call into scribble. When the rendering occurs, it

Re: Error while building GTK 2.6.8 failed to load ./stock_about_16.png: Couldn't recognize the image file format

2005-08-31 Thread Gowri Kandasamy
I have libpng12.sl http://libpng12.sl too in /opt/GTK+2.6/lib On 8/31/05, Allin Cottrell [EMAIL PROTECTED] wrote: On Wed, 31 Aug 2005, Gowri Kandasamy wrote: I have the png library installed in /opt/GTK+2.6/lib/libpng.sl the Makefile has LIBPNG = -L/opt/GTK+2.6/lib -lpng12 -lz -lm . But

Query- Gtk on Framebuffer

2005-08-31 Thread Hazzy
Hi Everybody I want to display Gtk application on Target's(having ARM) LCD.. I have to use GTK on the framebuffer.. Can any one help me how to use Gtk on Framebuffer Thanx in advance Waiting for reply Hazzy

Re: Vector Images and GTK

2005-08-31 Thread Raghavendra
From: Raghavendra [EMAIL PROTECTED] Date: Sep 1, 2005 11:14 AM Subject: Re: Vector Images and GTK To: Barry Demchak [EMAIL PROTECTED] On 9/1/05, Barry Demchak [EMAIL PROTECTED] wrote: Try librsrv it can display SVG files, which are vectorized graphics. Thanks for ur reply sir but