eugeneloza / decoherence

Project moved to https://gitlab.com/EugeneLoza/decoherence
GNU General Public License v3.0
10 stars 7 forks source link

AliasEditor - select from a list #565

Closed eugeneloza closed 6 years ago

eugeneloza commented 6 years ago

Or just add Key according to "FontInfo" (first create a FontInfo then add an Alias). Anyway, Alias.Value should be picked only from a predefined key-values of another dictionary. Not sure how to make that with TValuesEditor. Maybe pick/make another control?

eugeneloza commented 6 years ago

Hmm, it's possible to create a temporary "editor form" OnClick to edit the value in the way user needs. Seems easy enough and doesn't need to upgrade TValuesEditor, just make it read-only and edit with on-click.

eugeneloza commented 6 years ago

Maybe dynamically show/hide drop-down-list?

eugeneloza commented 6 years ago

done