Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gammaman64

    How can I use getOpenFile to parse the selected file?

    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!!!
  2. gammaman64

    Help Kirsle

    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(...
  3. gammaman64

    Need help with output?

    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 {...
  4. gammaman64

    Creating a new Window, by destroying one.

    Is there a way to create a new MainWindow, by destroying another one?
  5. gammaman64

    How does Tk FileSelect() work?

    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...
  6. gammaman64

    Help with Perl Tk

    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'...
  7. gammaman64

    Help with capturing user input.

    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(...
  8. gammaman64

    Invoking Windows XP Calculator

    Does anyone know the system call that invokes the Windows XP calculator. From What I heard it is only one line of code.
  9. gammaman64

    HELP With Tk function packForget()

    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...

Part and Inventory Search

Back
Top