Bypassing Quick File View - How?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Bypassing Quick File View - How?

Post by SkyFrontier »

Hi.

I'd like to Full Screen Preview .swf files. Even after adding .swf to previewed formats (options, PREVIEWED FORMATS) XY launches Quick File View instead of FSP.
So I'd like that
html(<curitem>, 900, 600);
could open files in case FSP cannot handle a certain extension. Assuming I don't want to assign PFA's for each of those yet-to-know files, how could I solve this?
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Bypassing Quick File View - How?

Post by bdeshi »

Code: Select all

|"HTML Preview"*.*>html(<pfaitem>,900,600);
this PFA will not trigger on dbl-click, you have to select it manually from the Open With... menu
[learned the pipe trick here http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=12168]
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Bypassing Quick File View - How?

Post by SkyFrontier »

Now I see the desired automation I wanted is not only impossible to reach but sometimes it can be harmful to the workflow instead.
So it's a better approach to declare to PFA which extensions can be previewed by the small code, so I can dbl-click them.
Thanks for the suggestion anyway, Sammay!

-do any of you know a way to autoplay swf using sc html? Some of them requires a click to play and I'd like to circumvent this.
Thanks in advance.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Post Reply