Login/Logout popup

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
kkwon2
Posts: 26
Joined: Thu Dec 13, 2012 2:07 pm

Login/Logout popup

Post by kkwon2 »

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

AMitchneck
Posts: 137
Joined: Mon Jun 11, 2012 2:10 pm

Re: Login/Logout popup

Post by AMitchneck »

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'

Code: Select all

Globals.Security.Login(false);
Globals.Security.Logout(false);
Adam M.
Controls Engineer
FlexEnergy

kkwon2
Posts: 26
Joined: Thu Dec 13, 2012 2:07 pm

Re: Login/Logout popup

Post by kkwon2 »

Great, thanks.

Ken

Post Reply