How to add custom container during runtime
Hello everyone,
I am trying to improve my skills with TouchGFX. I want to add dynamically a custom container at my current screen during runtime.
Is there a method to do it without using a container widget?
I don't want to put my custom container in current screen and use SetVisible() method (i don't want to waste memory).
P.S.
Here is what I've done:
First of all, I create those simples Custom Containers with TouchGFX:

Then, I create my screen:
The idea is very simple: When User touchclicks "Right Button", the volume custom container will appears in the top right corner (container1).
Here is a part of the code:

and

VolWidget 1 is the first Custom Container (Volume Custom Container).
Now, what I have accomplished is that the Custom Container indeed appears in the top right corner but I receive an exception frame:

Anyone can suggest the error's source?
