I want to use getOpen file, and upon the user selecting the file, it will open a window asking what they wish to parse in the file, then the parsed file needs to get written out to a file, PLEASE HELP!!!
I think we have a misunderstanding. The text that the user types in the widget, is a file on the users HHD, I want that file that the user types in to be looked for, so that it can return to the dos window the information being searched for.
sub check {
my $check = $mw->DialogBox(...
I need the following segment of code to have the system look at the file which the user types into the entry widget. The only thing it does write now is store the click into a variable. I know it doesnot work because when executed there is no output on the dos window. Please help.
sub check {...
I want to be able to store the click from the selected file on the OpenFile Dialog Box so that I can open another Dialog Box which will obviously take user input. I need this input be searhed for or "parsed", obviously with a matching pattern, and I would like to have the results, written out...
I am very new to Perl and I am trying to get data that was capurted with a Dialog Widget, to display the searched results out in a Label Widget. Iam having some difficulty, any help would be greatly appriciated.
sub check {
my $check = $mw->DialogBox (
-background => 'red'...
Iam trying to write a function with a gui interface that allows the user to enter a file, and the system will check that file, and return the result. After they enter the file, how do I capture what they have entered, to be checked by the system.
sub check{
my $check = MainWindow->new(...
I am fairly new with Tk and I am trying to unpack the gui
when either yes or no are clicked, the problem I am having is that once they are packed I am finding it hard to
"command" a packed button. At the bottom is where I am trying to unpack the widget, when either yes or no are clicked. Here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.