App Developer Clipoard access

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Crenwick
Posts: 4
http://meble-kuchenne.info.pl
Joined: Fri Dec 11, 2020 8:25 am

App Developer Clipoard access

Post 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

Steve-Matrix
Matrix Staff
Posts: 1269
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 168 times
Been thanked: 285 times

Re: App Developer Clipoard access

Post 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?

Crenwick
Posts: 4
Joined: Fri Dec 11, 2020 8:25 am

Re: App Developer Clipoard access

Post by Crenwick »

No, it's just some values calculated (numbers).

No control or just the clear function.

Regards,

Bernard

Steve-Matrix
Matrix Staff
Posts: 1269
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 168 times
Been thanked: 285 times

Re: App Developer Clipoard access

Post 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.

Crenwick
Posts: 4
Joined: Fri Dec 11, 2020 8:25 am

Re: App Developer Clipoard access

Post by Crenwick »

Great !

Thanks for the work, waiting for the update ;)

Bernard

Post Reply