|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
ExecuteProcess forcing called app to "unhide"
I am wanting to use ExecuteProcess() to send a command to EventGhost. The command has EvenGhost find an application and bring it to the front. The problem is when I send the command from Sage using ExecuteProcess(), it makes EventGhost unhide from the tray. If I send EventGhost the same command from a batch file ths does not happen. How can I do the same from Sage?
The command I am sending is: Code:
EventGhost.exe -e findxbmc Code:
ExecuteProcess("C:\\Program Files\\EventGhost\\EventGhost.exe","-e findxbmc", null, null) |
#2
|
||||
|
||||
Looks like my error was trying to send 2 arguments in that code. Using
Code:
ExecuteProcess("C:\\Program Files\\EventGhost\\EventGhost.exe", java_lang_String_split("-e,findxbmc", ","), null, null) |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wireless MVP Failling to load app | Cynder207 | SageTV Media Extender | 0 | 05-14-2008 10:10 AM |
Tables, Java - Java Not being Called for each TableComponent Cell | stuckless | SageTV Studio | 3 | 04-02-2008 03:03 PM |
Dropped favorite recording -- with debug logs | Surtr | SageTV Software | 4 | 02-19-2008 10:48 AM |
Forcing S3 Standby After SageTV Intiated Recording Completes | DCKJR | SageTV Software | 0 | 08-06-2007 08:51 PM |
executeprocess arguments | evilpenguin | SageTV Studio | 4 | 04-27-2006 08:41 AM |