B4J Question Preferences Dialog

Guenter Becker

Active Member
Licensed User
Longtime User
Hello,
I' using Preferences Dialog with Options and shortOptions.
Aftern choosing an option by the dialog I save the value with KeyValueStore.

On the next programm start I am loading the values with KeyValueStore and I like to show this saved values as (last) selected option.
How can I do this?
 
Top