Displaying user variable value based on advanced action in Run Time
Captivate 8.0.1.242 - Windows 7 - 64 bit
I need to display the total time of the captivate file in a text caption. For this, after a bit of googling, found out that total time = cpInfoFrameCount/cpInfoFPS. I did create a user variable called "v_totalTime" and in advanced actions created a standard action called "totalTime" and added an expression v_totalTime = cpInfoFrameCount/cpInfoFPS.
The weird part now is, I dont know how to make this user variable to be displayed as text. In the text caption, when I type $$v_totalTime$$ and preview the slides within captivate, the value is not displayed. So I think, the advanced action is not getting triggered. So how to get this working?
