> gambas 2.14 qt
>
> 1. create a project
> 2. drag picturebox into the form and select a png picture (make sure at
> least 400x400)
> 3. drag a textlabel on top of the picture
> 4. test that you can select the picture box control or textlabel by click
> on them
> 5. change the transparent on textlabel to true
>
>  notice that you now can't click on the textlabel any more , even if you
> try to send the picturebox to background .
> this problem only occur when you set the textlabel transparent to true

When a Label or TextLabel is set to transparent, it is assigned a window mask 
so that what is not approximatively the text is not hidden by the background. 
Consequently, you can only select the control by clicking exactly on the text.

Regards,

-- 
Benoît

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to