Search found 5 matches

by Giovanni
24 Mar 2020 20:22
Forum: User Help / Bug Reports
Topic: Notification on Statusbar - Action
Replies: 2
Views: 8127

Re: Notification on Statusbar - Action

Thank you! Your advice has been very useful. Now everything works as it should,
by Giovanni
18 Mar 2020 11:37
Forum: User Help / Bug Reports
Topic: Notification on Statusbar - Action
Replies: 2
Views: 8127

Notification on Statusbar - Action

Hello to all, I found a problem with the "Notification on Statusbar" action: the "Action" function does not execute the specified command. To be more precise: the command is executed if the notification has just appeared on the statusbar, but it is never executed if a certain time has elapsed (5-10 ...
by Giovanni
26 Feb 2016 12:27
Forum: User Help / Bug Reports
Topic: How to send variable to tasker plugin
Replies: 5
Views: 16324

How to send variable to tasker plugin

I'm using a Watchmaker tasker plugin and I have to enter the value of the next alarm in a tasker variable "%alarm". Unfortunately I made many attempts but can not get the expected result.

Someone better than me can give me a hint?

John
by Giovanni
01 Aug 2015 11:18
Forum: User Help / Bug Reports
Topic: Automatically assign a value to a set of variables
Replies: 2
Views: 7847

Re: Automatically assign a value to a set of variables

Perfect, it was just what I wanted! Thank you.
I use automagic long enough but only for very simple tasks. Only recently I started to try the more advanced features.

I hope that you all want to help me to use more professionally Automagic.

Its author is a genius.
by Giovanni
01 Aug 2015 07:59
Forum: User Help / Bug Reports
Topic: Automatically assign a value to a set of variables
Replies: 2
Views: 7847

Automatically assign a value to a set of variables

Greetings to all, this is my first message!
I apologize if I make a silly question ...

I need to automatically assign a value to variables:

for (i in [1 to 10])
{
var (i) = value (i);
}

How can I do?