- Code: Select all Expand view
- #include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL cItem := ""
DEFINE DIALOG oDlg
@ 1, 1 COMBOBOX cItem
ACTIVATE DIALOG oDlg;
CENTER
RETURN NIL
I noticed that if you run the program using double click you cannot see the dotted rectangle on the combobox while you can if the program is started using Enter key. Why? Any solutions? With the current behavior It's difficult for the user to know where is the focus.
EMG