Brian Sorensen

Members
  • Content count

    1
  • Joined

  • Last visited

About Brian Sorensen

  • Rank
    Forum Newbie
  1. Drag Node OSX vs Windows

    Hey, I have been playing with Drag Nodes. My problem is that the code below works when I render it from Chrome running on OS X but not with the same version of Chrome running on Windows. Any insight into why this could be? Problems: Tooltip doesn't work on Windows, works fine on OS X Nothing happens when I drag an icon, works fine on OS X Double-click doesn't work on Windows, launches to google.com on OS X Chrome Version is 59.....115 on both systems Windows 7 / macOS 10.12.5 <chart palette="2" xaxisminvalue="0" xaxismaxvalue="100" yaxisminvalue="0" yaxismaxvalue="100" is3d="1" showPlotBorder="0" showformbtn="0" viewmode="1" allowdrag="1" showToolTip="1"> <dataset> <set x="10" y="50" width="150" height="150" link="http://google.com" name="Robot Arm 8935" color="#ff0000" id="sensor1" imagenode="1" imageurl="https://servername/img/file-2.png" labelalign="top" imagealign="middle" alpha="0" imagewidth="100" imageheight="100" tooltext="Sensor1" allowdrag="1" /> <set x="30" y="50" width="150" height="150" link="http://google.com" name="Whatchamacallit 8930" color="#ff0000" id="sensor2" imagenode="1" imageurl="https://servername/img/file-3.png" labelalign="top" alpha="0" imagealign="middle" imagewidth="100" imageheight="100" tooltext="Sensor2" allowdrag="1" /> <set x="50" y="80" width="150" height="150" link="http://google.com" name="Filler 8039" color="#ff0000" id="sensor3" imagenode="1" imageurl="https://servername/img/file.png" labelalign="top" imagealign="middle" alpha="0" imagewidth="100" imageheight="100" tooltext="Sensor3" allowdrag="1" /> <set x="50" y="20" width="150" height="150" link="http://google.com" name="Filler 8040" color="#ff0000" id="sensor4" imagenode="1" imageurl="https://servername/img/file.png" labelalign="top" alpha="0" imagealign="middle" imagewidth="100" imageheight="100" tooltext="Sensor4" allowdrag="1" /> <set x="70" y="80" width="150" height="150" link="http://google.com" name="Filler 8041" color="#ff0000" id="sensor5" imagenode="1" imageurl="https://servername/img/file.png" labelalign="top" imagealign="middle" alpha="0" imagewidth="100" imageheight="100" tooltext="Sensor5" allowdrag="1" /> <set x="70" y="20" width="150" height="150" link="http://google.com" name="Filler 8042" color="#ff0000" id="sensor6" imagenode="1" imageurl="https://servername/img/file.png" labelalign="top" alpha="0" imagealign="middle" imagewidth="100" imageheight="100" tooltext="Sensor6" allowdrag="1" /> <set x="90" y="50" width="150" height="150" link="http://google.com" name="Packager 4983" color="#ff0000" id="sensor7" imagenode="1" imageurl="https://servername/img/file-1.png" labelalign="top" imagealign="middle" alpha="0" imagewidth="100" imageheight="100" tooltext="Sensor7" allowdrag="1" /> </dataset> <connectors color="FF0000" stdthickness="5"> <connector strength="1" from="sensor1" label="connector1" to="sensor2" color="#33cc33" arrowatstart="0" arrowatend="1" /> <connector strength="1" from="sensor2" label="connector2" to="sensor3" color="#33cc33" arrowatstart="0" arrowatend="1" /> <connector strength="1" from="sensor2" label="connector3" to="sensor4" color="#33cc33" arrowatstart="0" arrowatend="1" /> <connector strength="1" from="sensor3" label="connector4" to="sensor5" color="#33cc33" arrowatstart="0" arrowatend="1" /> <connector strength="1" from="sensor4" label="connector5" to="sensor6" color="#ff0000" arrowatstart="0" arrowatend="1" /> <connector strength="1" from="sensor5" label="connector6" to="sensor7" color="#33cc33" arrowatstart="0" arrowatend="1" /> <connector strength="1" from="sensor6" label="connector7" to="sensor7" color="#33cc33" arrowatstart="0" arrowatend="1" /> </connectors> </chart>