cancel
Showing results for 
Search instead for 
Did you mean: 

Delete previous navigation links

Former Member
0 Kudos

Hi All.

I am showing components dynamically at run time in my main component.

The dynamic navigation is called only once inside the WDDOINIT() method of the main view.

Everything is fine. But I have one button on the main view to exit. For it, the navigation has been defined statically in the window.

It works if there is no dynamic navigation. But otherwise, it does no work.

I read in other threads that previous navigation is kept in memory, which probably is the cause of this problem. They had suggestted to call "PREPARE_DYNAMIC_NAVIGATION" only once. But in my case, it is called only once since it is in the WDDOINIT() method.

Still I guess the previous navigations are kept in memory. Now, how to delete them, or overcome this problem?

Thanks in adv.

Message was edited by:

Aishi Sharma

Message was edited by:

Aishi Sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aishi.

Are the names for the outbounds you call for the static navi and the dynamic navi the same or different?

for example:

If you define the static navigation and create the outbound called 'OUT'

and then create the dynamic navigation using the same name for the dynamic plug 'OUT' and fire this plug afterwards, both navigations will be triggered and then

the last one created (dynamic) will be your new target view.

Cheers,

Sascha

PS: You do not have to use my name in the thread header to make me read threads here

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved it. Some silly mistake

Former Member
0 Kudos

Hi Sascha.

I have read in previous threads that you have encountered similar issues.

Can you guide me how to fix it?

Thanks again!

Message was edited by:

Aishi Sharma

Former Member
0 Kudos

Aishi.

Is your problem solved?

Cheers,

Sascha