Skip to main content
Zxinx
Associate
September 16, 2019
Question

I added three TouchArea parts in a container and added this container to a Screen. However, touchArea3 does not execute. Why?

  • September 16, 2019
  • 1 reply
  • 2681 views

0690X00000AREIAQA5.png

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
September 16, 2019

Hi,

Difficult to say. You could try sending me the project. Is the touch-area where you think it is? e.g. are you clicking the right area? I'm assuming it's invisible.

/Martin

Zxinx
ZxinxAuthor
Associate
September 17, 2019

Hi Martin, glad to hear from you!

Sorry, the project is not convenient to provide source code.

The target device's display screen is 400*400, so the TouchArea parts are correctly placed, and the coordinates of the TP can be printed by serial ports.

Only click touchArea3 does not enter the callback, other normal.

touchArea3 does not call touchArea3. SetVisible (false);

I am very distressed!!