Posted on 2007-11-08 22:32:50-08 by gleepglop
Virtual events <<Paste>> et al. not working???
when I try to call $w->eventGenerate('<<Paste>>'); nothing happens. same with <<Copy>> and <<Paste>>. Though $w->eventGenerate('<Control-v>') et. al works fine. (but I want to rebind <Control-v> and ca +ll <<Paste>> to do the paste.) I looked in the TableMatrix.pm file (I'm a beginner at this stuff by the way) and it appears that < +Control-v> and <<Paste>> are bound to the same function 'Paste' in the exact same way, so why woul +dn't it work. I'm stumped. Though I know I could use Tk::TableMatrix->Paste(), it's not mentioned in the document +ation and so I assume that it's supposed to be a "private" subroutine.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.