Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Andrew V. Tyuchkalov
20 discussion posts
The macro
Imports System

Public Class ClipboardFusionHelper

Public Shared Function ProcessText(text As String) As String
text = BFS.Clipboard.CopyText
text = text.ToUpper
BFS.Dialog.ShowMessageInfo(text) 'for debug
BFS.Clipboard.PasteText(text)
Return text
End Function

End Class

The HotKeys is Ctrl+Win+Up

if I select string as "jksfjdkfgjkdjgk kflsdkfslklsfklsl", the result is empty

So, CopyText doesn't work stable. If I Select a plain text (without space) and Push HotKes once, twice or more times, in same times еоу result is empty.
Dec 25, 2014  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I was able to reproduce the same issue here, and I've added this to our list. We'll be sure to let you know as soon as we've got it fixed up :)

Thanks!
Dec 31, 2014  • #2
Keith Lammers (BFS)'s profile on WallpaperFusion.com
We've just posted a new version of ClipboardFusion a few days ago, and this issue should hopefully be all fixed up. Please let me know if you still run into any trouble after updating :)

Thanks!
Jan 5, 2015  • #3
User Image
Andrew V. Tyuchkalov
20 discussion posts
Thank you, All is working correctly.
Jan 13, 2015  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)