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
why1
8 discussion posts
I am learning to build my own functions. I know how to call macros by referencing the help file and using the "Insert Code" helper. But how do I call the functions that are included in DF?

For example, the first function under "Functions" under "Window Move/Size" is "Minimize All Windows Except Current Window (Al Monitors)". Does it have a function name that I can call from my own function?

Thanks
why (a DF rookie)
Mar 28, 2016  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
It sure does! You can call any Function (including custom and scripted functions) by using BFS.DisplayFusion.RunFunction, like this:

Code

BFS.DisplayFusion.RunFunction("Minimize All Windows Except Current Window (All Monitors)");


Hope that helps!
Mar 30, 2016  • #2
User Image
why1
8 discussion posts
That's great. I knew there must be a way to do this.

Thank you
WHY
Mar 31, 2016  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)