sync(): progress dialog "always-on-top" [NOT CONFIRMED]

Things you’d like to miss in the future...
Post Reply
Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

sync(): progress dialog "always-on-top" [NOT CONFIRMED]

Post by Filehero »

Hi Don,

I don't remember what version exhibited it firstly, but it seems that SC sync() ignores the "File operation progress dialog modeless" setting.

Bug or feature?

Current version: 22.10.0105

Cheers,
Filehero
Last edited by Filehero on 24 Aug 2021 16:23, edited 1 time in total.

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: sync(): no more modeless progress dialog

Post by admin »

The progress of a backup operation triggered from a script is always modal since 20110714.

Code: Select all

    * SC backupto: Any progress dialog will now be strictly modal, 
      otherwise the correct sequence of script statements can not be 
      ensured.
sync() uses the same code internally.

The setting of Configuration | File Operations | File Operations | Miscellaneous | File operation progress dialog modeless is irrelevant here.

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: sync(): no more modeless progress dialog

Post by Filehero »

Thanks, Don.

Hmmm, then I was on the wrong track regarding the cause of my issue: I have a sync runner script which calls a bunch of sync() calls in series. The complete sync task including all individual progress dialogs was running in the background for years (meaning with another application's window laying on top), but starting some weeks ago every new progress dialog get's displayed on top of all other windows. :?:

I'm clueless where this change might come from.

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: sync(): no more modeless progress dialog

Post by admin »

You seem to be talking about Configuration | File Operations | File Operations | Background Processing | [x] Enable background processing.

Maybe you unticked Sync in Configuration | File Operations | File Operations | Background Processing | Apply to...?

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: sync(): no more modeless progress dialog

Post by Filehero »

No.
FileOps_Config.png
FileOps_Config.png (13.14 KiB) Viewed 683 times
OK, I need to look deeper (fresh etc.). I'll edit the title.

Post Reply