EMBEDDED MODULE

Find and share HowTos to various installations / configurations!
Search

Post Reply
3 posts • Page 1 of 1
ilariabonori
Posts: 10
Joined: Thu Dec 13, 2018 1:54 pm

EMBEDDED MODULE

Post by ilariabonori »

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

Balewski
Posts: 13
Joined: Tue Aug 22, 2017 9:52 am

Re: EMBEDDED MODULE

Post by Balewski »

Hi,

Try maybe "addSymbol".

ilariabonori
Posts: 10
Joined: Thu Dec 13, 2018 1:54 pm

Re: EMBEDDED MODULE

Post by ilariabonori »

Balewski wrote: Wed Mar 20, 2019 10:21 am Hi,

Try maybe "addSymbol".
Thank you so much.
It works.

Ilaria

Post Reply
3 posts • Page 1 of 1