Driver Name box showing and disapering

Posts: 66
Hey is there any way to get it like you see in F1, so that when you chance driver on the screen, that you can get a Screen to show? I know that i then will need to program a timer to hide it. But yea is that something that is possible? :)
Posts: 785
I see we do not yet have an event that reacts to changing the followed driver, so at the moment this is not possible unless you get into some complicated scripting. I have just added a new FollowedChanged event in beta 1.26. Now you will be able to do this:

  • Create your widget with 'followed' dataset, and disable 'Start visible'.
  • Create a Timer with a desired interval and set to not auto-start or loop.
  • Add an EventTrigger with event 'FollowedChanged'.
  • On the event actions, add an action to Show the widget, and add an action to Restart the timer.
  • On the Timer tick actions, Hide the widget.
Edited (2 times)
Posts: 66
NICE!!!! Thanks it works, now i will have to work a bit more with it :)