-
Notifications
You must be signed in to change notification settings - Fork 10
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
New Suggestions After More Experimenting #26
Comments
5 is done. mui/examples/changing_background_button.v Lines 1 to 21 in 763b84a
Also i'm sorry about the delay. I haven't much time to improve this library by university entrance exam. |
I will implement 1, 2 and 3 asap. Also I want to implement 4. However 4 is too complex to implement with limited time. If i have free time, i will implement it. |
Good to see your consideration and continual efforts (like the draggable frame). The changes to 1 (table and list), 2 (group), 3 (hyperlink/link), and their corresponding functions in widget.v would be best for greater usability of MUI. Presently, certain GUIs look odd, without such changes being implemented.
This one is not too much of an issue, unlike the others, as can work around it. I guess it would be something nice for the future.
Yes, this one is working. And the extra info and example is good too. |
2 and 3 is supported by 619aa7c commit . |
Based on more experiments with creating different kinds of GUIs, the following came up and hopefully can be fixed/added:
You can have text in the array that are of different lengths, and it can look better if moved to the left or right.
The text can be too big for the GUI and other widgets.
Hyperlink widget needs adjustable font size too.
Textarea and Textbox need multiline and word_wrap?
It appears that V UI has this option. Without these features, long lines of text need to be controlled by manual returns and they don't adjust to the size of the GUI when resized.
This is because a user may want to do things like have the button color or background change when pressed down or do various other things until or when unclicked.
The text was updated successfully, but these errors were encountered: