Question

I have this error where I click something, it will popup a message with a close button, when I click on the close button, some part of the popup does not close properly. Here is a screen shot of it. May I know how to solve this?

this is the popup:

enter image description here

this is the error:

enter image description here

Was it helpful?

Solution

I think you need to call a requestredraw on the form, which will refresh the complete form

OTHER TIPS

Looks like a refresh problem to me. Try to call Show() or Draw() on the keypad object to force a refresh.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top