![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: How to add both a text entry option for file location entry and also a file search option using file searchby choroba (Cardinal) |
on Aug 01, 2016 at 11:07 UTC ( #1168929=note: print w/replies, xml ) | Need Help?? |
I used a text variable to share the file path. The variable is scoped around the command invoked by the button, so selecting the file changes the path in the entry. I packed the entry later, though, to have the button packed first. Have you noticed how the following sample is shorter than the original? It only contains the related parts, i.e. the file name selection.
In Section
Seekers of Perl Wisdom
|
|