Krypton-Suite / Standard-Toolkit

An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET 6 - 8
BSD 3-Clause "New" or "Revised" License
403 stars 61 forks source link

[Feature Request]: A way to 'dynamically' update the palette theme array with the theme name (i.e. if a custom palette is used) #1031

Open PWagner1 opened 1 year ago

PWagner1 commented 1 year ago

A way to 'dynamically' update the palette theme array with the theme name if a custom palette is used, i.e. Custom - [My Theme Name].

Smurf-IV commented 1 year ago

Is the name stored in the Palette Class somewhere ?

PWagner1 commented 1 year ago

Is the name stored in the Palette Class somewhere ?

No, that will need to be added.

Smurf-IV commented 1 year ago

This could also be used to retrofit the existing "Core" palettes, so that the functionality is the same for all, and for new "Core" themes as they come along.

Smurf-IV commented 1 year ago

Also need a way to load multiple custom palette choices

PWagner1 commented 1 year ago

Also need a way to load multiple custom palette choices

Could it be done via a listbox if a binary is used?

Smurf-IV commented 1 year ago

Also need a way to load multiple custom palette choices

Could it be done via a listbox if a binary is used?

I think is so that the Theme comboBox can display what is loaded.