I wanted to ask that how is the spotlight component used? I searched the community but I found nothing. I did use a few blocks and those are the ones below
I did this much and still, nothing is done in the app when
Screen2
is opened.
I want the app to use the spotlight to encircle the web viewer to draw attention to it
Thanks!
dora_paz
(Dora)
August 9, 2021, 2:46pm
2
I do not see anywhere call Spotlight.ShowSpotlight block
A useful quide is
This is a tutorial to make several Spotlight appear one after the other.
Something like in this:
[Spotlight%20Encadenados]
First, we create a procedure to use whenever needed. We also created a variable (Spotlight) to control the messages.
[Spotlight_1]
Then we assign to a button (or it can be when the screen is initialized, or with whatever you want) the function of displaying the first message.
The following messages will be shown one after the other when you click on the screen.
We pla…