Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Astrologic
4 discussion posts
Hello, I'm trying to enable / disable the multi-monitor task bar.
I have this code: BFS.DisplayFusion.RunFunction("Toggle Multi-Monitor Taskbar");
This toggles the taskbar, however, I want to specifically enable or disable the taskbar depending on other variables. Since I am not able to detect if the taskbars are enabled or disabled, a toggle is no good. I need a concrete function that will set it to one or the other. Any ideas?
PS. I tried BFS.DisplayFusion.RunFunction("Enable Multi-Monitor Taskbar"); and
BFS.DisplayFusion.RunFunction("Disable Multi-Monitor Taskbar");, but these don't work.
Nov 3, 2020  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Hello,

If you use:

BFS.DisplayFusion.DisableAllTaskbars();

or

BFS.DisplayFusion.EnableAllTaskbars();

That should work for you. We also have a list of available functions found here: https://www.displayfusion.com/ScriptedFunctions/Help/

Thanks!
Nov 4, 2020  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)