Page 1 of 1

App Developer Clipoard access

Posted: Tue Dec 15, 2020 6:09 pm
by Crenwick
Hi all,

How can I use the Windows clipboard in App Developer ?

For my project I need to read some data and after formatting send it to the clipboard (paste).

The reason is that another app is looking for some data coming from the clipboard.

Thanks,

Bernard

Re: App Developer Clipoard access

Posted: Tue Dec 15, 2020 6:41 pm
by Steve-Matrix
App Developer can't do this currently, but it might be easy to add that as a feature. I will investigate when I have a bit more time.

What type of data would you like to exchange via the clipboard? Is it just text? And do you need control over the clipboard format id?

Re: App Developer Clipoard access

Posted: Wed Dec 16, 2020 1:24 pm
by Crenwick
No, it's just some values calculated (numbers).

No control or just the clear function.

Regards,

Bernard

Re: App Developer Clipoard access

Posted: Mon Dec 21, 2020 3:09 pm
by Steve-Matrix
I have added <ReadClipboardData> and <SetClipboardData> simulation functions, which can be used in simulation or in deployed Flowcode Apps. This will be available when we release a core update to Flowcodev9.

Re: App Developer Clipoard access

Posted: Mon Dec 21, 2020 9:42 pm
by Crenwick
Great !

Thanks for the work, waiting for the update ;)

Bernard