tataDan
tataDan
I got essentially the same error message when running the canvas, primitives, and text examples: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: GlutinCreationError(NoAvailablePixelFormat)', src/libcore/result.rs:997:5 note: Run with...
If I click on the dialog, then I am able to use the keyboard. So apparently this is issue of not automatically getting focus.
No, I am building code using a GUI framework called [wails](https://wails.io). However, for testing purposes I also built the console app as shown in my original post. In Windows, when...
Is it still the case that an image (e.g. png, jpeg) can only be drawn within a table?
I tested the application on Windows 10 and Linux (Debian 11) and it ran as expected. I do not have access to a computer with MacOS so I can not...