in reply to Re: Perl tk FindNext in a text widget
in thread Perl tk FindNext in a text widget
Hi thundergnat
Despite insufficient information, you have understood my requirement excellently and exactly this is what I was looking for.
The only thing is "Previous" button working fine, but the "Next" button is only highlighting the first occurence of
the search string and not able to go forward.
I checked with caller(0) and other print statements. While pressing "Next", it is getting called properly with proper argument i.e "-forwards" but still the problem persists.
Thanks anyways.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl tk FindNext in a text widget
by Anonymous Monk on May 31, 2013 at 07:10 UTC | |
by ghosh123 (Monk) on May 31, 2013 at 07:26 UTC | |
by Anonymous Monk on May 31, 2013 at 08:00 UTC | |
by ghosh123 (Monk) on May 31, 2013 at 08:43 UTC | |
by Anonymous Monk on May 31, 2013 at 09:08 UTC | |
|