mauri_zio
(mauri zio)
April 26, 2022, 12:09am
#97
Thanks!
I did it but I have a problem in background
The Web1.GoText it was not executed.
Only it fine in active mode.
When App active I see the debug alert first, second and third.
When App in background I see only the debug alert first and second.
Thanks a lot.
avi_770
(avi_770)
April 26, 2022, 1:36pm
#98
Can anyone here bring an aia that performs background action with this extension? To perform a simple operation, the main thing that I can understand how to work with the extension through the file
Xoma
(Kumaraswamy)
April 27, 2022, 9:19am
#99
Hi, you have to use the “When” block to register the event with a procedure name that will receive the arguments
1 Like
avi_770
(avi_770)
April 27, 2022, 7:58pm
#101
Why does it not work for me ??
!
It does not show me the image it was supposed to display.
avi_770
(avi_770)
April 28, 2022, 10:25am
#104
Why? No way to do that?
And with the expansion here it is possible ?:
Hi! It seems you are trying to use visible components which cannot run in the BG.
1 Like
mauri_zio
(mauri zio)
April 28, 2022, 11:18am
#105
Hi Xoma!!!
thanks for your answer.
I did it but still doesn’t work but now also when the app is active.
My phone is LG K50S with Android 10.
Taifun
April 28, 2022, 11:20pm
#107
as you are using MIT App Inventor blocks, you should ask your question in the App Inventor community…
ItoO Tasks is a specially built extension (completely different from the old one) that makes such Environment that it would be possible to allow things like Procedures/Variables to be accessed when the App is In Background. Blocks Here are some of...
Reading time: 1 mins 🕑
Likes: 13 ❤
Taifun
Xoma
(Kumaraswamy)
April 29, 2022, 7:37am
#108
Hi, there is a spelling mistake, “Web1.GoText” should be “Web1.GotText”
Xoma
(Kumaraswamy)
April 29, 2022, 7:41am
#109
Can you handle visible components from the background? Nope;
Moheeb
(Moheeb)
June 18, 2022, 3:31am
#110
First of all, thank you Kumaraswamy for such nice extension.
I am trying to receive message in background. but no luck. Following are by blocks. Have anyone tried before? - Tester.aia (29.6 KB)
hello, you have to use the “FlagEnd” block in the procedure “doTask” as the last block, and not in Button1
Moheeb
(Moheeb)
June 18, 2022, 9:15am
#112
@dennis_littawe1542 , would you like to test my aia once?
Moheeb
(Moheeb)
June 18, 2022, 9:19am
#114
I have attached aia file in my previous post.
Xoma
(Kumaraswamy)
June 18, 2022, 1:41pm
#115
Yes, agreed there is a bug in that block, will be fixed in the next update.
Also you are not recommended to use Show Alert block in those procedures, they arent going to work as you expect in all devices.
1 Like
I’ve tried the same example blocks but it didn’t work
Using virtual device (Android Studio) and a Xiaomi Note 8 Pro for tests
MaretArt
(Fernandy Maret Astriawan)
July 17, 2022, 7:27pm
#118
anyone can help me?? please