[Gambas-user] Pictures on buttons doesn't work correctly anymore

Benoît Minisini gambas at ...1...
Wed Aug 27 13:01:33 CEST 2014


Le 27/08/2014 00:15, Jussi Lahtinen a écrit :
> Something went wrong between revision 6426 and 6429. Or at least my
> previously working code stopped to work. See attachment.
>
> [System]
> Gambas=3.5.90
> OperatingSystem=Linux
> Kernel=3.13.0-34-generic
> Architecture=x86_64
> Distribution=Ubuntu 14.04.1 LTS
> Desktop=XFCE
> Theme=QGtk
> Language=en_US.UTF-8
> Memory=3953M
> [Libraries]
> Cairo=libcairo.so.2.11301.0
> Curl=libcurl.so.4.3.0
> DBus=libdbus-1.so.3.7.6
> GStreamer=libgstreamer-0.10.so.0.30.0
> GStreamer=libgstreamer-1.0.so.0.204.0
> GTK+3=libgtk-3.so.0.1000.8
> GTK+=libgtk-x11-2.0.so.0.2400.23
> OpenGL=libGL.so.1.2.0
> Poppler=libpoppler.so.44.0.0
> Qt4=libQtCore.so.4.8.6
> SDL=libSDL-1.2.so.0.11.4
>
>
> Jussi
>

Picture do not support transparent color. It's just that 
Color.Transparent was a fully transparent white, and is now a fully 
transparent black (for sanity reason: fully transparent black is 0 in 
memory, whereas fully transparent white is &H00FFFFFF&).

Regards,

-- 
Benoît Minisini




More information about the User mailing list