Howdy. The name is Harry Robinson and I'm new to this. I live in the beautiful city of Burlington, Vermont on the banks of Lake Champlain. New-York State is on the other side of the lake. I am currently retired and I am learning how to program in C and in TCL also. I find TCL much simpler than C! Come one come all visit Burlington. It's a beautiful city! I have done some work for Habitat for Humanity, I got to make a lot of travels abroad and got to meet a lot of very poor people; I then realized how much our kids don't realize how lucky and blessed they are. You might consider coming to give us a hand at Habitat. Thanks! ----- '''Technical questions''' I find a sort of bug strangely in all TCL applications. We hit "Home" and instead of returning to the first word of the same line it returns to the beginning of the paragraph. Can this be fixed? -- check out [Move cursor by display line in a text widget]; [LES]. I also notice the insert button does not give crush (whatever this function is called. It writes over a text and does not insert). Can this also be fixed? Thanks! [DKF]: We don't currently support an overwrite mode for either [entry] or [text], at least in part because a number of us find it more annoying than useful. :^) (Many other applications use this approach as well, for example Mozilla.) OTOH, it could be added. We'd need to add a flag to the widget (easy), a few bindings to do the work (slightly harder), and a good way of indicating what mode we're in (awkward, and not done by many other apps, for example IE, which leads to people being unsure what happens when they press a letter). There are also a few more formal requirements to make it happen (docs, tests, and a small [TIP]) but they should be relatively straight forward. [Harry Robinson] Howdy and thanks so much Mister DFK. "Overwrite" is the term indeed. And also many thanks to Mister LES for his link. Thanks to both. (May 27 2004) ----- [Harry Robinson] Another question concerning the position of the cursor. I have noticed that on many TCL apps when I go from page A to page B and then I return to A, I don't return to the point where I have left off but to the top of the page. That is if I am on the '''bottom''' of page A then I go to B and I return to A I'll return to the '''top''' of the page and not the bottom. This is annoying since I have to return to the bottom using the mouse or the cursor. Can this problem be fixed or is this a problem inherent to all TCL apps? Again thanks for your kindness. ----- [[ [Category Person] ]]