[Gambas-user] Bugs in TextLabel
Benoît Minisini
gambas at ...1...
Wed Jul 15 10:47:40 CEST 2009
> 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
More information about the User
mailing list