cancel
Showing results for 
Search instead for 
Did you mean: 

how to manage PhaseIndicator UI element

Former Member
0 Kudos

Hi,

I' m trying to create a wizard using the PhaseIndicator UI element.

I' d like to show each views synchronized with the correspondent

phases of the PhaseIndicator;

Could you tell me how to handle this UI elemet or where can I find something about it?

Thanks in advance

Luca

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The Problem is solved;

Thanks to all

Luca

Former Member
0 Kudos

Hi there,

I try to use PhaseIndicator control but it doesn't work properly in NWDS 7.2, as I can see.

I bind selectedPhase property to the context, but it never changes. So I can't understand what phase is current. Is it an error of the new NWDS?

Former Member
0 Kudos

IIRC there was some performance optimization such that the selected phase will not change automatically. So you should assign an action to the "onSelect" event and use the action parameter "phase" together with event parameter mapping to set the selected phase.

Armin

Former Member
0 Kudos

Hi Luca,

If I am not wrong then your requirement is that your phase should be selected to 1 when you are on 1st view, 2 when on 2nd view and so on.

Create a view set with 2 view layout.

The top view will have the Phase Indicator UI binded to a context of type string to the property Selected Phase.

Insert the number of phase that you need to have.

Bind the same context of selected phase property to the controller and to all the views that will be displayed below.

In the wdDoInit() method set the value of the selected phase to the phase number.

Hope, this was your requirement.

Regards,

Murtuza

Former Member
0 Kudos

Murtuza, thanks for the suggestion, It' s all that I need to go ahead....

Let me have the time to check each step that you have told me...

Bye

Luca

Former Member
0 Kudos

hi

good

go through this link

http://www8.sap.com/mk/get?_EC=SscUM7P0WSa7hgJOJl5hEU

thanks

mrutyun^

Former Member
0 Kudos

Hi mrutyun,

the link returns a corrupted doc that i can 't open;

Could you check it, please?

thanks

Luca

Former Member
0 Kudos

I can' t open the file!

Any suggestion?

Luca