Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
md5(name)
4 discussion posts
Does anyone know if there is a script command to hide / unhide the titlebar Buttons?
Or another method to enable / disable them with a script?
This would help me a lot.
Aug 10, 2015  • #1
User Image
md5(name)
4 discussion posts
For those who are interested in a solution, here's a quick workaround, but I would prefer to do it the right way, for example by using the appropriate

Code

BFS.something
command. Also, a method to check if the titlebar Buttons are enabled would be great for a "if" command.
Anyway, here's the workaround: In the settings go to the "Functions" and set a Key Combination for
"DisplayFusion Functions
Toggle TitleBar Buttons"
.
Then open your script and add the

Code

BFS.Input.SendKeys();
command (http://www.displayfusion.com/ScriptedFunctions/Help#bfs_input_sendkeys) with your key combination. A window should pop up, to help you with the string to put in. And that is basically it.
Please note that I coded in C#, I don't know if this works in Visual Basic.
If you know the "correct" way to implement this feature, please post the solution in this thread or link to it.
I hope that this will be helpful to somebody.
Aug 10, 2015 (modified Aug 10, 2015)  • #2
Keith Lammers (BFS)'s profile on WallpaperFusion.com
You could also do:

BFS.DisplayFusion.RunFunction("Toggle TitleBar Buttons");

Hope that helps!
Aug 11, 2015  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)