Group adress updated at - 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: Group adress updated at (/showthread.php?tid=2327) |
Group adress updated at - PassivPluss - 06.11.2019 Hi As subject indicated iam wondering if it is possible to get a "tooltip" when holding mouse over objects in visu that grabs the updated at from group adress? This is to indicate if the value is new or old? RE: Group adress updated at - buuuudzik - 06.11.2019 As I know only by Custom Javascript + .lp file. Custom JS could lhave such code: Code: $(function(){ You need also /user/objects.lp file with such content: Code: <? Then all controls on the visu which will have special classes e.g. "when-updated wh-1_1_1" (for 1/1/1 address) will have title with last updated info (). This is only some scratch, for a start |