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
V@no
97 discussion posts
Hello.
This might be an isolated issue, but when using DF to move FloatLED window, that window changes it's dimensions and color.

Here is a test DF script:

Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        IntPtr wH = BFS.Window.GetWindowByTextExact("FloatLED");
        Rectangle wR = BFS.Window.GetBounds(wH);
        BFS.Window.SetLocation(wH, wR.X, wR.Y);
    }
}


Same thing in AutoIt script works with no issues:

Code

$wH = WinGetHandle("FloatLED")
$wR = WinGetPos($wH)
WinMove($wH, "", $wR[0], $wR[1])


Windows 10 Pro 1909 x64
DF 9.7 Beta 15
• Attachment: DF FloatLED after.png [3,620 bytes]
DF FloatLED after.png
DF FloatLED after.png
• Attachment: DF FloatLED before.png [8,625 bytes]
DF FloatLED before.png
DF FloatLED before.png
Jun 3, 2020 (modified Jun 3, 2020)  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
We've fixed a similar issue in our internal 9.7 Beta 16 builds, and I think it will fix this one as well. I'll let you know as soon as it's available :)

Thanks!
Jun 3, 2020  • #2
Keith Lammers (BFS)'s profile on WallpaperFusion.com
We've just released a new DisplayFusion beta version and this issue should be all fixed up. Please let us know if you run into any trouble after updating.

Thanks!
Jun 12, 2020  • #3
User Image
V@no
97 discussion posts
Hello.
Thank you for the updates, unfortunatelly issue specifically with FloatLED still remains.
Jun 12, 2020  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, thanks for the update! We'll re-test with FloatLED specifically and see what we can find out.
Jun 14, 2020  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I can't seem to reproduce this behaviour here with 9.7 Beta 19. Could you send me your FloatLED.ini file?
Jun 15, 2020  • #6
User Image
V@no
97 discussion posts
Sure
• Attachment [protected]: FloatLED.ini [760 bytes]
Jun 15, 2020  • #7
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Thanks, I still can't reproduce this with your FloatLED settings. Are you testing with 9.7 Beta 19? Could you also send me your DisplayFusion settings backup?
Jun 16, 2020  • #8
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)