Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
MajKSA
2 discussion posts
Hi
Sorry for my English :/ :(

First thanks for your awesome software it helps me alot. :)

I have 3 macros:
"myMacro1"
"myMacro2"
"myMacro3"

When i run "myMacro3" i want it to call "myMacro1" then "myMacro2"

is there any way to do this ?
thank
Mar 3, 2015 (modified Mar 3, 2015)  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
There sure is! Just do this:

Code

BFS.ClipboardFusion.RunMacro("myMacro1");
BFS.ClipboardFusion.RunMacro("myMacro2");


Glad to hear you like ClipboardFusion too. Please let me know if you have any other questions at all!
Mar 3, 2015  • #2
User Image
MajKSA
2 discussion posts
Thanks Keith ! :laugh: it works

this is my code if someone needs it:

Code

using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
BFS.ClipboardFusion.RunMacro("myMacro1", text , out text);
return  text;
}
}


Best Wishes
Mar 4, 2015 (modified Mar 4, 2015)  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)