Hi,
I had a bad time searching for a bug where the program logic hung. It turned out I wrote
instead of
Same problem when I used
instead of
The problem is that neither the IDE nor the compiler warn about that, but it's a show stopper and very hard to find if you simply have a little typo in your code.
I would really like it very much if the IDE could show me the events that are possible with Wait For at a specific call.
I had a bad time searching for a bug where the program logic hung. It turned out I wrote
B4X:
Wait For Msgbox_Respond (...)
B4X:
Wait For Msgbox_Result (...)
Same problem when I used
B4X:
Wait For JobComplete ...
B4X:
Wait For JobDone ...
The problem is that neither the IDE nor the compiler warn about that, but it's a show stopper and very hard to find if you simply have a little typo in your code.
I would really like it very much if the IDE could show me the events that are possible with Wait For at a specific call.