cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation from one view to another view

former_member205363
Contributor
0 Kudos

Hi,

We have Four views like Scr1View, Scr2View, Scr3View, CommScrView. My requirement is to show in the following order

1) Scr1View for 5 min -- CommScrView for 3 min -- Scr1View 5 min...........

2) Scr2View for 5 min -- commScrView for 3 min --

Scr2View for 5 min -- commScrView for 3 min...........

3) Scr3View for 5 min -- commScrView for 3 min --

Scr3View for 5 min -- commScrView for 3 min...........

commScrView is having Table that I am showing 20 rows for every 1 min by using TimedTrigger.

Scr1View, Scr2View,Scr3View having userdefined method to fetch the data. so i am calling that function from DoInit().

All views are in different components, so I created one master view and taken UIComponentContainer and embeded these Scr1View, commscr and used plugs. Now first cycle working fine. but in second time commscr is showing last records only means DoInit is not invoked.

Can I do it in a single window and having 4 views with navigation plugs. please give suggestion to implement these requirement.

Rgds,

Lakshmi Prasad.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205363
Contributor
0 Kudos

Thanks