Jump user to a different page

I didn’t see any obvious way to change the active page programmatically from inside the controller.

I have a thought that it would be useful to move the user to a different page if they have not finished inputting certain data I need first.

and as a related question - how can I tell what page I am currently on?

3 Likes

That is a good question.

I would like to see a simpel gui object which can switch to the page you want.
Or 2 lua handles that can give the currentActivePageId and setNewActivePage.

It would make it easier to programmatically switch between pages and send specific messages when a page becomes active.

2 Likes

yup, I like that idea and it is simple to add.

3 Likes

Added to that, I would also love if the active controlSet (section) on a (that) page could be selected.
Possible?

Cheers,
Joris

2 Likes