2021-11-30 05:24 PM
Hi,
The data read from Model class thru presenter in screen1View::screen1View() function was error. I debug the code and found the presenter pointer was NULL in constructor function.
Is it unsafe to use at constructor and destructor function time ?
2021-12-06 12:01 PM
I think you need to use the presenter screen after constructing your view object.
Did you try using it in the activate method?
2021-12-07 09:48 PM
That's how I use it now, because I can't track where the parameter is initialized.