Hi all,
I have to create alphanumeric keypad. For that I am creating 2 dialog boxes fr 1 screen. First dialog box contains edit widget and some title, and will remain same. other dialog box will change like : First Alphabets then on press of button some special characters.
I created dialogs using GUI_CreateDialogBox and for other dialogs i am giving parent as the main dialog which is fixed.
Problem: I am setting input focus for edit widget in dialog1 and inputs are given in dialog2 which is a different dialog. I am getting the input to edit widget but curser is not blinking.I am using EDIT_EnableBlink for cursor blinking but nothing is happening.
Can someone tell me how to implement this.
Thanks
Kusum
I have to create alphanumeric keypad. For that I am creating 2 dialog boxes fr 1 screen. First dialog box contains edit widget and some title, and will remain same. other dialog box will change like : First Alphabets then on press of button some special characters.
I created dialogs using GUI_CreateDialogBox and for other dialogs i am giving parent as the main dialog which is fixed.
Problem: I am setting input focus for edit widget in dialog1 and inputs are given in dialog2 which is a different dialog. I am getting the input to edit widget but curser is not blinking.I am using EDIT_EnableBlink for cursor blinking but nothing is happening.
Can someone tell me how to implement this.
Thanks
Kusum
