-
Notifications
You must be signed in to change notification settings - Fork 636
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
Dyn 5676 color picker custom colors popup #13824
Dyn 5676 color picker custom colors popup #13824
Conversation
- I've added the controls for selecting the custom colors. - I've modified to current CustomColorPicker to use just one Popup. - I've modified the code for creating the CustomColorPicker so now we will be passing the list of custom colors and the initial color that will be selected (in case it exist in the ColorPicker).
Updating the Style for the ToggleButton inside the Color Palette node due that was not following the Visual Refresh style used in other ComboBoxes
d:DesignHeight="550" | ||
d:DesignWidth="800" | ||
AllowsTransparency="True" | ||
Focusable="False" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this doe? I guess the focus will remain on Dynamo window?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@QilongTang I changed this property to True so it will have the focus when the Popup is opened.
See the next commit: ada8c38
Setting the property Focusable="True" so it can have the focus when is opened.
* DYN-5676-ColorPicker-CustomColorsPopup - I've added the controls for selecting the custom colors. - I've modified to current CustomColorPicker to use just one Popup. - I've modified the code for creating the CustomColorPicker so now we will be passing the list of custom colors and the initial color that will be selected (in case it exist in the ColorPicker). * DYN-5676-ColorPicker-CustomColorsPopup Updating the Style for the ToggleButton inside the Color Palette node due that was not following the Visual Refresh style used in other ComboBoxes * DYN-5676-ColorPicker-CustomColorsPopup Code Review1 Setting the property Focusable="True" so it can have the focus when is opened.
* DYN-5676-ColorPicker-CustomColorsPopup - I've added the controls for selecting the custom colors. - I've modified to current CustomColorPicker to use just one Popup. - I've modified the code for creating the CustomColorPicker so now we will be passing the list of custom colors and the initial color that will be selected (in case it exist in the ColorPicker). * DYN-5676-ColorPicker-CustomColorsPopup Updating the Style for the ToggleButton inside the Color Palette node due that was not following the Visual Refresh style used in other ComboBoxes * DYN-5676-ColorPicker-CustomColorsPopup Code Review1 Setting the property Focusable="True" so it can have the focus when is opened.
Purpose
Several changes were done for supporting the Custom Color controls in the CustomColorPicker Popup, here is the list of the most important changes:
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Several changes were done for supporting the Custom Color controls in the CustomColorPicker Popup
Reviewers
@QilongTang
FYIs
@avidit
@Jingyi-Wen