covington 2005-07-21 06:36
I downloaded the vbs and it works fine for txt files. I had a RSView application from Rockwell and looks like it only opens at the 1st display and won't work at the script. I can use hot key to move it to other displays and it is really pain to do it every time. Any suggestion? Thanks!
|
Christian Studer 2005-07-21 07:25
Does the file get opened successfully, but the window doesn't get moved to the specified monitor?
Christian Studer - www.realtimesoft.com
|
Covington 2005-07-24 12:55
Yes. The application opens fine. It is the same application being opened four times. It looks like all 4 apps stay at the same window although I put 1, 2, 3 and 4 at the end of command line.
|
Christian Studer 2005-07-25 00:58
This could happen if the application takes a long time to complete startup.
By default UltraMon will only wait up to 10 seconds. To change this, open the script in a text editor (for example Notepad), look for the line
If wnd.GetAppMainWindow(util.ProcessId, 10000) = True Then
then replace 10000 with 20000. UltraMon will then wait up to 20 seconds.
Christian Studer - www.realtimesoft.com
|