Hi all,
I'm trying to move my development environment to a virtual machine. I've gotten all the prerequisites finished and the b4a app is installed and setup correctly. It was not trivial because of pathing. It took awhile for the java environment to recognize it was installed.
Anyway, on an application I have in production, I test for the initialization of a timer with the .IsInitialized property.
When I try to compile this app in my new install, it throws the error "unknown member isinitialized" for just the timer variable. I have several other isinitialized tests on other types that do not throw this error! Any help will be appreciated.
Thanks,
Gary
I'm trying to move my development environment to a virtual machine. I've gotten all the prerequisites finished and the b4a app is installed and setup correctly. It was not trivial because of pathing. It took awhile for the java environment to recognize it was installed.
Anyway, on an application I have in production, I test for the initialization of a timer with the .IsInitialized property.
When I try to compile this app in my new install, it throws the error "unknown member isinitialized" for just the timer variable. I have several other isinitialized tests on other types that do not throw this error! Any help will be appreciated.
Thanks,
Gary