[Gambas-user] Backgroundimage

Fabien Bodard abidoo.too at ...11...
Thu May 27 20:52:31 CEST 2004


Le jeudi 27 Mai 2004 14:42, Rob a écrit :
> On Thursday 27 May 2004 04:36, Tim Hanschen wrote:
> > Now, I have another question. Is it possible to have an
> > background-image in a form/window?
>
> This is so messed up.  I *swear* there was a picture property on
> forms in some prior version, but it's not there now.
>
> You could just throw a PictureBox in there and send it to the
> back, but either way, Qt has no transparent labels so it may
> look kinda goofy.
>
> Rob
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


Draw.Begin(me)
  Draw.Picture(Picture["mypicture'],0,0)
Draw.End

it should work

Fabien




More information about the User mailing list