Open GoogleCodeExporter opened 9 years ago
I'm having the same problem, looking for a solution.
Excellent work, thanks a lot for it!
Juan
Original comment by juan.t...@gmail.com
on 18 Dec 2007 at 10:00
i solved that by just adding this code snippet into the script section of the
parent
application:
public function singleClick(e:Event):
{
// visual graph parent app dependency
}
greets, bex.
Original comment by petar.b...@gmail.com
on 20 Jan 2008 at 5:49
What are you trying to use as a component?
The main class in the graphLayout library, VisualGraph is actually
already a component (it is derived from Canvas).
Let me know what other parts you'd like to use as a component and need
the singleClick() method?
Original comment by spo...@gmail.com
on 21 Mar 2008 at 3:16
Original issue reported on code.google.com by
livelyca...@gmail.com
on 1 Sep 2007 at 7:03