Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label backstyle cant show 'opaque' #1249

Closed
DinyaZ opened this issue Oct 11, 2022 · 6 comments
Closed

Label backstyle cant show 'opaque' #1249

DinyaZ opened this issue Oct 11, 2022 · 6 comments

Comments

@DinyaZ
Copy link

DinyaZ commented Oct 11, 2022

Describe the bug

Easier to show it on screenshots:

TWB screen002

TWB screen002 vb6

TWB can't show the yellow backcolor of the label, and as backstyle says Transparent, but ot was opaque in the original VB6 version

@WaynePhillipsEA
Copy link
Collaborator

Thanks @DinyaZ. If you set the BackStyle and BackColor manually, does it then work correctly? If so, it sounds like it's just an import issue, so should be an easy fix.

@DinyaZ
Copy link
Author

DinyaZ commented Oct 11, 2022

Yes, it works manually, I think also that it is an import issue. The backcolor comes correctly, only the backstyle import is the problem.

@WaynePhillipsEA
Copy link
Collaborator

Fixed in BETA 147, thanks!

@Kr00l
Copy link
Collaborator

Kr00l commented Oct 12, 2022

I didn't check the new release. But the defaultvalue for Label's BackStyle property was vbFSTransparant. But it should be Opaque, was that fixed as well?

@WaynePhillipsEA
Copy link
Collaborator

I will check. I think that was missed. Thanks

@WaynePhillipsEA
Copy link
Collaborator

The default is now correct in BETA 148. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants