質問

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

役に立ちましたか?

解決

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

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top