cancel
Showing results for 
Search instead for 
Did you mean: 

Method / Event handledefault of main window is not triggered

Former Member
0 Kudos

Hello everybody,

somehow, the event HANDLEDEFAULT of my main window is not triggered anymore,

I use this to get the URL parameter.

I've got a break-point in there but the testing of the WD-Application will simply overrun this

and ignore all the coding within this event.

The inbound-plug of the main-window is still called DEFAULT so the event handler is HANDLEDEFAULT.

What could have gone wrong?

Any ideas in this matter are kindly appreciated.

Thanks in advance and regards,

Marc

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem solved.

Kind of my own fault, I was not aware, that the init method of the default view is to be handeled before the eventhandler of the main window.