cancel
Showing results for 
Search instead for 
Did you mean: 

Current screen as index

Is it possible to get the current screen as an index into the GeneratedViewTypes or GeneratedPresenterTypes lists?

1 REPLY 1
Martin KJELDSEN
Chief III

Hi,

This is more of an application specific thing. What i usually do is have some enum defining all the screens, and then in the presenters activate() function for each view, i'll save the currently active screen to the model.

/Martin