in reply to Re^6: embedding xterm in perl/tk window
in thread embedding xterm in perl/tk window

You might look at Expect instead. If the goal is to make things easier for the user, even in the face of stubbornly hard-to-use tools, running those tools via Expect will let you mediate the dialog in ways that can really make things easier for the user.
  • Comment on Re^7: embedding xterm in perl/tk window

Replies are listed 'Best First'.
Re^8: embedding xterm in perl/tk window
by diamantis (Beadle) on Oct 08, 2007 at 17:48 UTC
    Expect would probably handle it better, but the end-user should have to know how to install expect to his/her system.

    I am trying to make it as simple as possible since it is going to be used from people that do not have to know to much about computers