Prev: ISO: ideas for creating a more consistent user experience wth copy and paste in Tk
Next: dectect font size change in mega widget
From: drscrypt on 21 Jun 2010 12:33 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 |