Guest
Login
Register
Home
Help
Search
Login
Register
more G-Labs products
This forum is soon going to be read-only.
Please join the new
HomeGenie community on Google+
HomeGenie Forum
Automation Program Plugins and Wizard Scripting
Help
Raising event without showing notify window
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Raising event without showing notify window (Read 1175 times)
September 17, 2015, 12:24:03 AM
Read 1175 times
maxflax
Information
Full Member
Posts:
90
Raising event without showing notify window
As the subject says I would like to have the possibility to raise an event for a change to an parameter so When.ModuleParameterChanged((module, parameter) gets called, this without showing the notify window.
Logged
September 17, 2015, 12:34:44 AM
Reply #1
bkenobi
Information
Global Moderator
Posts:
1525
Re: Raising event without showing notify window
I'm not sure if you can do that directly, but you can get the same effect by clicking the red "x" when the notification displays. This will add that notification to the filter so that it won't be displayed on the HG web interface.
Logged
https://github.com/bkenobi/HomeGenie_Apps
September 17, 2015, 02:15:30 AM
Reply #2
maxflax
Information
Full Member
Posts:
90
Re: Raising event without showing notify window
What I'm looking for is just a little addition to HG core so I in the raiseEvent can opt out showing the notify window. I trigger stuff that are not interesting for the end user to see. Forcing the end user to hide irrelevant popups are not the way I want to go if I know it's irrelevant when coding.
«
Last Edit: September 25, 2015, 12:50:55 AM by maxflax
»
Logged
September 25, 2015, 11:23:22 PM
Reply #3
bkenobi
Information
Global Moderator
Posts:
1525
Re: Raising event without showing notify window
I think the user only has to filter it once. But, you could always look into the source and fork the code to add your update.
Logged
https://github.com/bkenobi/HomeGenie_Apps
Print
Pages: [
1
]
Go Up
« previous
next »
HomeGenie Forum
Automation Program Plugins and Wizard Scripting
Help
Raising event without showing notify window