Hello everyone,
I have a problem to dynamize a panel in a module.
I'd like to insert a parametrized panel inside a module N times.
I explain it better: I create this script to insert a panel inside myModule "EMBEDDED_MODULE1"
RootPanelOnModule("objects/basics/_FZAG_bas_ChildBit.pnl",panelName,"EMBEDDED_MODULE1",
makeDynString(("$dp:"+$dp),("$dpe:"+dpe),("$desc:"+"")));
It is correct but I'd like to insert inside the module more than one of this panel in different position. Is it possible?
If I try to create more than one module I see only the last one created in the upper position.
I hope that it is clear.
Thanks a lot,
Ilaria Bonori
EMBEDDED MODULE
Search
Re: EMBEDDED MODULE
Hi,
Try maybe "addSymbol".
Try maybe "addSymbol".
-
- Posts: 10
- Joined: Thu Dec 13, 2018 1:54 pm