Hi there
I have defined this sub in my class module
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..
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..