Block Control Visu - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Block Control Visu (/showthread.php?tid=3024) |
Block Control Visu - benanderson_475 - 25.11.2020 Is it possible to have some controls disabled if say 1/1/1 = true i can visually indicate this by putting an opaque filter(using JS) on top on the vis in the area of these controls? but I don't know how to make the objects unusable while 1/1/1 is true is there some way to make them read only while 1/1/1 is true? or is there some better way to achieve this? I want some controls to be disable (cant be opperated) when 1/1/1 it true and re enable for use when false , and i want this to be obvious to the user if these are disabled. RE: Block Control Visu - Erwin van der Zwart - 25.11.2020 I guess you are looking for this: https://forum.logicmachine.net/showthread.php?tid=702&pid=3962#pid3962 RE: Block Control Visu - benanderson_475 - 26.11.2020 (25.11.2020, 21:58)Erwin van der Zwart Wrote: I guess you are looking for this: https://forum.logicmachine.net/showthread.php?tid=702&pid=3962#pid3962Perfect, thanks Erwin |