B4J Question [BANano] [solved] SubExists is returning False yet Sub is defined..

Mashiane

Expert
Licensed User
Longtime User
Hi there

I have defined this sub in my class module

B4X:
Sub BeforeRouteEnter(boTo As Map, boFrom As Map, boNext As BANanoObject)
    Log("home: BeforeRouteEnter...")
End Sub

I was wondering why my app has not been working. I am checking with SubExists if the sub exists before I register it for use, thus in my case the sub is not registered because it does not exist.

or perhaps the sub includes key names, sadly no warning if that is the case.

Any thoughts...

Thanks in advance..
 
Top