| View previous topic :: View next topic |
| Author |
Message |
mrn
Joined: 02 Nov 2005 Posts: 116
|
Posted: Tue Dec 06, 2005 8:35 pm Post subject: Inter-Application Copy-Paste |
|
|
Is there a way to copy strings between apps?
I mean, there is a word copied in a text-viewer,
I exit the viewer and paste the word into a dictionary.
how to code iT?
Ya, and both, the reader and the dictionary are Lua apps running under Lowser (or Osi or whatever). |
|
| Back to top |
|
 |
Shine
Joined: 03 Dec 2004 Posts: 728 Location: Germany
|
Posted: Tue Dec 06, 2005 9:29 pm Post subject: Re: Inter-Application Copy-Paste |
|
|
| If both programs are started and exited from lowser or other script starters, global variables are still available after program end, so just use the same variable in both programs for the clipboard (e.g. "clipboard"). |
|
| Back to top |
|
 |
mrn
Joined: 02 Nov 2005 Posts: 116
|
Posted: Wed Dec 07, 2005 7:16 pm Post subject: |
|
|
| thnx, Shine! |
|
| Back to top |
|
 |
|