Hi,
In the attached program I used two menu items to switch between screens generated at run-time. At the start the left menu option is “Close” and right option is “Next >”. Clicking the “Next >” option changes the “Close” menu option to “< Back” and at the last screen the “Next >” menu option becomes “Save” option, the left option is still “< Back”. Clicking the “< Back” option any time will take to the previous screen. The “< Back” menu option again becomes “Close” when switch back to the first screen.
The program runs fine in the desktop even in the device without using the soft keyboard. But when keyboard is used in the device then I can not move back and forth using the menu options.
The place to look for any problem is :
the “Sub Mclose_click” and “SubMnext_Click” event in the program.
I set the message and have seen that without using the keyboard on the device highest value generated for variable “m” is 2 (which is OK) but when keyboard is used and try to switch back or forth, value generated for variable “m” is more than 1000 and keeps increasing in each click of “Next >” menu option. Also tried to use hardware library (hardware_SIPchanged event) but could not make it out.
Regards,
In the attached program I used two menu items to switch between screens generated at run-time. At the start the left menu option is “Close” and right option is “Next >”. Clicking the “Next >” option changes the “Close” menu option to “< Back” and at the last screen the “Next >” menu option becomes “Save” option, the left option is still “< Back”. Clicking the “< Back” option any time will take to the previous screen. The “< Back” menu option again becomes “Close” when switch back to the first screen.
The program runs fine in the desktop even in the device without using the soft keyboard. But when keyboard is used in the device then I can not move back and forth using the menu options.
The place to look for any problem is :
the “Sub Mclose_click” and “SubMnext_Click” event in the program.
I set the message and have seen that without using the keyboard on the device highest value generated for variable “m” is 2 (which is OK) but when keyboard is used and try to switch back or forth, value generated for variable “m” is more than 1000 and keeps increasing in each click of “Next >” menu option. Also tried to use hardware library (hardware_SIPchanged event) but could not make it out.
Regards,