In the 'Find Window' Action you can set it to stop if the window is not found... but I'd like to stop the process if it IS found. Is this a missing feature?
Must I add a do nothing macro and jump to it?
My goal...
I want to check to see what apps are running before I decide if I should turn off my receiver.
Check J River Media Center
- if on, stop macro
- if off, continue
Check XBMC
- if on, stop macro
- if off, continue
Turn off Receiver
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.
Stop Processing Macro IF Window Found - missing?
Stop Processing Macro IF Window Found - missing?
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
Re: Stop Processing Macro IF Window Found - missing?
Maybe you could use a jump action (to jump to an empty macro):
- <FindWindow> "Media Center" ('stop macro if target not found' unchecked)
<Jump> 'if last action was successful' to macro "StopMediaCenter"
...
...
... (actions if window not found)
Re: Stop Processing Macro IF Window Found - missing?
I'm using Jumps but this is not efficient IMO and just extra work for no benefit. We really need to have an additional option in the Find Window action.
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system