Hi all,
I'm trying to Bind to a tag on text on a canvas with no luck.
I can use CanvasBind to bind to the entire canvas and print the message but I can't bind to blue colored text which it what I want.
Find my code below.
$canvas->bind("blue", "<Enter>",
[ sub { print "hi" }]);