If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Trigger - paste clipboard
10 posts
• Page 1 of 1
Trigger - paste clipboard
Anyone already made something like that?
Need a button to paste the clipboard inside an edit box...
Should be possible with ruby.
Need a button to paste the clipboard inside an edit box...
Should be possible with ruby.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
-
CoreStylerz - Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
Re: Trigger - paste clipboard
inside FS or fron external to FS?
from FS to FS you can simple save the string in temporary file and recall it after.
from FS to FS you can simple save the string in temporary file and recall it after.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 8:05 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 8:05 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: Trigger - paste clipboard
Do they copy values to Windows clipboard, so that it can be used (paste) in separate app?
While standard keyboard CTRL+C and CTRL+V on selected text (in editboxes) work fine, there is no way to use right mouse context menu to copy/paste values. I wondered too, whether it's possible to get it in SM/FS.
While standard keyboard CTRL+C and CTRL+V on selected text (in editboxes) work fine, there is no way to use right mouse context menu to copy/paste values. I wondered too, whether it's possible to get it in SM/FS.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Trigger - paste clipboard
tester wrote:Do they copy values to Windows clipboard, so that it can be used (paste) in separate app?
While standard keyboard CTRL+C and CTRL+V on selected text (in editboxes) work fine, there is no way to use right mouse context menu to copy/paste values. I wondered too, whether it's possible to get it in SM/FS.
Exactly what i need.
Because people should enter "data" in my plugins, that they copy from internet. (Code)
The fact is that while CTRL+C/V works fine people may not able to do this and get in trouble.
Since RMB menu doesn't work, i need to trigger a paste to and internal string from the clipboard.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
-
CoreStylerz - Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 8:06 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: Trigger - paste clipboard
I asked this question by purpose, to trigger right direction.
I'm don't think there is a way to use Windows clipboard via green prims in SM/FS.
There might be a way to do this indirectly, via external text file, that is in use by multiple applications at the same time. It would be like this. "Clipboard" = text file, and each application has access to it. "Copy" = save selected content to text file (i.e. rewrite the text file), "paste" = reload external text file. Thus - you could use Drop List control prim with RDo, to create "faked" context menu, and items would be associated with triggering system. Disadvantage is, that it must use external file to mediate, but the advantage - you can "copy/paste" in advanced ways (complex data, multiple snapshots).
But I suspect that ruby could handle it; though - I'm not sure.
I'm don't think there is a way to use Windows clipboard via green prims in SM/FS.
There might be a way to do this indirectly, via external text file, that is in use by multiple applications at the same time. It would be like this. "Clipboard" = text file, and each application has access to it. "Copy" = save selected content to text file (i.e. rewrite the text file), "paste" = reload external text file. Thus - you could use Drop List control prim with RDo, to create "faked" context menu, and items would be associated with triggering system. Disadvantage is, that it must use external file to mediate, but the advantage - you can "copy/paste" in advanced ways (complex data, multiple snapshots).
But I suspect that ruby could handle it; though - I'm not sure.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Trigger - paste clipboard
the only confortable way is to make external application and use it with shell CMD
like this http://huddledmasses.org/clipexe-and-th ... -pasteexe/
i found a method to embed binary in FS, so when initialize the application o vst you can extract it, like a application utility.
like this http://huddledmasses.org/clipexe-and-th ... -pasteexe/
i found a method to embed binary in FS, so when initialize the application o vst you can extract it, like a application utility.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Trigger - paste clipboard
tester wrote:While standard keyboard CTRL+C and CTRL+V on selected text (in editboxes) work fine, there is no way to use right mouse context menu to copy/paste values. I wondered too, whether it's possible to get it in SM/FS.
Exactly my problem. Has anyone done it yet?!
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
10 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 75 guests