malisipi / mui

A Cross-Platform UI Library
https://malisipi.github.io/mui/
Apache License 2.0
102 stars 10 forks source link

Missing Features That Documentation Suggests Exists? #5

Closed Wajinn closed 1 year ago

Wajinn commented 1 year ago

Missing features (?):

  1. Documentation has fg (foreground color?), but doesn't appear to have been implemented yet.

    Text color (to be more obvious)/foreground color option needed

  2. Text size (text_size, tSize) appears to not work or be implemented yet.

    This option could be very useful with button, label, checkbox, and also elsewhere.

  3. On resize (onresize) of Window (like a setResizeEvent) option appears to be needed (which is not in documentation).

    Suggesting that an obvious onresize should exist, and ease of getting present width and height of a resized Window.

malisipi commented 1 year ago
  1. That's exists already but mui haven't yet any function that change colors. You can look up examples/colored_text.v.

Also, i you can set custom color scheme for your app. examples/messagebox.v. All widgets use the color scheme. I recommend to use custom color scheme if you set color for widgets.

  1. Text size is not implemented yet except labels. It will be available.

  2. I'm not implemented onresize event. But it's simple to create. I will make it asap.

Wajinn commented 1 year ago
  1. That's exists already but mui haven't yet any function that change colors. You can look up colored_text.v.

Yes, the labels are a very usable workaround, as can simply put and anchor over say a button. Providing the example was excellent.

  1. Text size is not implemented yet except labels. It will be available.

That would be great, as convenient and obvious to users.

  1. I'm not implemented onresize event. But it's simple to create. I will make it asap.

Awesome.

malisipi commented 1 year ago

Onresize event is available with a6c27ade8ac6fb131a079c5cdd7983ced0fd18f3.