#1: Bug in SimpleGraph Rhomboid Author: onlytk, Posted: 30/10/05 02:00 I'm new with de SimpleGraph, but when i was testing the SGDemo, I had a exception, it occur when:
1. Put two Rhomboids on the SimpleGraph.
2. Link both.
3. and move one of the rhomboids around the other.
3. and......... occur an exception "Invalid floating point operation".
Someone occur, and some one not, i dont know why.
#2: Author: kokkoras, Location: Thessaloniki, GreecePosted: 31/10/05 02:03 It happened to me as well. But only once. I tried to reproduce it but failed.
Was it from inside Delphi or not? I mean, how was the demo activated? Was it using the stand-alone executable or the Run command of Delphi IDE? (I can't recall my case
#3: Author: Kambiz, Location: Tehran, IranPosted: 31/10/05 16:31 I could find one reason of the bug, and fixed it. But still there's another bug that I'm trying to fix it.
#4: Author: Kambiz, Location: Tehran, IranPosted: 01/11/05 09:00 The bug was not only in Rhomboids but also in all polygonal nodes. To fix this bug I had to change the way of calculating the end points of the links.
Also, to perevent Invalid Floating Point Operation Exception, I had to change Extended data type to Double.