Krypton-Suite-Legacy-Archive / Krypton-NET-5.470

A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
BSD 3-Clause "New" or "Revised" License
78 stars 20 forks source link

Missing Palette Features? #113

Closed PWagner1 closed 5 years ago

PWagner1 commented 5 years ago

I have no idea where these went?

Missing Features Win 81 1

Missing Features Win 10

Smurf-IV commented 5 years ago

I do not understand, What are you stating ? Reset's go in the Properties section, iff the value has changed: image

PWagner1 commented 5 years ago

In older versions, the KryptonPalette component had a feature where the developer could assign a palette definition xml file to it. It basically allowed the usage of custom theme colours.

Smurf-IV commented 5 years ago

CustomisedKryptonPaletteFilePath in the Designer properties ?

PWagner1 commented 5 years ago

No, I don't think this works, you could try by importing one of these theme files, but I'm not sure if something is broken with KryptonPalettes Import() method?

PWagner1 commented 5 years ago

Hi @Smurf-IV

Might have found out how to do it... You need to set the KryptonManager GlobalPalette property to KryptonPalette then load in the theme files.

PWagner1 commented 5 years ago

Hi @Smurf-IV

Success!!!! Well kind of...

Annotation 2019-03-30 120704

PWagner1 commented 5 years ago

Annotation 2019-03-30 120810

PWagner1 commented 5 years ago

Now I can implement it properly in the extended toolkit!