Skip to main content
JNguy.5
Associate
March 11, 2022
Question

Hi, Ive setup a click handle event when you tap the screen a ModalWindow should go from NOT visible to Visible. This modal contains a custom container. My issue is that the modal is able to change but the contents isnt seen. thanks

  • March 11, 2022
  • 2 replies
  • 1104 views

..

This topic has been closed for replies.

2 replies

Osman SOYKURT
Technical Moderator
March 14, 2022

Hello JNguy.5,

Sorry but I don't understand your question, can you be more specific please ? Do you mean that your custom container's contents are not visible ? What are the changes on your modal ?

/Osman

Osman SOYKURTST Software Developer | TouchGFX
JNguy.5
JNguy.5Author
Associate
March 14, 2022

Hi, after calling MyModalWindow.show() the contents are not displayed. the ModalWindow is set to NOT visible until a screen tap has occured, im wondering why I cant see MyModalWindow contents

JNguy.5
JNguy.5Author
Associate
March 14, 2022

Hi sorry, Im trying to make a ModalWindow visible after a screen tap. After calling the function MyModalWindow.show() the contents within that custom window does not display. Ive debugged it and verified the function is called.