TorontoJim Member Licensed User Longtime User Mar 23, 2016 #1 I'm trying to call fx.Msgbox2 from inside a class module but I keep getting a NullPointerException I've tested it outside of the class module and it works fine. What extra do we have to do to get it to work inside a class module? fx.Msgbox2(MainForm, "The input data was not in a recognizeable format!","Input Error", "OK", "", "", fx.MSGBOX_ERROR) Any help appreciated, even if it's a pointer to documentation that covers this scenario.
I'm trying to call fx.Msgbox2 from inside a class module but I keep getting a NullPointerException I've tested it outside of the class module and it works fine. What extra do we have to do to get it to work inside a class module? fx.Msgbox2(MainForm, "The input data was not in a recognizeable format!","Input Error", "OK", "", "", fx.MSGBOX_ERROR) Any help appreciated, even if it's a pointer to documentation that covers this scenario.
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2016 #2 Can you post the error message from the logs? Upvote 0