Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
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
PabloMartinez's profile on WallpaperFusion.com
  • Options
    • Functions
      • Add Scripted

Code

using System;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        BFS.Window.ShowDesktop();
    }
}

Somehow like that.
Jul 20, 2017 (modified Jul 20, 2017)  • #2
Keith Lammers (BFS)'s profile on WallpaperFusion.com
@Xtacybyme: Which menu are you running the Disable Screen Saver function from? The TitleBar Button right-click menu?
Jul 20, 2017  • #3
User Image
Xtacybyme
67 discussion posts
Quote:
  • Options
    • Functions
      • Add Scripted

Code

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
Keith Lammers (BFS)'s profile on WallpaperFusion.com
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?
Jul 21, 2017  • #5
User Image
Xtacybyme
67 discussion posts
Thanks Keith for adding to list :)

as far as right click, i meant on desktop. ie when windows open i click show desktop, it closes all windows, when i come back to pc i have to take mouse open a window or goto taskbar, a right click on dektop/displayfusion show desktop was what i was shooting for.

no biggie though :)
i'd much prefer the disable screensaver to at the minimum just highlight, that would be stellar, for i use that daily.
Jul 21, 2017  • #6
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries! Show Desktop isn't likely something we'd specifically add to the desktop context menu in the near future, but we may make that menu customizable at some point, in which case you'd be able to add whatever Function you'd want to it :)

In the meantime, Win + D should get your windows back quickly.
Jul 21, 2017  • #7
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)