I need a little help figuring out how to use this property. Specifically when you change the text of the preset entries, how do you make the change permanent?
Widget.AddPreference "box1"
Widget.Preference("box1").Type = "ComboEdit"
Widget.Preference("box1").Caption = "BoxName"
Widget.Preference("box1").AddValue "item1"
Widget.Preference("box1").AddValue "item2"
Widget.Preference("box1").AddValue "item3"
I can edit the names of any one of those entries in widget mode but the changes don’t take effect. I don’t see any further elaboration on this in the DG. Can anyone who has had any experience with this help me out here? Thanks.