![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Aug 2005
Posts: 66
Rep Power: 0
![]() |
Hi all,
I was wondering if anybody out there knew how to open an application with a specific window name or id. To be specific, I'm writing a set of scripts that play various media files though mplayer, and I want mplayer open with either a specific window name, or an id. Or even someway to get the window id on startup. That would be a great help! From looking myself...the closest I've come to finding a solution is the x11 command "xwininfo," which returns a great deal of info about the window including it's id...but I need the name of the window for that to work...and since there will be multiple mplayers open at one time, it would be most helpful if I had a way to either set a name to mplayer on startup, or get/set it's id on startup. Thanks for all the help! ![]() |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: New Mexico
Posts: 228
Rep Power: 4
![]() |
Do you mean 'talk to' rather than open?
If so, you mean IPC - inter process communication. |
|
|
|
|
|
#3 |
|
Professional Programmer
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 314
Rep Power: 4
![]() |
Unless the app supports a command line option to set its window ID, I have my doubts about the possibility of forcing one. Finding one out is a maybe, though; there must be some way to get a list of open windows or maybe the ID of the uppermost window. I'm just barely scratching the surface of Windows scripting myself, so I don't know for sure. Anyone else know more? I'd be interested to know, too.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|