Ahhh... Now I understand! It is the second argument/parameter to ui_DumpItooProperties that is the problem!
In my case then, since there is no need for the argument - there is only one itoo component - I only need to eliminate the parameter and simply "hard code" ItooPlayerService into the ui_DumpItooProperties procedure, correct?
Well... that was only part of the problem. I was also attempting to pass a label component, which (of course) failed for the same reason. Once I got that corrected it works just fine. Thanks for the help!
BTW, I did not find a way to remove an argument from a procedure without causing all its calls to have arguments removed throughout the app. Since there were several argments and several call sites, I just renamed the arguments and ignored them.
Any advice as to how to easily remove arguments from a procedure so as to cause minimum disruption at the call sites?
@Kumaraswamy@Taifun
I am integrating itoo extension blocks with SMS reader extension.
My project is to fetch the SMS messages from the phone and read the last received message in background when the proximity sensor is triggered (My gesture as waving over the phone).
I have cross verified that the proximity sensor is triggered perfectly in background with itoo extension.
But when I integrate the SMS reader extension with the itoo blocks, there is no response.
Kindly help me with this. UPI.aia (115.5 KB)
This set of blocks with texting component works fine without itoo extension.
But when i want to run it in background with itoo it has no response.
According to @Taifun , if the blocks works without itoo extension, obviously it should also work with itoo, but according to @Kumaraswamy the texting component is not compatible with itoo.
If this is supposed to work, what am i missing?
Or am i limited to puravida texting extension (free) for background processes.
my app objective is to read the incomming sms, either at the instant of receiving or with a trigger to read the last sms from the phone sms history (all by free)
As a first attempt to use the Itoo extension I wanted to send a message 'ok5' after 5 seconds followed after another 1 second by the message 'ok1'. And again in cycle ok5 and ok1. I attach the blocks that do not work. Any suggention?
Look at the screenshot (previous post), i am using the built in texting component and not the puravida texting component.
I was only speaking about the built in texting component (blocks) in my previous post.
Is this supposed to work (previous post)?
If yes please help me troubleshooting it.
If no then i can shift to pura vida texting extension (which is not confirmed to work in background)