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: *

  • Users: nsh
  • Order by date
  1. nsh

    canvas to image

    You can use canvas postscript command. (See man pages). .c postscript -file ./image.ps And then convert it exec convert ./image.ps gif:./image.gif
  2. nsh

    How do I move the insertion cursor in a text widget?

    Read text man's. This moves cursor at index. Mak insert corresponds to cursor. .text mark set insert $index
  3. nsh

    Splitting a string

    foreach {x1 y1 x2 y2} $testVar {}
  4. nsh

    howto forget bindings in text widget

    May be this is suitable solution [code] bind .text_widget_path <Return> {} [\code]

Part and Inventory Search

Back
Top