cancel
Showing results for 
Search instead for 
Did you mean: 

Kill view

Former Member
0 Kudos

Hi,

If I start the navigation from one view to another view the method WDDOINIT of the second view is triggered. But if i return to my first view and call again to my second view this method is not triggered again.

Is there any way to "kill" this view in order to trigger the method WDDOINIT all the times? per example in the method WDDOEXIT ?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Yes. Go to the properties tab of the view and change the lifetime setting from framework controlled to when visible. This will cause the view to be garbage collected whenever it is no longer visible.

Former Member
0 Kudos

Thanks.

Answers (0)