Search found 10 matches

by ThatGuy
Thu Oct 22, 2020 9:08 pm
Forum: Scripting
Topic: Datagrid properties
Replies: 3
Views: 7098

Re: Datagrid properties

monikavd wrote:
Tue Feb 06, 2018 2:38 am
I'm trying to modify some properties of datagrid but I don't know how.
Do yo know how to modify the columm width?
Hi,

Did anyone manage to change the column width properties?
by ThatGuy
Thu Oct 22, 2020 5:53 pm
Forum: Tags
Topic: Simple logic
Replies: 2
Views: 12195

Re: Simple logic

I know this is a really old post but its always nice to have an answer when looking through old forum posts.

the method you have created "void Test()" is never called in this script. You will need some event to call it such as a value change or button press.

I hope this helps someone one day.
by ThatGuy
Tue Oct 06, 2020 9:26 pm
Forum: Application Development
Topic: [question]iX HMI database
Replies: 2
Views: 6438

Re: [question]iX HMI database

is there any actual instructions on how to use this SQL Proxy? the one page pdf doesnt really explain anything at all
by ThatGuy
Mon Sep 25, 2017 7:16 pm
Forum: Application Development
Topic: Barcode reading and Analog numeric virtual keyboard
Replies: 3
Views: 8399

Re: Barcode reading and Analog numeric virtual keyboard

I realize this is an old thread but there is an easier way that i have just found by making the analog numeric textbox a read only and adding a click event in the script you can call a popup without opening the keyboard. I am doing this so the user can touch the textbox and the pop up is shown, they...
by ThatGuy
Mon Sep 18, 2017 6:53 pm
Forum: Scripting
Topic: iX Developer C# manual?
Replies: 1
Views: 5248

iX Developer C# manual?

Hi :D

Can anyone please tell me, is there a manual for C# in iX Developer?

Cheers
by ThatGuy
Mon Sep 18, 2017 5:38 pm
Forum: Application Development
Topic: ComboBoxes
Replies: 2
Views: 7106

Re: ComboBoxes

what about when you need a combobox to populate its data based on tag values? for example I need to use a combobox to allow a user to change a value from a predefined list of values, although the list of values can be changed by another screen with security privledges. the values could be anything a...
by ThatGuy
Mon Sep 18, 2017 3:13 am
Forum: Application Development
Topic: IF Then Else Statement loop??
Replies: 1
Views: 5025

IF Then Else Statement loop??

Hey Guys, I'm making a program where a user has 3 rows of 6 text boxes for saw positioning, they can click on each box and a pop up window appears where they can select 10 sizes to choose from to put into each of the boxes individually. currently I have them click the box they want to change and ass...
by ThatGuy
Wed Sep 13, 2017 10:53 pm
Forum: Controller Communication
Topic: Changing IP-settings in HMI
Replies: 1
Views: 7681

Re: Changing IP-settings in HMI

are you wanting to change the IP of the HMI?

I believe you do it from the settings menu when the screen powers up. once the hour glass appears on screen touch anywhere on the screen and continue to touch until a white background appears. enter settings menu from there.
by ThatGuy
Wed Sep 13, 2017 10:31 pm
Forum: Controller Communication
Topic: Allen-Bradley and ix T7E "comm err stn0 "
Replies: 1
Views: 6940

Re: Allen-Bradley and ix T7E "comm err stn0 "

Hey mate, is this any use to you?
by ThatGuy
Wed Sep 13, 2017 10:27 pm
Forum: Controller Communication
Topic: Allen Bradley program tags
Replies: 1
Views: 5873

Allen Bradley program tags

Hi all. I am new to iX, i have been given a beijer touch screen program that needs to be heavily modified to suit a new installation. I have set up communications to between the plc (1756 - L62 Allen Bradley) and I can access the controller tags, what I need to do is access the program tags. I have ...