Open tig opened 5 months ago
Good goals.
I'll more specifically sit down to think about the specifics of this issue and chime in with suggestions after some of my pipeline clears.
The reason why I prefer only the button shadow is hidden when pressed is because the original location of the button pressed is the same as the button released.
The reason why I prefer only the button shadow is hidden when pressed is because the original location of the button pressed is the same as the button released.
I think we have these choices when there's a shadow on a button:
The current design (as of #3750) is 3 above:
If I understand you correctly you are saying you prefer 2.
In
it was discussed and suggested that another system did 3 instead of 4, which was how I originally had it.
I felt 3 was best because with 4 the button moved way too much. 3 has nice motion but is sublte.
What do others think?
This is 1. Move nothing. Don't hide shadow
:
This is 2. Hide the shadow., but don't move the button
:
This is 3. Hide the shadow, move the button one cell to right.
:
This is 4. Hide the shadow, move the button one cell to right and one cell down.
:
Everyone note that in #3751 I've
Default
theme to enable button style 3 above.Default
theme colors to be more distinct/vibrantLight
theme colors to be more distinct/vibrantDark
theme colors to be more distinct/vibrantBlack & White
- uses only Color.Black
and Color.White
Gray Scale
- uses only shades of grayFWIW, the other two themes are specified by UI Catalog as a way of testing that app-level themes work.
I vote for 2. In the reality what happens is when the button isn't pressed it's away from the surface but in the same position with a light over him at some angle. When is pressed it's stuck to the surface eliminating the shadow. If the option 2 isn't accepted by the majority then the option 3 is a good choice.
I'd like apps built with V2 to be visually distinct from v1. Right now, there are some subtle differences. I'd like this Issue to drive discussion on what we want the default look & feel to be.
Here's my current vision:
Colors
So-far:
What's needed:
I really hope we can figure out these issues for V2 beta. They will be "Right" and will drive obvious visual distinction:
457
2381
We will then need to pick great default colorschemes.
View Adornments
So-far:
What's needed:
Window
,FrameView
,MessageBox
,Dialog
, etc...2814
2537
Styling
What's needed
Shadow
Button.ShadowStyle = ShadowStyle.Opaque
should be default.ShadowStyle.Transparent
MessageBox
,Dialog
, andWizard
Center
MessageBox
should beCenter
Dialog
should beEnd
Wizard
should beEnd | IgnoreFirst
Menu
border or no-border?Views
So-Far
What are other's thoughts?