Page 2 of 2

Re: External program check

Posted: Wed May 01, 2013 3:45 am
by Edmund
Hi GoranW!

If you want to start other applications on a panel you cant use the user32.dll becuse it don´t exists. But there is a code.dll instead.

Have a look at this post first and see if it helps, if not let us know.

http://beijerinc.com/support/ix/forum/v ... a918#p2838

Best Regards

Re: External program check

Posted: Tue Jun 04, 2013 7:47 am
by J.Fo
Hi Edmund

im kind of new with this and really need some help :)

This isnt same problem as the head line, but i have 2 T15C screens and working with ix2.0

I want to be able to take the control of the other screen using Remote Desktop Connection. So i saved the connection, put it in the Windows file, and used the Run action in ix. At first it works, but the "connection" ends up behind the ix program and i cant reach it, altough i can see it in my toolbar and if i close the ix program its visible.

Can i in someway make it appear on top of everything so i can start the connection and then get back to the program when i am done ?

i can also press the button many times and for everytime it starts a new "connection". how can i stop that if i only want it to start once ?

Best regards Jesper

Re: External program check

Posted: Tue Jun 04, 2013 8:22 am
by mark.monroe
You can set whether or not the iX project is always on top.
Snap 2013-06-04 at 08.20.32.png
Snap 2013-06-04 at 08.20.32.png (67.95 KiB) Viewed 10445 times
In C# you should be able to detect whether or not a particular application is running on the screen. Then you can use an if statement to decide whether or not to launch your Remote Desktop Application.

Re: External program check

Posted: Wed Jun 05, 2013 2:15 am
by J.Fo
Thank´s it worked great now.

/Best regards Jesper

Re: External program check

Posted: Mon Nov 04, 2013 12:26 pm
by jmkowol
Is there a way to Open a "note pad" application on a T7A HMI?
The reason why I am asking is that down the road I might need to edit a NC program code as Txt file in the HMI environment and using an already existing Editor would help ding so.
Any Ideas?
At this moment it is not a "hot topic" for me but this could happen sooner than later.

Greetings
Would appreciate any ideas.

J

Re: External program check

Posted: Mon Nov 04, 2013 2:11 pm
by Edmund
Have a look at this old thread and post #3, it starts Wordpad.

http://beijerinc.com/support/ix/forum/v ... f=4&t=1308