Can't copy on CsoundQT
| Date | 2016-01-31 04:31 |
| From | Kanata Motohashi |
| Subject | Can't copy on CsoundQT |
Hello folks,
I can't copy and paste on the text editor of CsoundQT. I use
Setup_Csound6_6.07.0beta2.exe on Windows 10 (64 bit).
Although I updated both Csound and Windows, formerly it worked.
Best regards
Kanata
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2016-01-31 06:25 |
| From | Tarmo Johannes |
| Subject | Re: Can't copy on CsoundQT |
Hi, Let know if you sort it out! 31.01.2016 6:41 kirjutas kuupäeval "Kanata Motohashi" <kanata@tokyo.interq.or.jp>:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Hello folks, |
| Date | 2016-01-31 07:35 |
| From | Kanata Motohashi |
| Subject | Re: Can't copy on CsoundQT |
Hi Tarmo,
It seems CsoundQT does not deal with the clipboard.
Ctrl-a works, ctrl-x works as delete, ctrl-c does not work any, ctrl-v works
only texts from other softwares. Also from menu are the same as shortcuts.
Thanks
Kanata
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2016-01-31 08:09 |
| From | Tarmo Johannes |
| Subject | Re: Can't copy on CsoundQT |
Hm, sorry to hear! If you updated windows, there might be some conflict somewhere wit the system, but unfortunately I have no knowledge about windows system. The least you can try is to go redefine or reset keyboard shortcuts (Edit->Set Keyboard shortcuts.) or there is some other secret reason...2016-01-31 9:35 GMT+02:00 Kanata Motohashi <kanata@tokyo.interq.or.jp>: Hi Tarmo, |
| Date | 2016-02-01 21:20 |
| From | andy fillebrown |
| Subject | Re: Can't copy on CsoundQT |
Try removing virtual.dll, widgets.dll, and fluidOpcodes.dll from the opcodes directory. ~ Andy F. On Sun, Jan 31, 2016 at 3:09 AM, Tarmo Johannes |
| Date | 2016-02-02 03:44 |
| From | Kanata Motohashi |
| Subject | Re: Can't copy on CsoundQT |
Thank you, Andy!
I don't understand why, but removing virtual.dll and widgets.dll works.
Removing fluidOpcodes.dll does not need.
???
Kanata
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2016-02-02 06:27 |
| From | Victor Lazzarini |
| Subject | Re: Can't copy on CsoundQT |
I think it is because FLTK takes over the clipboard. Removing these libraries stops FLTK being loaded. > On 2 Feb 2016, at 03:44, Kanata Motohashi |
| Date | 2016-02-02 15:29 |
| From | andy fillebrown |
| Subject | Re: Can't copy on CsoundQT |
There's a bug in older versions of FLTK that causes clipboard issues. I debugged and fixed it a few years ago: http://sourceforge.net/p/csound/mailman/message/26269598/ https://www.mail-archive.com/fltk-bugs@easysw.com/msg03536.html ...apparently the bug is back again. On Tue, Feb 2, 2016 at 1:27 AM, Victor Lazzarini |