2016-02-24 14:34 UTC
Hi
I`m searching two answers of maybe simple questions:
a) I have a Combobox which is feeded via a list. But is it possible to set the default value in the edit field independent from the list?
(setq list ("A" "B" "C"))
-> display list in Combox
-> set default value to "hello"
b) If I set the focus to the list, the entire value is "selected". If I press "Backspace", the entire value will be deleted.
Is it possible to set the focus to the field, but then release the selection? Then the cursor should be blinking at the end of the string, and "Backspace" delets only the last character of the string
Thanks and regards
I`m searching two answers of maybe simple questions:
a) I have a Combobox which is feeded via a list. But is it possible to set the default value in the edit field independent from the list?
(setq list ("A" "B" "C"))
-> display list in Combox
-> set default value to "hello"
b) If I set the focus to the list, the entire value is "selected". If I press "Backspace", the entire value will be deleted.
Is it possible to set the focus to the field, but then release the selection? Then the cursor should be blinking at the end of the string, and "Backspace" delets only the last character of the string
Thanks and regards