Hi all.
Is it possible to have two versions of B4A - 11.80 and 12.0?
I'm using Android 10 phone LGE LM-Q 720 phone.
My app (Default) works fine if it's compiled in 11.80 but behaves strangely after I compiled it 12.0. No crash, no errors.
For example - on Activity the user selects a line with a schedule and clicks on a button Clock-In. He will be asked if he wants to clock in to this schedule (Msgbox2Async). If he clicks Yes the GPS starts. After we get Lat/Long we check if he clocked in on time and if not - shows him a message that he is late for 45 minutes - again (Yes/No). If I compiled it in 11.80 and moved forward - asked a user to explain why he was late and finally save his replay.
Today I installed v.12.0, downloaded the new command line and resources, unzipped them into a new folder AndroidNew with 7Zip, installed B4A 12 over 11.80. So far so good, the app was compiled successfully (first time it took longer because all the libs were dexed) but when I reach the point where the user must answer the question (You're late for 45 minutes - do you want to clock in Yes/No?) I've noticed that this message is blinking by itself. Never seen it before. Only if I click 5 or 6 times on either Yes or No the message disappeared.
Can it be somehow related to the GPS? I'm using FusedLocationProvider. First question with Msgbox2Async was asked before I used GPS.
That's why I need 2 versions of B4A. I don't want to get stuck with 11.80 but at the same time I need to know why my app behaves strangely after I compiled it 12.0.
Thank you.
Is it possible to have two versions of B4A - 11.80 and 12.0?
I'm using Android 10 phone LGE LM-Q 720 phone.
My app (Default) works fine if it's compiled in 11.80 but behaves strangely after I compiled it 12.0. No crash, no errors.
For example - on Activity the user selects a line with a schedule and clicks on a button Clock-In. He will be asked if he wants to clock in to this schedule (Msgbox2Async). If he clicks Yes the GPS starts. After we get Lat/Long we check if he clocked in on time and if not - shows him a message that he is late for 45 minutes - again (Yes/No). If I compiled it in 11.80 and moved forward - asked a user to explain why he was late and finally save his replay.
Today I installed v.12.0, downloaded the new command line and resources, unzipped them into a new folder AndroidNew with 7Zip, installed B4A 12 over 11.80. So far so good, the app was compiled successfully (first time it took longer because all the libs were dexed) but when I reach the point where the user must answer the question (You're late for 45 minutes - do you want to clock in Yes/No?) I've noticed that this message is blinking by itself. Never seen it before. Only if I click 5 or 6 times on either Yes or No the message disappeared.
Can it be somehow related to the GPS? I'm using FusedLocationProvider. First question with Msgbox2Async was asked before I used GPS.
That's why I need 2 versions of B4A. I don't want to get stuck with 11.80 but at the same time I need to know why my app behaves strangely after I compiled it 12.0.
Thank you.
Last edited: