Hello guys,
I need to prevent my app to run more than one time.
Is there a way to check if the App is running and prevent from being launched again, by clicking its icon ?
Thanks
When I try to run a second B4J program (from second development environment) on the second ide I get this error:
Waiting for debugger to connect...
shell switching to alternate port: 9054
shell switching to alternate port: 9055
What exactly is the problem that makes it impossible to use a...
Maybe this info can be useful to someone.
Normally from B4A AVD Manager it's not possible to start more instances of the same AVD normally.
We get a Warning that executing many times the same machine is an experimental feature and we need to modify some parameter (I did not tried it).
And it's...
In an Activity with List.Add(Obj), when the Obj is a instance of a class, in the Obj members will have a member that is the activity, why?
For example:
Class CL
a as int
b as int
Class end
if the instance of CL is ICL
in ICL that are:
a
b
Activity (Why have it?)
when use list.add(ICL) to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.