From: drscrypt on
On 6/21/2010 12:26 PM, Larry W. Virden wrote:
> The copy and pastes in all these cases works fine if the user points
> to another Tk application and pastes into an appropriate widget.
>
> The problem exists only when trying to perform the paste in a non-Tk
> application. Unfortunately, that use case is a pretty common one.
>


It sounds like the application does not manage the selection/clipboard
explicitly. You can redefine copy/paste procedures so that they rely on
the contents of the selection/clipboard. That way, the application
should behave the same across applications.


DrS