Brett,
Not sure what I'm doing wrong here, but it still won't target MeediOS. I keep getting the message that says Application not found/active or whatever it says.
Any other ideas?
Shawn
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 8 matches
- Sat Sep 12, 2009 5:41 pm
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
- Thu Sep 10, 2009 1:26 pm
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
Re: Plugin for MeediOS
This is so maddening. This code tag works:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1194">
<Macro Name="<unnamed macro>" Expanded="True">
<Action>
Window.FindWindow(None, u'H3-WM-COMMAND', None, None, None, None, True, 0.0, 0)
</Action>
<Action>
Window.SendMessage(273, 2 ...
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1194">
<Macro Name="<unnamed macro>" Expanded="True">
<Action>
Window.FindWindow(None, u'H3-WM-COMMAND', None, None, None, None, True, 0.0, 0)
</Action>
<Action>
Window.SendMessage(273, 2 ...
- Thu Sep 10, 2009 5:58 am
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
Re: Plugin for MeediOS
Oh and I stand corrected. I do NOT have a functional piece of plugin code. This so strange. The Code tag stuff works, when it gets into Python it doesn't work. Ugh!
Shawn
Shawn
- Thu Sep 10, 2009 5:28 am
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
Re: Plugin for MeediOS
Brett,
Ok I've got a successful MeediOS plugin for EventGhost. However, the behavior is quite a bit different than the other apps I've worked with in EventGhost so far. Most apps (like Meedio, WMP, MPC, Zoom Player, etc.) you can leverage an event named Task.Activated.XYZProgram and have it switch ...
Ok I've got a successful MeediOS plugin for EventGhost. However, the behavior is quite a bit different than the other apps I've worked with in EventGhost so far. Most apps (like Meedio, WMP, MPC, Zoom Player, etc.) you can leverage an event named Task.Activated.XYZProgram and have it switch ...
- Thu Sep 10, 2009 4:04 am
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
Re: Plugin for MeediOS
I'm not sure what you mean. EventGhost is Bitmonster's. If you mean my beta version (I can't tell if anyone has tried it, downloads don't register), I need to get a new release out, but it is shaping up. Or did you mean my Mce Ir stuff? :D
:oops: I was thinking that you were involved in MeediOS ...
:oops: I was thinking that you were involved in MeediOS ...
- Thu Sep 10, 2009 3:22 am
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
Re: Plugin for MeediOS
Brett,
We definitely miss you over at the MeediOS forums. Your HID support / Input mapper is the bomb. I tested the False/True toggle that you mentioned, but it didn't seem to do anything (still got Window Not Found message in the python script window). I did however use the Eventghost GUI to ...
We definitely miss you over at the MeediOS forums. Your HID support / Input mapper is the bomb. I tested the False/True toggle that you mentioned, but it didn't seem to do anything (still got Window Not Found message in the python script window). I did however use the Eventghost GUI to ...
- Thu Sep 10, 2009 2:47 am
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
Re: Plugin for MeediOS
Question for bitmonster (or any of the plugin devs that might have some ideas).
I'm one of the two developers that coded support for WM_COMMAND into MeediOS. After completing the code, I took at stab at writing an EventGhost plugin for MeediOS. So I took the existing python code for the Meedio ...
I'm one of the two developers that coded support for WM_COMMAND into MeediOS. After completing the code, I took at stab at writing an EventGhost plugin for MeediOS. So I took the existing python code for the Meedio ...
- Tue Apr 07, 2009 1:09 pm
- Forum: Feature Requests
- Topic: Plugin for MeediOS
- Replies: 19
- Views: 13690
Re: Plugin for MeediOS
This is just a heads up that I've created an EventGhost plugin for MeediOS. I will release it once I finish writing WM_Command processing support into MeediOS (prior to adding this there's not a way for EventGhost to trigger events). Well technically MeediOS does have a network server listener, but ...