Wish Warning notice

D

Deleted member 103

Guest
Hi,
please add these 2 warning notices if possible.

1) Warning if a Msgbox2Async is built into a class.
I knew that you can't put Msgbox2Async in a class, but you often forget it.

2) Warning if a procedure with an incorrect number of parameters is started with CallSubs.
This can happen if you use the same code module in different apps and you change the number of parameters.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Warning if a Msgbox2Async is built into a class.
I knew that you can't put Msgbox2Async in a class, but you often forget it.
You can use Msgbox2Async in classes as long as the class has an activity context. As usual if you switch to B4XPages, you can forget about such issues.
 
D

Deleted member 103

Guest
You can use Msgbox2Async in classes as long as the class has an activity context. As usual if you switch to B4XPages, you can forget about such issues.
Thanks Erel, that could be a solution, but I don't want to convert my current project to B4XPage.
 
Top