Hi,
Using iX developer 2.40 SP6 for an X2 Extreme 12 panel.
Is there a way to disable the Security LoginUser/Logout popup?
Regards,
Ken
Login/Logout popup
-
- Posts: 137
- Joined: Mon Jun 11, 2012 2:10 pm
Re: Login/Logout popup
Ken,
Do you mean the dialog that appears indicating user has logged in/out? If you are using login/logout through script, you can supply the login/logout function with the value 'false'
Do you mean the dialog that appears indicating user has logged in/out? If you are using login/logout through script, you can supply the login/logout function with the value 'false'
Code: Select all
Globals.Security.Login(false);
Globals.Security.Logout(false);
Adam M.
Controls Engineer
FlexEnergy
Controls Engineer
FlexEnergy