======== > atm when I right click on an entry in my hlist it doesnt select the > entry currently under the mouse pointer (ie explorer like behaviour). > Can some1 give me a few pointers. > I've had the same problem and this is my solution - when user press we send with same coords. $tree->bind("" => [\&menu_popup, Ev('x'), Ev('y')]); sub menu_popup { my ($wg,$x,$y) = @_; $wg->eventGenerate('', -x => $x , -y => $y ); if (my $sel=$wg->info("selection")) { $menu->Popup(-popover => "cursor", -popanchor => 'nw') }