Hi, I've been looking around for a few days for some answers to my questions, but I can't seem to understand the solution to my needs.
1. I need automagic to query this variable in Autovoice Plugin... %AVCONTINUOUS, %AVCONTINUOUS can either be true or false. If false,a flow will loop. If true, a different flow will run. How do I get Automagic to query that external variable? (put string... get string, object default or something?)
2. I understand now how to get automagic to act on a UI event... so a window pops up ie. Notification shade., and my phone vibrates... Okay, but what do I do to make automagic trigger if 'Notification shade' window changes to some other window. How do make automagic act after a UI Event is changed. An exit task of you will.
Thanks
Plugin Variables and UI Events... need help please
Moderator: Martin
Re: Plugin Variables and UI Events... need help please
Hi,
1. Trigger/condition/action Plugin usually list the names of the variables that become available to a flow. The names of the variables are usually written in lower case and start without a percentage sign in Automagic (like avcomm). Unfortunately I don't use the AutoVoice plugin myself so I have no idea what plugin component provides the AVCONTINUOUS variable nor what the meaning of the variable is. Please try to ask the developer of the plugin.
2. You could set a global variable to true when the notification shade is shown and check if the flag is set to true when another window open event is detected by trigger UI Event.
Regards,
Martin
1. Trigger/condition/action Plugin usually list the names of the variables that become available to a flow. The names of the variables are usually written in lower case and start without a percentage sign in Automagic (like avcomm). Unfortunately I don't use the AutoVoice plugin myself so I have no idea what plugin component provides the AVCONTINUOUS variable nor what the meaning of the variable is. Please try to ask the developer of the plugin.
2. You could set a global variable to true when the notification shade is shown and check if the flag is set to true when another window open event is detected by trigger UI Event.
Regards,
Martin