Set multiple "Default Screen"

Hi,

I am looking for a way to set different screens to open at startup (just like then one DefaultScreen in the application settings. Is there a way to get into a kind of “afterUserHasLoggedInEvent()” and open some
screens for the user, who is logging in.

Thanks

Hey,
First of all - you can define default screen for each user independently: see sec$UserSetting.
And second. You can extend application MainWindow and add your logic to init method.

2 Likes

Thanks very much.
I try this.