-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Feature Request]: Expose IPalette / PaletteBase
as a public interface in KryptonManager
#827
Comments
@Smurf-IV Just a thought, since all built-in palettes use |
@Smurf-IV We can just test exposing |
KryptonManager
OverhaulIPalette / PaletteBase
as a public interface in KryptonManager
…ion ComboBox" - Remove Design elements that are not allowed to be set for this comboBox - Fix Example to actually demonstrate usage - Provide picture of it in use - Found whilst investigating: #827
…ion ComboBox" - Remove Design elements that are not allowed to be set for this comboBox - Fix Example to actually demonstrate usage - Provide picture of it in use - Found whilst investigating: Krypton-Suite/Standard-Toolkit#827
- Fix fallout in abstract class useage - Rename `KryptonPalette` to `KryptonCustomPaletteBase` to reflect usage - Start to sort out code in `ThemeManager` - Some spelling mistake fixes #Krypton-Suite/Standard-Toolkit#827
- Fix fallout in abstract class useage - Rename `KryptonPalette` to `KryptonCustomPaletteBase` to reflect usage - Start to sort out code in `ThemeManager` - Some spelling mistake fixes ##827
Progress:
2022-12-24
2023-01-21
Next: (In Request #913)
|
I'll update the Extended Toolkit where required |
- Fix fallout from type removal - Now a single set of strings for the theme names ##827
- Fix fallout from type removal - Now a single set of strings for the theme names #Krypton-Suite/Standard-Toolkit#827
…vious what it is. - Add designer code to allow the `KryptonThemeComboBox` to add a `KryptonCustomPalette` #827
- include all palettes - include a Custom palette in the selection - Better demonstrate the comboBox usage #Krypton-Suite/Standard-Toolkit#827
The
KryptonManager
needs an overhaul to accept palette files (non-XML based) that might be out of the range of this toolkit. Currently,KryptonManager
is a sealed class, which makes injecting new themes more difficult. See Krypton-Suite/Theme-Palettes#33 for more discussion.The text was updated successfully, but these errors were encountered: