|
Hi Robert, perhaps it is not the usual way to imic zooming, but when you reduce the destination width and height the image becomes smaller and that is what I do with substracting a factor. At startup the factor is always 0, so that cannot cause the problem. I think that the prob lem lies more in the fact that at the moment I want to display the image it is still not fully loaded and I suspect that using the call "mage = Gdk::Pixbuf::create_from_file("path and dir of picture); " a thread is started to load te file. Not a problem, but I need to know when the thread has finnished Thanks Kees Robert Pearce wrote: Hi Kees, On Mon, 17 Jan 2011 10:26:34 +0100 you wrote: |