cancel
Showing results for 
Search instead for 
Did you mean: 

switching views in component/application

Former Member
0 Kudos

Hi, this probably does not belong here but Im sure most of you can give me an answer in a second. You know, when you make new application, you make New applications, new component and bind it to start view. Thats your view which you see when you deploy the application. I wanna switch that view with another one so after deploying I see new one, cant find it in components or applications options nor can I make new component with new view couse it is not listed (it does help). So if anyone can help me I will be gratefull. Regards, Balmer

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Balmer,

You can do it in two ways.

1. Make the view default which you want to see first.

Open Navigation modeler (Right click on your window)

Select the view you want to display -> Right click -> select properties

Set default -> true

2. Fire the plug to the view from your start view's wdDoInit() method

Create outBound plug in your start view

Create inBound plug in your second view

Create Navigation link between these two plugs

Go to implimentation of your start view

Go to wdDoInit()

In the end write wdThis.wdFirePlug<outBoundplugname>();

regards,

Siva

Former Member
0 Kudos

thank you

Answers (0)