home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / tcl / 2120 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.3 KB

  1. Path: sparky!uunet!pipex!doc.ic.ac.uk!uknet!edcastle!hwcs!caledonias3.caledonia.hw.ac.uk!censjg
  2. From: censjg@caledonias3.caledonia.hw.ac.uk (Simon Greaves)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: tclMotif, any info?
  5. Message-ID: <1992Dec16.151627.2050@cs.hw.ac.uk>
  6. Date: 16 Dec 92 15:16:27 GMT
  7. References: <1992Dec10.155238.13437@cs.hw.ac.uk> <SPENCER.92Dec11173536@guraldi.med.umich.edu>
  8. Sender: news@cs.hw.ac.uk (News Administrator)
  9. Organization: Department of Computer Science, Heriot-Watt University, Scotland
  10. Lines: 23
  11.  
  12. In article <SPENCER.92Dec11173536@guraldi.med.umich.edu>, spencer@med.umich.edu (Spencer W. Thomas) writes:
  13. |> In article <1992Dec10.155238.13437@cs.hw.ac.uk> censjg@caledonias3.caledonia.hw.ac.uk (Simon Greaves) writes:
  14. |> 
  15. |> >     exec xterm -e someprog &
  16. |> 
  17. |> > works fine, but
  18. |> >     exec xterm &
  19. |> 
  20. |> > gives 
  21. |> >     ioctl: not owner
  22. |> 
  23. |> This is probably coming from the csh.  When you do xterm -e someprog, it
  24. |> doesn't run csh.  Do you get this message in the window where you
  25. |> started your wish, or in the new xterm window?
  26.  
  27. It appears in the xterm, though I should probably add that this version
  28. of tcl does not provide a "wish", but rather a prompt like tclX. It's all
  29. based around Motif widgets, and has an equivalent of XtAppMainLoop call to
  30. do its event stuff.
  31.  
  32. I tried a similar script using tcl/tk/wish and it worked fine.
  33.  
  34. Simon
  35.