Re: [Jgeneral] Copy in jqt

2020-10-05 Thread chris burke
You could program this. Selecting an area in the table and then pressing Ctrl+C (or any key) gives an event that you could use to read the cells selected and write them to the clipboard. To see the events, run: showevents_jqtide_ 2 On Mon, Oct 5, 2020 at 9:31 AM Brian Schott wrote: > >

Re: [Jgeneral] Copy in jqt

2020-10-05 Thread Brian Schott
Henry, Yes, that's true. Thanks for the correction. Still I cannot even copy a single cell from the qtdemo named table. On Mon, Oct 5, 2020 at 12:19 PM Henry Rich wrote: > 1 + 'a' > |domain error > | 1+'a' > > Inserted by copy in Jqt, paste in my mailer. > > BUT: If I cancel the Jqt

Re: [Jgeneral] Copy in jqt

2020-10-05 Thread Henry Rich
   1 + 'a' |domain error |   1    +'a' Inserted by copy in Jqt, paste in my mailer. BUT: If I cancel the Jqt window, it clears the clipboard if the current clipboard was written by Jqt.  This bug has been in Jqt a long time. Henry Rich On 10/5/2020 10:29 AM, Brian Schott wrote: Copy in

[Jgeneral] Copy in jqt

2020-10-05 Thread Brian Schott
Copy in Jqt only puts text on the local clipboard, so I cannot paste outside of JQT. More importantly copy inside of the table demo does not work even inside JQT. That is, I cannot copy a range of cells from the table demo into the Term pane, for example. I want to develop for myself a new widget