On Mar 2, 8:16 am, spunib...@gmail.com wrote:
> when i'm using clipboard.setContents to reset clipboard information it
> is breaking clipboard.getContents. (getContents will return whatever
> setContents set regardless of the outside program putting information
> on the clipboard. this was not a problem until setContents was added.
> am i doing or expecting something wrong?
I would need to see an SSCCE* to determine if
what you say (and the code) makes any sense.
* <http://www.physci.org/codes/sscce.html>
Andrew T.
spunibard@gmail.com - 02 Mar 2007 19:52 GMT
Thanks Andrew, you helped me figure this out- After writing an SSCCE i
found that my problem seemed to be outside of where i was looking.
(SSCCE worked great) eventually i found (i think) that because the
process wasn't running in it's own thread, it seemed to be getting in
the way of itself when it came to the clipboard owner changing. which
is odd (to me) because as long as the ownership of the clipboard
didn't switch to my program, the clipboard stayed current just fine.
> I would need to see an SSCCE* to determine if
> what you say (and the code) makes any sense.
> * <http://www.physci.org/codes/sscce.html>
>
> Andrew T.