never thought this could have been disregared by now, but I feel
Is there any SC way I can trigger an image preview?
Thanks,
Filehero
Code: Select all
"Quik Pic|D:\Graphics\Image Eye\Image Eye.exe" png;ico>::openwith "D:\Graphics\Image Eye\Image Eye.exe" "<pfaitem>" "-zoom=1";wait 1500;run "D:\Graphics\Image Eye\Image Eye.exe" "-close";In order to enrich my gpx-file collections with additional information I would like to trigger XY's MDBU from a CC to show a specific image with the track on a map.klownboy wrote:Hi FileHero, are you talking about any kind of preview or specifically a MDBU preview?
Code: Select all
Snip: CustomColumn 1
XYplorer 14.80.0236, 2/23/2015 7:46:52 AM
Action
ConfigureColumn
Caption
Vu
Type
3
Definition
open "D:\Graphics\Image Eye\Image Eye.exe" "<cc_item>" "-zoom=.7";
wait 1500;
run "D:\Graphics\Image Eye\Image Eye.exe" "-close";
Format
0
Trigger
2
Item Type
0
Item Filter
gif;ico;jpg;pngsure, though I'm afraid it's more trivial than it sounds.TheQwerty wrote:Filehero, can you elaborate on what it is you're actually trying to do?
Exactly, this is what I want to end with - some day, ahem.TheQwerty wrote:Unless you have an extension that allows you to preview the GPX nicely, I'm assuming you are actually trying to create a preview by generating a map with the GPX data overlays.
This was one of my 1st hits I got back last year, unfortunately it's from my prefered Royal Evilness Google.TheQwerty wrote:gpxviewer.
the coffeemaker also previews images...Filehero wrote:In order to enrich my gpx-file collections with additional information I would like to trigger XY's MDBU from a CC to show a specific image with the track on a map.
v13.90.0107 - 2014-04-12 11:37SammaySarkar wrote:[although scale doesn't seem to work]Code: Select all
makecoffee [image],[scale],[x in pane],[y in pane]; wait 5000; makecoffee "";
My personal file of undocumented things didn't have this, so I missed the change as well.Code: Select all
v13.90.0107 - 2014-04-12 11:37 . . . * SC makecoffee redesigned. No more stretchfactor, but now you can pass a limiting box where the image will be proportionally shrunk to fit if it is too large (note that it will not be enlarged to fill the box if it is smaller). Syntax: makecoffee [file], [x], [y], [maxwidth], [maxheight] x: X position; randomized if missing y: Y position; randomized if missing maxwidth: maximum width to fit maxheight: maximum height to fit Notes: Arguments "maxwidth" and "maxheight" are only applied if "file" is passed. Example: makecoffee "<xyscripts>\katy.png", , , 200, 150;