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

Était-ce utile?

La solution

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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top