I have eight EDIT widgets on the screen at the same time and I want to enter values with numeric buttons on screen. Since I have small LCD some of EDIT's are not visible when I show numpad in new modal framewin.
I want to copy all EDIT Widget properties form primary EDIT_widget to secondary EDIT_widget.
I know that all properties are in EDIT_Obj structure, but I don't know how to access them.
I need this for setting EDIT widget value. When I will press on EDIT widget, then I want to show new modal framewin with numeric buttons and new EDIT widget at the top of framewin.
This EDIT widget in framewin at the top of numeric buttons should have all parameters same as EDIT that was clicked.
I want to copy all properties for example: Value , Mode (Float,Dec,Bin,Hex,Text), Min value , Max value , num digits , Text ...
After finished editing I need to copy changed value or text back to primary EDIT widget.
Can you please suggest how to do this.
I want to copy all EDIT Widget properties form primary EDIT_widget to secondary EDIT_widget.
I know that all properties are in EDIT_Obj structure, but I don't know how to access them.
I need this for setting EDIT widget value. When I will press on EDIT widget, then I want to show new modal framewin with numeric buttons and new EDIT widget at the top of framewin.
This EDIT widget in framewin at the top of numeric buttons should have all parameters same as EDIT that was clicked.
I want to copy all properties for example: Value , Mode (Float,Dec,Bin,Hex,Text), Min value , Max value , num digits , Text ...
After finished editing I need to copy changed value or text back to primary EDIT widget.
Can you please suggest how to do this.