Never mind, I figured out what I was doing wrong.
I didn't realize that you could change the values in the message box manually. I thought that you had to choose one of the 4 options in the dropdown box. Thanks for this. It will help get my system set up, but I was still hoping to get a plug-in ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 6 matches
- Wed Nov 26, 2008 6:11 pm
- Forum: General Support
- Topic: Possible NOOB Question - Plug-in Development
- Replies: 14
- Views: 5454
- Wed Nov 26, 2008 3:43 pm
- Forum: General Support
- Topic: Possible NOOB Question - Plug-in Development
- Replies: 14
- Views: 5454
Re: Possible NOOB Question - Plug-in Development
There is a potentially simpler approach.
Instead of writing a plug-in for this, just use the SendMessage action. This assumes that TMT is your top window; if it's not, you could search for it and bring it up, but you would only have to do it once, not on each action. Considerably more efficient, I ...
Instead of writing a plug-in for this, just use the SendMessage action. This assumes that TMT is your top window; if it's not, you could search for it and bring it up, but you would only have to do it once, not on each action. Considerably more efficient, I ...
- Fri Nov 14, 2008 8:57 pm
- Forum: General Support
- Topic: Possible NOOB Question - Plug-in Development
- Replies: 14
- Views: 5454
Re: Possible NOOB Question - Plug-in Development
I realize that this may be starting to move towards a plug-in development thread, so please feel free to move it appropriately:
I have gotten some work done on this TMT plug-in, but I have really hit a snag. Everytime I try to execute a command using the attached code, I receive the following from ...
I have gotten some work done on this TMT plug-in, but I have really hit a snag. Everytime I try to execute a command using the attached code, I receive the following from ...
- Tue Nov 11, 2008 6:29 pm
- Forum: General Support
- Topic: Possible NOOB Question - Plug-in Development
- Replies: 14
- Views: 5454
Re: Possible NOOB Question - Plug-in Development
Well, I'm starting to get somewhere. I did what you suggested and found a post where someone had discovered some of the more common commands. They seemed to state that TMT was not as responsive to Sendmessage as much as Postmessage. I'm going to try to play with this for a while and see what I can ...
- Tue Nov 11, 2008 5:20 pm
- Forum: General Support
- Topic: Possible NOOB Question - Plug-in Development
- Replies: 14
- Views: 5454
Re: Possible NOOB Question - Plug-in Development
It is indeed a known issue in TMT. Pressing the keyboard directly results in the same errors. But what I was thinking (perhaps incorrectly) was that there was some way to map the events directly to the commands that the program receives internally when a user presses the "Next" or "Previous" button ...
- Mon Nov 10, 2008 10:45 pm
- Forum: General Support
- Topic: Possible NOOB Question - Plug-in Development
- Replies: 14
- Views: 5454
Possible NOOB Question - Plug-in Development
I am working on creating a plug-in for Arcsoft's TotalMedia Theatre, which I use for DVD, HD-DVD, and Blu-ray playback on my HTPC. I currently have things working reasonably well using keyboard emulations for the remote commands. However, there is an issue with this program and certain High Def ...