LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   glade2 - problem with adding images to projects (https://www.linuxquestions.org/questions/linux-software-2/glade2-problem-with-adding-images-to-projects-247009/)

szparag 10-25-2004 04:11 AM

glade2 - problem with adding images to projects
 
hi.

i have just installed glade2 and i'm trying to create simple project which contains two elements in vertical box.

i put button into the first box and image. after this i select png image from my hard drive...
image is visible in the glade work space area.

project compilation doesn't return any errors. but whe i start project in the console is visible error:
Code:

** (projekt2:19485): WARNING **: Couldn't find pixmap file: cache.png
. program starts but there is no visible image...

when i was saving project first time i had possibility to set pixmap folder. i haven't change it and let to stay default folder.
i have noticed that glade is copying selected images to this folder, so everything should work fine, but it isn't.

i tried to change path to image in interface.c project file, but even when i put there full path to image, compile and run nothing was changed and there's the same error with finding image file...


what should i do to put correctly image to glade projects ??


All times are GMT -5. The time now is 09:46 AM.