Search found 29 matches

by Hi-Volt
Wed Jul 18, 2012 12:27 am
Forum: Scripting
Topic: Adding user via script
Replies: 3
Views: 11809

Re: Adding user via script

Thank you very much!
Best regards
by Hi-Volt
Tue Jul 17, 2012 12:21 am
Forum: Scripting
Topic: Adding user via script
Replies: 3
Views: 11809

Adding user via script

Good morning. I'm trying to add a user to the panel via script. I have written the following code but it doesn't work fine: SecurityUser su =new SecurityUser(); su.Username="Username"; su.Password="Password"; SecurityGroups sg=SecurityGroups.None; su.Groups=sg; Globals.Security.Users.Add(su); If I e...
by Hi-Volt
Tue Apr 10, 2012 5:28 am
Forum: Application Development
Topic: Reinitialize a trend
Replies: 3
Views: 7222

Reinitialize a trend

Hi. I need to reinitialize a trend, deleting the old values of the curve when a user logs out. Is it possible? In which way?
Thank you!
Best regards
by Hi-Volt
Wed Jan 18, 2012 2:00 am
Forum: Application Development
Topic: Problem with the title bar
Replies: 5
Views: 12804

Re: Problem with the title bar

Ok. Then the problem will probably be solved with the next ixDeveloper release, I guess....
Thank you.
Best regards
by Hi-Volt
Tue Jan 17, 2012 3:13 am
Forum: Application Development
Topic: Problem with the title bar
Replies: 5
Views: 12804

Problem with the title bar

Hi. I'm developing a project for a TA100 panel.
I need a popup without the close button in the right corner. I selected "No Title Bar" in the Project -> Settings -> Display/Panel menu, but the title bar is still visible.
Could you help me please?
Thank you.
Best regards
by Hi-Volt
Fri Dec 23, 2011 2:11 am
Forum: Scripting
Topic: File copy via FTP
Replies: 4
Views: 11067

Re: File copy via FTP

Hi. Yes, the panel is an FTP client.
Thank you!
Best regards!
by Hi-Volt
Thu Dec 22, 2011 5:37 am
Forum: Scripting
Topic: File copy via FTP
Replies: 4
Views: 11067

File copy via FTP

Hi. I need to copy some files from a iX panel TA100 (\FlashDrive\Project\Project Files\MyFile) to a remote computer via ftp. Unfortunately the .NET Compact Framework doesn't include this functionality. I tried to use a third-party library (.dll) but it doesn't work fine. Could you help me please? Th...
by Hi-Volt
Fri Nov 25, 2011 2:01 am
Forum: Scripting
Topic: Alarm Viewer - colums width
Replies: 1
Views: 7413

Re: Alarm Viewer - colums width

Excuse me, I hadn't noticed the "column width" property in the General>Show Colums menu. The problem is solved.
Best regards!
by Hi-Volt
Wed Nov 23, 2011 10:35 am
Forum: Scripting
Topic: Alarm Viewer - colums width
Replies: 1
Views: 7413

Alarm Viewer - colums width

Hi. I have a question about the Alarm Viewer. Is it possible to set the width of the colums by a script?
Thank you!
Best regards
by Hi-Volt
Tue Nov 15, 2011 7:36 am
Forum: Application Development
Topic: Non-volatile Tag lifetime
Replies: 1
Views: 7690

Non-volatile Tag lifetime

Hi. As the subject, how long is the lifetime of a non-volatile Tag when the panel is off? A defined or undefined time?
Thank you!
Best regards