in reply to Tk::Browseentry -browsecmd Option with Subroutine Parameter

Could you see this Tk Browseentry example and tell me if that does anything for you?

  • Comment on Re: Tk::Browseentry -browsecmd Option with Subroutine Parameter

Replies are listed 'Best First'.
Re^2: Tk::Browseentry -browsecmd Option with Subroutine Parameter
by erpse (Initiate) on Mar 19, 2015 at 15:06 UTC

    Actually, I was able to find a workaround based on the code from the Link. Since my Values are unique, it is possible to identify the Browseentry and the Index when the Value is passed along to the Subroutine. But choroba provided a more direct way to solve my problem.