-
Notifications
You must be signed in to change notification settings - Fork 1
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
Grid is opaque #4
Comments
It's a peculiarity of the Table widget. |
I could solve my problem very fast now with a different approach. I've just used a vertical Pack with multiple horizontal Packs full of same sized Frames. I realize that this is not as flexible as your approach and will not suit every situation but for my case it is sufficient as I needed a simple grid of fixed sized cells |
Indeed a pack of packs or flex of flexes should cover most use cases already. It's what the calculator example in fltk-rs uses :) |
I'm terribly sorry for opening this issue then. :-( |
No problem. I’ll keep the issue open for people who might run into it. |
I'm not yet fully sure if this is an issue of this crate or a limitation of table::Table.
The grid itself is opaque and therefore it is not possible to have something behind it, like a background image.
I create this issue here to create awareness. Maybe it is even fixable.
The text was updated successfully, but these errors were encountered: