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 TouchToneTommy 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: magicme
  • Content: Threads
  • Order by date
  1. magicme

    textwidget scrollbar and output file

    hello again i still have the font problem i posted yesterday .... this is a new topic. i have a vertical scrollbar attached to a text widget and it works just fine. but if i scroll down (move text up) and then write the contents of the text widget to a file, the output does not start at the...
  2. magicme

    jagged fonts

    hello i am writing a simple tcl script to keep my notes in, but all fonts in my multiline text widget are jagged .... fonts look okay in other applications so its not my monitor. i have tried lots of fonts and they are on my system. here is the code i use..... # window configure . configure...
  3. magicme

    writing text widget contents to file

    hello i am new to tcl/tk and am converting some VB programs as i learn tcl. am trying to write (puts? dump?) the contents of a multiline text widget to a file. i was using the puts command to write stuff line by line simultaneously to the text widget and the output file, but this makes a lot of...
  4. magicme

    create & open html from awk

    hello i am rediscovering awk (it goes round and round), as i want to process an input file and output an html format file to be viewed in a web browser. i have a pretty clear view of most of the steps except one. as i write / debug the awk script, i'd like to open the html file automatically...
  5. magicme

    microsoft webbrowser control

    hello i am experimenting with the webbrowser control. wrote a small html viewer that uses it and it works fine for (as you might imagine) viewing html files and it shows images correctly. i then tried to add some sophistication and make the control visible and invisible so i could edit the html...
  6. magicme

    print from keyboard to picturebox

    hello i wrote a utility to add text to an imported image in a picturebox control. the user imports the picture, enters text in a text box, then clicks on the picturebox and it writes the contents of the text box at that point on the picture. this was very simple. i would like to eliminate the...
  7. magicme

    the " > " character

    hello i have a VB6 / gawk interface question. running gawk in a DOS window allows you to redirect output to a file using the " > " symbol. my gawk script works fine when run in a command line window, using > to redirect output to a file. i wrote a VB6 code to run the gawk script and it does...
  8. magicme

    running gawk from VB6

    hello i am posting this question on both the VB and the awk forums, as i dont know if my error is VB or gawk related. this is a variation of the question i posted earlier on the awk forum. if you can, please answer either the VB side of this or the awk (gawk) side of this problem. i installed...
  9. magicme

    running gawk in MW windows

    hello i have been writing and running awk scripts successfully on my HP-UX machine for a few years. awk has saved me uncountable tons of work in that period. i also have a PC and i just installed gawk on that MS windows PC and it appears to have installed correctly. however when i open a DOS...

Part and Inventory Search

Back
Top