cancel
Showing results for 
Search instead for 
Did you mean: 

Popup window creation from standard toolbar

Former Member
0 Kudos

Hello Experts,

I'm trying to open a popup window from the standard OIF toolbar by using one of the methods in component controller of the main application. It is confirmation popup which needs to carryout functionality which is available as a method in the comp controller(with Yes as option). Without creating an additional view, how can i achieve the functionality by using events? Please advice.

Thanks,

Ravi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

FPM provides dataloss popup mechanism and application specific dialog. I think for your case it fallls under application specific.

Follow the guideline from the developers manual and call your component controller method to post a confirmation dialog. you need to handle this as of you are doing it in WDA. Only thing is that the event handler for your OK button has to fire a FPM event to resume the FPM event phase model.

Former Member
0 Kudos

Hi Baskaran,

I shall try the same. Thanks alot for your response.

Regards,

Ravi.