Search found 286 matches

by Bushmills
21 Jul 2016 14:07
Forum: Flow Sharing Area
Topic: I need a simple Switch-Widget for Flightmode
Replies: 11
Views: 34487

Re: I need a simple Switch-Widget for Flightmode

I think I misunderstood your question, possibly due to some confusion radiating from it. You want to use the built-in switch widget to trigger a flow (which then, enables/disables screen rotation)? Use any new global variable you like, by inventing an appropriate name for it, which gets true or fals...
by Bushmills
21 Jul 2016 13:55
Forum: Flow Sharing Area
Topic: I need a simple Switch-Widget for Flightmode
Replies: 11
Views: 34487

Re: I need a simple Switch-Widget for Flightmode

Beg your pardon? There are no global variables unless created by you, an expression or script of yours, or otherwise specifying a (global) variable to assign a value to. If you want a global variable to carry some piece of data, you must undertake effort to put it there first. A trigger, responding ...
by Bushmills
20 Jul 2016 11:01
Forum: Flow Sharing Area
Topic: I need a simple Switch-Widget for Flightmode
Replies: 11
Views: 34487

Re: I need a simple Switch-Widget for Flightmode

Should a green bar do, consider to use the built-in toggle widget instead. Indicator colour is controlled through a global variable, which is also toggled by tapping the widget. Using one of those makes constructing your own widget unnecessary, but flow logic would change a bit as consequence, but w...
by Bushmills
20 Jul 2016 10:50
Forum: Flow Sharing Area
Topic: I need a simple Switch-Widget for Flightmode
Replies: 11
Views: 34487

Re: I need a simple Switch-Widget for Flightmode

So I can assume you managed to put the widget together, but need a way to change colour of an element. To an action "Script", a function "SetWidgetElementProperty()" can be added. When doing so, it will come up with a dialog, allowing you to choose widget, element, and property. fillcolour of the in...
by Bushmills
20 Jul 2016 09:47
Forum: Flow Sharing Area
Topic: I need a simple Switch-Widget for Flightmode
Replies: 11
Views: 34487

Re: I need a simple Switch-Widget for Flightmode

What have you tried as far, and what is the problem you encountered which prevents you from building such a widget? Without more details about where you failed, you run the risk that you're told where the menu item for the widget builder can be found. I'm sure that you want to focus on the actual pr...
by Bushmills
17 Jul 2016 11:43
Forum: User Help / Bug Reports
Topic: Media session changed
Replies: 13
Views: 26308

Re: Media session changed

It appears that the trigger is hooked twice to the media change event: the notification that there is no enabled flow can't relate to the flow you just added - which is enabled, and is executed. My impression is that there exists a way to remove a trigger without actually unhooking it from the respe...
by Bushmills
17 Jul 2016 10:23
Forum: User Help / Bug Reports
Topic: Media session changed
Replies: 13
Views: 26308

Re: Media session changed

Also verify, by looking at "last execution" time stamp of that flow, that it is actually executed in response to a track change.
by Bushmills
17 Jul 2016 10:11
Forum: User Help / Bug Reports
Topic: Media session changed
Replies: 13
Views: 26308

Re: Media session changed

Try this: add a media change trigger as a new flow, but don't add any actions to it. Enable that flow (which consists of that trigger alone). Change track, look if notification has disappeared. If so, disable that flow, change track again, see wether notification is still gone. If so, delete flow.
by Bushmills
17 Jul 2016 09:13
Forum: User Help / Bug Reports
Topic: Media session changed
Replies: 13
Views: 26308

Re: Media session changed

Is there any evidence that this notification is produced by Automagic, and not by the media player?
by Bushmills
17 Jul 2016 07:11
Forum: User Help / Bug Reports
Topic: Media session changed
Replies: 13
Views: 26308

Re: Media session changed

What does “the trigger shows notification...." mean? An Automagic trigger triggers, and doesn't notify. There exist actions to notify - do you still have flows with notification actions? Are those still executed (look at their time stamp in flow list)?