cancel
Showing results for 
Search instead for 
Did you mean: 

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

JNguy.5
Associate II
 
3 REPLIES 3
Osman SOYKURT
ST Employee

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 SOYKURT
ST Software Developer | TouchGFX

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
Associate II

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.