PDA

View Full Version : how to reach all hotspots (IDs) at once?


phberlin
07-25-2008, 09:48 AM
Hello everyone,

I wonder if there is an expression to reach all IDs at once. For example if I wanted to make all hotspots invisible at once, is there something like

"all_hotspots.visible = 0" (in analogy to "my_single_spot_id.visible = 0"?

I remember (it's more some strange fragment in my head) something like using the hyphen ("-") has to do with it?

Regards, Ph.

cheathamlane
07-26-2008, 02:27 AM
Hey there:

To my knowledge, you'll need to do it by hand, naming each hotspot and action on its own line (or separated by semicolon). that's why I made that grouped hotspots plugin. Hopefully I didn't miss something totally obvious... :P

phberlin
07-26-2008, 11:36 AM
Thanks Patrick,

hmm, didn't realize there was your plugin :-) OK, so in case I don't want to write one million lines just to hide all the hotspots, I can still purchase it...

Regards, Ph.

cheathamlane
07-26-2008, 06:44 PM
Yah, I created the plugin exactly so I wouldn't have to write a zillion lines... :-P

Hopefully a future version of FPP will allow for control of "grouped" hotspots.