Android Question B4A V7.0 BETA 1 BUG?

Dey

Active Member
Licensed User
Longtime User
Sorry for my english translated with google
I try to explain
I have many activities, step by step without doing Activity.Finish
With version 6.80 when returning to an activity already created does not pass for Activity.Create
With 7.0 BETA 1 same operation the program recalls Activity.Create and clearly the classes declared in Globals are initialized

Does this behave correctly?
Now I have to go back to the 6.80
Thank you
 

Dey

Active Member
Licensed User
Longtime User
The activities behavior didn't change in v7.0. It should be the same as in previous versions.

Can you upload a small project that reproduces this issue?
Hi Erel
The project consists of multiple applications and DB-server
It does not work without the whole system
I see if I can recreate the issue with a new app
thank you
 
Upvote 0

Dey

Active Member
Licensed User
Longtime User
Hi Erel
I attached solution to test what was said
As you can see with versions earlier than 7
Never create Activity just passes the first time
With Version 7.0 BETA 2
Goes through each time
Thank you for your great work

Greetings Dey
 

Attachments

  • test 7.0.zip
    9.1 KB · Views: 180
Upvote 0

Dey

Active Member
Licensed User
Longtime User
Thank you. It is indeed a bug. Update #3 will be released on Sunday with a fix. Please test it then.

Thanks Erel
I'm waiting for you
This version 7 brings significant improvements
I have so much code to rewrite
good job
 
Upvote 0
Top