Fabien Bodard-4 wrote: > > yes, take a look here : > http://gambasdoc.org/help/install >
I just verified that the build dependencies were satisfied and recompiled GAMBAS 3: sudo apt-get install build-essential libffi-dev libbz2-dev libfbclient2 firebird2.1-dev libmysqlclient15-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libxtst-dev libgtk2.0-dev libgtkglext1-dev librsvg2-dev libcurl4-gnutls-dev libpcre3-dev libpoppler-dev libpoppler-glib-dev libqt3-mt-dev kdelibs4-dev libsdl-image1.2-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libxml2-dev libxslt1-dev sudo rm -fr trunk mkdir trunk svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ cd trunk ./reconf-all ./configure make sudo make install gambas3 The results were the same (program runs but PictureBox control remains black), so I tried creating a fresh GAMBAS 3 project: http://old.nabble.com/file/p29496338/gb.image_drawalpha.tar.bz2 gb.image_drawalpha.tar.bz2 It still won't display an image. I'd like to copy/paste the code for Image.DrawAlpha from the GAMBAS 3 checkout to the GAMBAS 2 checkout and see if it works under a more stable GAMBAS. Is there anything I should look for other than the obvious (to a non-C programmer) to make that work? ----- Kevin Fishburne, Eight Virtues www: http://sales.eightvirtues.com http://sales.eightvirtues.com e-mail: mailto:[email protected] [email protected] phone: (770) 853-6271 -- View this message in context: http://old.nabble.com/gb.image%3A-image-alpha-channel-accessibility-tp29413575p29496338.html Sent from the gambas-user mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
