Android Question Type object not recognized?

leitor79

Active Member
Licensed User
Longtime User
Hi,

In sub globals, I've declared several types.
I've declared an object of one of those types.

The object name is in red. No information on the log panel.
B4A v9.30

HBjT3S8yHd.png

Thank you!
 

leitor79

Active Member
Licensed User
Longtime User
Thank you Don Manfred, Thank you Erel. I think I've found out what the problem(s) was.

- Missing android.jar reference due to path issues. Fixing this added the "missing end sub" report in the log, pointing to nowhere.

- Loose "End If" somewhere (see the image). I've added (the if and the then) at line 450 and I've got 5 new correctly reported errors.

Thank you!
 

Attachments

  • 20190904_131656.png
    20190904_131656.png
    15.6 KB · Views: 66
Upvote 0
Top