2020-05-02 07:05 AM
Hi everyone,
I created a custom container and I created a button, so I want to fade the custom container on the screen when I click the button!
i created a virtual function within TouchGFX then I created an object of my custom contain class inside this function then I called obj.setVisible(true); but didn’t work
2020-05-03 01:09 PM
Hi @idrissmc,
It's a bit difficult to help you based on that information. Please show some code.
/Martin
2020-05-03 02:03 PM
Hi @Martin KJELDSEN ,
its ok I found it thank you