Hi
I have added a customizable tutorial screen using a screen template but I can not find any instructions, guides to edit it. I have searched an failed miserably.
BR
Andy
Solved! Go to Solution.
That tutorial template can be used as-is for simple steps: 1 image and some text. If you want your text on different pages to have specific formatting, then it may not be as simple as adding some values there.
There are a couple of alternatives you can use:
Hi Andy,
You can customize the steps in the tutorial screen by selecting the "dots" gallery (TutorialNavigator1) on the bottom of the screen, and updating its Items property. You can define a text and an image for each step in the tutorial page.
Hope this helps!
I believe if you don't set the Image property of one of the "steps", then that step will not have an image. Is that what you're trying to accomplish?
Hi Carlos
Sorry for the delay in feeding back.
I want each step to have a different image, I want the pages to look like the attached document in my previous post.
That tutorial template can be used as-is for simple steps: 1 image and some text. If you want your text on different pages to have specific formatting, then it may not be as simple as adding some values there.
There are a couple of alternatives you can use:
Thank you Carlos
I will try option one as a start
I just figured out how to do this by setting visibility based on the index of _guideStep . This variable is linked to the position of the table/screen. justr add miltiple images to the card and set their visibility to _guideStep = <index>
EXAMPLE:
visibility property on image one would be _guideStep =0
visibility property on image one would be _guideStep =1
This is nice, but jeez how complicated can making a tutorial image visible be?
If anyone hasn't figured out how to get past the last screen use this code "
User | Count |
---|---|
254 | |
109 | |
92 | |
48 | |
37 |