cancel
Showing results for 
Search instead for 
Did you mean: 

Methods on Default View Navigation

Former Member
0 Kudos

Hi all,

Is possible to execute a call to a method on navigation to a Default View?

Does has a Event Handler to it?

Regards

Isaías Barroso

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just a execute a method when the view is instatiated use the init of the View.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi all,

Thanks by all responses.

I did like suggested by Ayyapparaj

Isaías Barroso

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Isaias,

I did not get you.What is the problem?Whether you want to navigate between two views.If so then just create outbound plug and inbound plug and then create action and link with the button.

Regards,

Nutan

Former Member
0 Kudos

Hi Nutan,

But navigation to Default View of a Window doesn't hava a Inbound Plug with a Event Handler to put my call.

Thanks

Former Member
0 Kudos

Hi Isaias,

Default View means 1st View, You mean to say when you are in the 2nd View and then when you want to come to 1st View the inbound plug is not there?

Please correct if I am wrong, if the problem is only navigation b/w 2 views then you have to 1st create the inbounds and outbound plugs in the diagram View.

You can open the diagram View by double clicking the Window you have created for the iViews.

Then you have to just create the actions and then select the fireplug.

In case if the fireplug is not getting added in the action, just add the following code in that action:

wdThis.wdFirePlug<name of the fireplug>

Thanks ,

Namrta Mahajan