FLTK logo

[fltk.general] Re: "Flat" App Scheme

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: "Flat" App Scheme Ian MacArthur Apr 27, 2021  
 

On Tuesday, 27 April 2021 at 09:33:44 UTC+1 weanti wrote:
On the plus side this flat style (available in win10 and maybe win8) is looking nice and clean. On the other hand these flat UIs have the downside that you can't tell what's a button, what's a menu and what's a label or just a background. You can hardly tell them apart. Sometimes it's even hard to tell with hovering your mouse over them, because the highlight coloring is also not that different from normal coloring.
With proper/stronger coloring I think a "flat" FLTK UI can be way better than any default win10 UI.

There's a related problem with touchscreen devices, too: If you are using a mouse, you get enter/leave events you can use to change the button colour, cueing the user that there's an active region there.

On a touchscreen, there generally are no enter/leave events, as touchscreen interactions typically do not work like that. 
So how do you cue the user in that case? 
It needs to be a static colour difference that is "always" present, but a surprising number of implementations seem to have forgotten that.
Style over function, I fear...

Anyway, returning to the original question, a flat style is actually pretty easy to make in fltk since the stock widgets all support a FL_FLAT_BOX style. If the UI is reasonably simple it is easy to set all the widgets box styles to flat and set "sensible" colours (for some value of sensible) and that's about it...



 

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/804d5027-dab6-432c-8f45-1c7d7d1ff7cdn%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.