Re: how to show scrolling Label
Hi @venky232,
As per video, if you want to add marquee text make sure to check the following properties true of timer

Also, if you want to show a popup on the select of marque text. Set the variable on select of label. Say,
UpdateContext({_showPopup:true})
Then you may add the container on the same screen and set the visible property to that of variable
Say, Container1 Visible property to _showPopup.
Now you can add as many controls as you need in that container for popup. Also you can add Cancel icon in that container.
And OnSelect of Cancel icon Set the variable to false.
UpdateContext({_showPopup:false})
One more suggestion could be you may use button instead of label. As it will provide you hand icon when you hover on it.
Hope this helps.
Please click Accept as solution if this helped you solve your issue. This will help others find it more readily. It also closes the item. Please consider giving it Thumbs Up.