cancel
Showing results for 
Search instead for 
Did you mean: 

roadmap

Former Member
0 Kudos

Hi,

I have 5 steps in my roadmap. What i want to create is that each steps has an own view. Is it one way or an other possible to say step 1 is equals to view A. So I don't have to define all the plugs?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

S.,

There is no such automatic functionality. You have to create your UI in regular boring way: all 5 views, 5 navigation links (10 plugs total), event handler, wdFirePlug...

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Former Member
0 Kudos

SO IF I NEED TO SKIP STEPS THAT MEANS MORE PLUGS.

Former Member
0 Kudos

S.,

No need.

Say, you have ViewMain with roadmap and ViewA, ViewB, ..., ViewE per every step.

ViewMain has 5 outbound plugs.

Every of View<Letter> has one inbound plug.

Whenever you need to activate sertain step (either sequentially, or when you are skipping several steps) you need to fire one of plugs in ViewMain.

I understand your fear -- originally you plan to link ViewA and ViewB, ViewB and ViewC, and so on? This indeed will lead to growth of navigation likns in this scenario. Try my advise instead.

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Message was edited by: Valery Silaev