Xtacybyme
67 discussion posts
could someone guide me in creating a Show Desktop function
thank You.
small request...could we get Disable screensaver function to highlight when selected/enabled as well (similar to Pause desktop wallpaper when enabled?)
Thank You!
Jul 20, 2017 (modified Jul 20, 2017)
•
#1
@Xtacybyme: Which menu are you running the Disable Screen Saver function from? The TitleBar Button right-click menu?
Xtacybyme
67 discussion posts
Quote:
using System;
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
BFS.Window.ShowDesktop();
}
}
Somehow like that.
I Got it figured out
... Thanks so much!!!
Having it in the right Click Menu would be nice too
is this possible?
TIA
Quote:
@Xtacybyme: Which menu are you running the Disable Screen Saver function from? The TitleBar Button right-click menu?
Keith from the Titlebar (notice pause desktop wallpaper is green/highlighted, but the disable screensaver stays w/ the same NONhighlighted icon when pressed.
TY for considering... (FYI it's never been highlighted, Ive been using DF for years.ALSO just an FYI disable screensaver does make a sound as pause wallpaper when enabled/or disabled. so one really doesnt know if it's enabled or disabled) TIA
• Attachment [protected]: 7-20-2017 10-59-17 AM.jpg [14,923 bytes]
Jul 20, 2017 (modified Jul 20, 2017)
•
#4
Thanks for clarifying! I've added a new feature request to our list for a "Toggle Screen Saver" function, since currently the enable/disable functions are separate. When we implement that, we'll make sure it plays the notification sound and highlights the titlebar button appropriately.
Regarding running that Scripted Function from the right-click menu, are you referring to the tray menu or the right-click menu on the TitleBar Buttons?