Search found 3 matches

by Eric
Fri Sep 06, 2013 7:24 am
Forum: Scripting
Topic: add runtime button or shape
Replies: 2
Views: 10766

add runtime button or shape

Hi, I want to add some buttons and/or shapes runtime on a form. I can creat it, but I don't get it on the form: public void Button1_Click(System.Object sender, System.EventArgs e) { winButton btn = new winButton(); btn.Height = 40; btn.Width = 300; btn.BackColor = Color.Red; btn.Name = "btn1"; this....
by Eric
Fri Sep 06, 2013 3:53 am
Forum: Scripting
Topic: Adding radiobutton with a button
Replies: 4
Views: 10701

Re: Adding radiobutton with a button

Hi Iva,

I have the same problem. Did you already found a solution?

Eric
by Eric
Wed May 22, 2013 11:57 pm
Forum: Controller Communication
Topic: read/write directly to registers in a FX3u
Replies: 1
Views: 7323

read/write directly to registers in a FX3u

Hi,

Is it possible to read/write directly (without using the OPC-server) to a FX3u?

Eric