Hi,
I'm trying to use the Wizard Pattern of the Plataform 10 Mobile. When I hover the mouse over the WizardItem, inside the widget tree, appears a message saying " Add the Block inside the Content placeholder in the Wizard Block. ". The problem is that there's no Content placeholder, just WizardLabel placeholder.
I'm trying to build a screen with a payment process with 3 steps, but I can't find the Content placeholder inside the WizardItem, where I can't put for example a List with information.
Someone can help me?
Hi Pedro,
From what I could understand (the documentation really isn't helpful at all), you have to create separate containers for each one of your steps, and each one of those containers must have a Wizard pattern highlighting the WizardItem it represents.
I'm attaching a simple .oml showing how I managed to accomplish that.
Aurelio Junior wrote:
Thank you Aurelio for the help!
Thanks Aurelio