Page 1 of 1

Scrolling through Photos in MS Photo, when opened from XY

Posted: 11 Aug 2021 22:13
by danielk541
When I open a photo from windows explorer, it opens by default in MS photos. In photos it has arrows to scroll through other photos in the same folder.
When I open the same photo from XY, I dont have the option to scroll through other photos in the same folder....
Anyway to change this ?

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 12 Aug 2021 08:42
by Horst
This is not possible with any other file manager only in Explorer.
But you can switch to the old Windows Photo Viewer which is still available on Windows 10 default apps selection.

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 15 Aug 2021 12:22
by highend
Use this as a custom file association

Code: Select all

"Windows Photo Viewer" {:Image}>::run """%SystemRoot%\System32\rundll32.exe"" ""%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll"", ImageView_Fullscreen <curitem>";

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 24 Jan 2023 20:26
by bax_palarid
Hi there, I came to this forum seeking assistance specifically with this exact issue. Apologies for responding to an older thread but I figured the question was relevant and keeping info together would be helpful.

I get the reason why I can't use Photos the same when opened from XYplorer. I've been using a different app called Pictureflect as a windows photo replacement, but it has the same issue.

Anyway this post and the answer got me wondering, is there a more XYplorer-centric method for viewing multiple images in this same fashion? A recommended selection of settings or options that could let me just do away with ever opening those photo apps at all and using XYplorer as my regular photo viewer instead? If it's a feature that XY can do right out of the box, I'd rather adapt my habits to using it instead.

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 24 Jan 2023 20:56
by Norn
F11?
I'm using ImageGlass.

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 24 Jan 2023 21:27
by bax_palarid
Norn wrote: 24 Jan 2023 20:56 F11?
I'm using ImageGlass.
Holy crap, it's that easy huh? Thank you! I learn something new (multiple things really) about this tool every day.

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 24 Jan 2023 21:29
by bax_palarid
Follow-up, is there a way to set that F11 viewer as the default action for opening the file?

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 24 Jan 2023 21:36
by highend
Use a custom file association

Code: Select all

"Floating preview" {:Image}>::if (!get("#178")) { #178; } 

Re: Scrolling through Photos in MS Photo, when opened from XY

Posted: 24 Jan 2023 21:40
by bax_palarid
highend wrote: 24 Jan 2023 21:36 Use a custom file association

Code: Select all

"Floating preview" {:Image}>::if (!get("#178")) { #178; } 
This makes me so ridiculously happy. Thanks for the tips!