Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
The AnimateShow and AnimateHide should allow you to do this indeed. Not sure why any other value than 0 is not working for you, it should work just fine. I will test it again.


Olivier Turcotte wrote:
Basically, I want to make a widget that shows the fastest lap whenever a new fastest lap is set. The twist is that, even though there is a trigger, it operates during practice, qualy and race sessions, so I want to make sure that this widget only appears during the race.
An easier way to do this would be to block the trigger execution with a condition script. In the action where you show the widget, you can select a script as the Condition. The script should return true or false - if it returns false the action will not be executed.

The script would then simply check the session name and return true only if it's "Race", similar to what you already had.


I do something similar in the ATVO theme, you can take a look at that too. Instead of a script however I use a Condition Flag that is set/unset with a button.