Thumbnail creation locks up the app

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
Frizzle
Posts: 3
Joined: 05 Sep 2023 14:47

Thumbnail creation locks up the app

Post by Frizzle »

Hello!

When I switch to a folder that has say a lot of videos in it and the view is in thumbnail view (by accident), then the app completely locks up while it's reading those files and generating thumbnails. For some reason it really makes my blood boil when it does that. It would be great if the app could be made to be responsive to user input while it's generating thumbnails.

Thanks!

m48tx
Posts: 319
Joined: 07 May 2010 18:07
Location: Windows 11 25H2, Scaling 100%

Re: Thumbnail creation locks up the app

Post by m48tx »

I experience the same thing when generating image thumbnails. The thumbnails are initially displayed as they are created, then the thumbnail display stops and XYP goes non-responsive displaying the hourglass cursor and (Not Responding) in the title bar. The thumbnails continue being created but XYP is non-responsive until the create is finished. This situation can often be forced by opening another program whose screen opens on top of XYP.

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

Re: Thumbnail creation locks up the app

Post by admin »

1) Tick this: Configuration | Preview | Thumbnails | Show cached thumbnails only

2) You can always press ESC to immediately stop the thumbnails creation.

m48tx
Posts: 319
Joined: 07 May 2010 18:07
Location: Windows 11 25H2, Scaling 100%

Re: Thumbnail creation locks up the app

Post by m48tx »

Thanks for the feedback, but regardless this is my experience (I realize this is a trivial matter in the scheme of things) ...

I select the starting image folder in the folder list then run this script to step thru subfolders to create thumbnails for any newly added folders/files ...

$savepath = "<curpath>"; // save the starting path
#311; // generate path list via branch view (configuration must be set to display folders only in branch view)
#250; // select all paths in the list
foreach($item, <get selecteditemspathnames>, <crlf>) {
goto "$item"; #306;
} // for each item in the path list, go to the path then generate thumbnails #1 (configuration must be set to create all thumbnails at once)
goto "$savepath"; // once finished with path list, return to the starting path
#1010; // collapse the starting path tree
#304; // return to list view

I started using this script with version 23.90 and it ran flawlessly every time (ESC would stop the script at any point), even if I opened another program that overlaid XYP window. Beginning at some version shortly after 23.90, things changed. This is what happens now ...

I start the script and XYP will stop responding (but script continues to run) at some random point in the process and the screen appears as ...
ScreenShot00801.jpg
If I press the ESC key, this is what happens as XYP is 100% non-responsive until the script process is complete ...
ScreenShot00802.jpg
To see the attached files, you need to log into the forum.

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

Re: Thumbnail creation locks up the app

Post by admin »

There are just too many factors at play to test this here, but I'm not aware of any changes that would explain why ESC isn't working for you.

Frizzle
Posts: 3
Joined: 05 Sep 2023 14:47

Re: Thumbnail creation locks up the app

Post by Frizzle »

admin wrote: 08 Sep 2024 17:28 1) Tick this: Configuration | Preview | Thumbnails | Show cached thumbnails only

Okay, but quite regularly I would like to open a new folder and create thumbnails. I would have to change this setting each time.

2) You can always press ESC to immediately stop the thumbnails creation.

Just tried this and the program did not respond to the ESC key.

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

Re: Thumbnail creation locks up the app

Post by admin »

Well, you said: "When I switch to a folder that has say a lot of videos in it and the view is in thumbnail view (by accident)...

If ESC does not work the first time, press it again.

Frizzle
Posts: 3
Joined: 05 Sep 2023 14:47

Re: Thumbnail creation locks up the app

Post by Frizzle »

I can press it a million times, the program doesn't respond. But you're clearly not interested in this, so I guess I'll have to live with it...

Post Reply