MadTomT
MadTomT
Thanks for the reply. I'm using an onDrop to update various values within the row, but I've not been able to get it to stop the drop when its above...
in my onDrop I've added: ``` if (group.attr('id') === undefined) { $('#' + row.id).insertAfter('#lastGroup'); } ``` This isn't working. I can see row.id = 3 and I've used insertAfter with...
Thanks I seem to have go this working. All my rows have unique ID's, So I'm finding my top rows ID, and the returning false if the ID of the...
I've just rebuilt shc on openSUSE 15.1 Before doing this I tried the following: ``` CC=/usr/bin/gcc export CC=/usr/bin/gcc ./configure make sudo make install ``` I then ran shc using: ```...
I've got this working quite nicely using these zoom functions ``` var currentZoom = 1.0; $('#btn_ZoomIn').click( function () { $('#vxmllayout').animate({ 'zoom': currentZoom += .1 }, 'slow'); $flowchart.flowchart('redrawLinksLayer'); }) $('#btn_ZoomOut').click( function...
Sort of go this working, but as I move the mouse down the screen the gap between the mouse and the dotted temporary link grows wider. Any way to sort...
@Rob-ModernAnalytics please share this 😁
@Rob-ModernAnalytics is there any news on this ? Thanks
@Rob-ModernAnalytics any news on this ? Can you share the changes ? Thanks
Hi Rob, any news on this ? Can you make the changes available? Thanks