Page 1 of 1

To specify #PRIM_PPNL.Parent or not

Posted: Thu Mar 15, 2018 4:32 pm
by MegumiSawada
Hi

Could you please advise me which case I should specify #PRIM_PPNL.Parent
and which case I should not specify #PRIM_PPNL.Parent?

Best Regards,
Megumi Sawada

Re: To specify #PRIM_PPNL.Parent or not

Posted: Fri Mar 16, 2018 12:27 pm
by dannyoorburg
Hi,

you parent a popup if you want to use layout management to determine its size and position on the screen.

If you just want to show a popup a fixed size on a fixed position (or screen center), it doesn't need it.

Danny

Re: To specify #PRIM_PPNL.Parent or not

Posted: Fri Mar 16, 2018 1:55 pm
by MegumiSawada
Hi Danny,

Thank you!!

Best Regards,
Megumi