If I right click on the title bar, it gives "move", "size", "minimize", "maximize", "close". If I right click anywhere else, it doesn't do anything - produces no box. I don't recall hacking anything to do with that, but perhaps I did.
Mike > Ah, but right clicking on the Text widget will--unless you have hacked the selection > activities. > If so, well--*Don't do that*--at least not until you have checked the unhacked > functionality of the widget. Tk::Text widgets have built-in copy-and-paste > functionality. If you manipualte the selection variables, though, you may be > generating side effects that disable this functionality. > > Okay. I just checked it out. I brought up a project containing a Tk::Text widget, > whose editing functions I had done nothing with. Highlighted one phrase, > right-clicked and selected Copy. Pasted to Notepad from the clipboard, and got the > same phrase. Then I went down a line or two, selected another passage, used Ctl-c to > copied, and again the pasted text showed a successful copy. > > I think something is going wrong with your highlighting routine. Or perhaps this is > ot a Text widget? If left alone, the Text widget will offer full copy-and-paste > functionality. > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>