-
Notifications
You must be signed in to change notification settings - Fork 60
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
uiImageView control #31
Comments
Thank you for continuing to maintain libui-ng. I recently worked on adding the newly implemented Table Selection API to Glimmer DSL for LibUI and it is almost ready for release. Otherwise, we need this feature (image display support) very badly in Glimmer DSL for LibUI. I've gotten multiple requests for it including this new one. It seems everyone who wants to build a desktop application will end up needing to render an image in their application at one point. Is there any ETA for when it will be available!? By the way, the way SWT handles this is by allowing us to display an image:
Displaying an image inside a canvas (area control) might be the one most needed initially. Eventually, it would be helpful if other uses of image are supported too gradually. |
Yes absolutely, this is a sorely missing feature.
Basic
App (and tray) icons are also a high priority. I'm not sure about the other image related feature requests listed. |
IMO Why not just turn
This would keep backwards compatibility with the current code (the |
I am not sure uiImageControl is better. We don’t say uiTableControl or uiEntryControl. The word control is redundant as almost everything is a control in this library. |
Old PR
The text was updated successfully, but these errors were encountered: