cancel
Showing results for 
Search instead for 
Did you mean: 

Reuse of popup windows

Former Member
0 Kudos

Hi there,

I have created a set of popup windows to provide value-help

for various fields. I would like to reuse these popup windows

throughout the application (i.e. in multiple views). The only

way I can see now is to create events (save and cancel) for

each individual view the popup is being used from as I have

found no way to enable and disable event-handlers dynamically

(which would allow me to reuse the same event for all views

that use the popup). I hope I have made my problem clear.

Has anybody got any bright ideas?

Regards, Chris.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Christopher,

Sorry, I don't think we have any option to enable/disable eventhandlers at runtime. So if you are having more than one active view at a time, there is no other option but to create events for each of the views.

Best Regards,

Nibu

Message was edited by: Nibu Wilson

Former Member
0 Kudos

Christopher,

Yes .very much possible

steps

1.create events of opening /closing of popup window at in controller

2.Write event handler for that event in ur parent view