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:
>
> 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 window, it clears the clipboard if the current
> > clipboard was written by Jqt.  This bug has been in Jqt a long time.
> >
> > Henry Rich
> >
> >
> >
> --
> (B=)
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
--
For information about J forums see http://www.jsoftware.com/forums.htm


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 window, it clears the clipboard if the current
> clipboard was written by Jqt.  This bug has been in Jqt a long time.
>
> Henry Rich
>
>
>
-- 
(B=)
--
For information about J forums see http://www.jsoftware.com/forums.htm


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 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 from the table and the datetime
demos in JQT. I want the new table to accept new rows of input that include
date and time information from the other widget. Although I want that
information to travel naturally between the two, I also want to copy and
paste exerpts from the table into a spreadsheet or text editor.
Any help on this would be appreciated.

(B=)
--
For information about J forums see http://www.jsoftware.com/forums.htm



--
This email has been checked for viruses by AVG.
https://www.avg.com

--
For information about J forums see http://www.jsoftware.com/forums.htm


[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 from the table and the datetime
demos in JQT. I want the new table to accept new rows of input that include
date and time information from the other widget. Although I want that
information to travel naturally between the two, I also want to copy and
paste exerpts from the table into a spreadsheet or text editor.
Any help on this would be appreciated.

(B=)
--
For information about J forums see http://www.jsoftware.com/forums.htm