Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ori1139

    perl tk canvas events hiding

    This is eventually what I did. I was just wondering if there is some other more elegant way to do it. Any way this is the way I calculated the corrected position of y-Axe: $self->{canvas}->CanvasBind("<Button-3>", [ \&popup_menu, Ev1('%y') ]); sub popup_menu { my ($canv...
  2. ori1139

    perl tk canvas events hiding

    The code I've posted is just a simplified version of what I really need to do. What I'm really trying to do is to draw a map with layer of information. The problem is that for example lines from the grid of the map hide events from the layer beneath them. Thanks Ori
  3. ori1139

    perl tk canvas events hiding

    Hi. I'm new to PerlTk. What I'm trying to achieve is getting the message "oval was pressed" even when I press the rectangle. Below there a simplified version of the code. require v5.8.5; use Tk; my $window = MainWindow->new; my $drawing = $window->Canvas(-width => 400, -height => 300...

Part and Inventory Search

Back
Top