Search found 6 matches

by khoff
Tue Sep 15, 2015 4:48 pm
Forum: Application Development
Topic: Using SNTP on QTERM terminal
Replies: 1
Views: 6444

Using SNTP on QTERM terminal

Hey there, I was wondering if the SNTP sync functionality available in iX 2.10 is accessible on the QTERM-A7 terminal? I ask because I'm trying it, and it's not working!

Thanks,
-Kendall
by khoff
Tue Aug 27, 2013 12:30 pm
Forum: Application Development
Topic: Key Text Library "Text" from a string type tag
Replies: 1
Views: 4746

Key Text Library "Text" from a string type tag

Is there a way to do this? We have a lengthy alarm list, most of which are pre-set (thus the text library makes sense). Some of them are spares, which we want to make variable. I would like to use the text stored in my variable tags, as the text displayed in the text library for a few of the entries...
by khoff
Mon Jun 11, 2012 11:33 am
Forum: Application Development
Topic: iX 2.0 - RollerPanel security
Replies: 2
Views: 7255

Re: iX 2.0 - RollerPanel security

I see. I was expecting the "access denied" popup like other controls...

Thanks,
Kendall
by khoff
Fri Jun 08, 2012 1:38 pm
Forum: Application Development
Topic: iX 2.0 - RollerPanel security
Replies: 2
Views: 7255

iX 2.0 - RollerPanel security

I can't get security to work on the RollerPanel object in new iX 2.0. Has anyone else tried this? I've attached the simple example file I'm working with...Project 2 in the zip file.

Thanks,

Kendall
by khoff
Thu Jun 07, 2012 11:32 am
Forum: Scripting
Topic: Login Screen
Replies: 19
Views: 50277

Re: Login Screen

I tried that in the source project, didn't work. Tried it your way, in a new project...worked fine. Thanks! Also added an if check to exclude specific users (in our case, we want to exclude a "Temporary" user). void PopulateList() { ISecurityManager securityManager = Globals.Security as ISecurityMan...
by khoff
Thu Jun 07, 2012 9:10 am
Forum: Scripting
Topic: Login Screen
Replies: 19
Views: 50277

Re: Login Screen

I'm just looking into creating a custom login screen, as the combo boxes are pretty small on the QTERMA7 panel. Now, I'm terrible at scripting as I don't do it very often, but adapting snippets shouldn't be too hard! Anyway, I get the same pallette of errors that the previous poster did, even after ...