cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jessie_Chow
Level 4

How to Control the parent dialog after spwandialog

I have make a Dialog A... After i push a button...a SpawnDialog is created...

After i press "Yes" on the SpwanDialog, I make NewDialog, however, Parent Dialog (Dialog A) is still exist...

how can i destroy Dialog A after i press "Yes" on the SpwanDialog?:confused:
Labels (1)
0 Kudos
(2) Replies
TsungH
Level 12

In this case, NewDialog ControlEvent should be used instead of SpawnDialog ControlEvent.
0 Kudos
Jessie_Chow
Level 4

Thx TsungH

I changed to use NewDialog then.. 🙂
0 Kudos