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
- Balewski
- Posts:13
- Joined: Tue Aug 22, 2017 9:52 am
Re: EMBEDDED MODULE
Hi,
Try maybe "addSymbol".
Try maybe "addSymbol".
- ilariabonori
- Posts:10
- Joined: Thu Dec 13, 2018 1:54 pm
Re: EMBEDDED MODULE
Thank you so much.Balewski wrote: ↑ Wed Mar 20, 2019 10:21 am Hi,
Try maybe "addSymbol".
It works.
Ilaria