Uniface 9.5 Appearence of Dropdownbox is faulty
Author: hansjoerg.mackh@ksk-gp.de (mackh)
when you use a ini file with the settings
[screen]
font0 = Courier New Western, 14, regular
and you draw a dropdownbox on a form
Example:
my_list = "1=choice1;2=choice2;3=choice3"
$fieldvalrep(my_dopdown) = my_list
my_list =2
and you run the form, the dropdownbox shows "choice2, choice3, a blank line" , the focus is on choice2.
I think this is an error.
if you use the setting:
[screen]
font0 = Courier New Western, 12, regular
and you run the form, the dropdownbox shows "choice1,choice2, choice3" , the focus is on choice2.
This is OK.