RebGUI - How to Copy Text from Alert Popup?
Hello, Unlike the base REBOL alert, I cannot copy text from a RebGUI alert window. I welcome any suggestions on a way to do this. Many thanks in advance! -Jack
posted by: JackKort 12-Mar-2019/18:45:09-7:00
It has been a while, but add the line write clipboard:// "alert content" or otherwise put the content where it can be got, might do it.
posted by: Fabian 13-Mar-2019/22:25:16-7:00
Thank you Fabian! I got pulled onto another project, but I will test this when I can get back to it.
posted by: JackKort 21-Mar-2019/14:23:50-7:00
|