Hi,
I have a problem in EDIT-field used in decimal mode (EDIT_SetDecMode). In this mode the function GUI_StoreKeyMsg(GUI_KEY_BACKSPACE, 1) followed by GUI_StoreKeyMsg(GUI_KEY_BACKSPACE, 0) obviously have no effect to the edit-field.
I made sure the field already has the focus and also the EDIT_Callback-function is called after setting up the Key.
Can anybody help? Is it possible to use the backspace or delete in decimal-Mode of EDIT-field?
thx.
I have a problem in EDIT-field used in decimal mode (EDIT_SetDecMode). In this mode the function GUI_StoreKeyMsg(GUI_KEY_BACKSPACE, 1) followed by GUI_StoreKeyMsg(GUI_KEY_BACKSPACE, 0) obviously have no effect to the edit-field.
I made sure the field already has the focus and also the EDIT_Callback-function is called after setting up the Key.
Can anybody help? Is it possible to use the backspace or delete in decimal-Mode of EDIT-field?
thx.
The post was edited 1 time, last by bastl ().