Hey
I need to create a simple login.
The question isn't actually that much about creating the login but about creating 2 views.
One for the user who hasn't logged in, the other who is logged in.
1.The user starts program, the panel1 with login is displayed.
2. The user logs in and the panel1 is hided, panel2 is set visible.
The previous flow is how I'd do it.
But working on it is tedious, since one panel could be accidentaly dropped in the other.
How these things are done?
How would you do it, with panels or smth else?
Thank you