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?
Save up to 50% on our desktop apps during our Year End Sale!Save up to 50% on our desktop apps during our Year End Sale, including DisplayFusion, ClipboardFusion, FileSeek, LogFusion, TrayStatus, and VoiceBot!Save up to 50% on our desktop apps during our Year End Sale!

User Image
Telezhka_the_First
18 discussion posts
I noticed that if I apply Maximize() function to already maximized window, it demaximizes it. Could you decouple this functionality, if it's intended, or fix, if it's not?

As for now, I have to manually add check to the code

Code

if (!BFS.Window.IsMaximized(windowHandle))
    BFS.Window.Maximize(windowHandle);

instead of intended simple

Code

BFS.Window.Maximize(windowHandle);
1 day ago  • #1
User Image
Telezhka_the_First
18 discussion posts
It is possible that BFS.Window.Minimize() has similar issue, though I never tested it.
1 day ago  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)