Search found 4141 matches

by klownboy
05 Apr 2015 13:54
Forum: Bug Reports
Topic: Favorites folder with & not showing correctly in menus
Replies: 8
Views: 923

Re: Favorites folder with & not showing correctly in menus

Thanks Sammay, I totally forgot to mention the ampersand use as a hotkey.
by klownboy
05 Apr 2015 01:19
Forum: Bug Reports
Topic: Favorites folder with & not showing correctly in menus
Replies: 8
Views: 923

Re: Favorites folder with & not showing correctly in menus

The ampersand, "&" is a special character. You need to use two &s (&&) in a menu like Favorite Folders for the "&" to display. :)
by klownboy
01 Apr 2015 14:42
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

Hi TheQwerty, I tried the "Open Images" option you suggested and it worked quite nicely. I did change the SC 'openwith' parameter from 's' to 'm' in case I had multiple images selected. Different graphics programs will behave differently I'm sure, but Image Eye would not open multiple sele...
by klownboy
31 Mar 2015 21:32
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

Thanks TheQwerty for both the explanations and the update. I haven't experimented too much yet, but I know I can do something like this in the CTB left or right click dialog box... Global $G_FILTERS_OVERRIDE = '*.gif'; Load 'HTMLImagePreview', 'select', 'f'; One nice thing about going this route, es...
by klownboy
31 Mar 2015 14:47
Forum: Wishes
Topic: Support for Portable Devices
Replies: 325
Views: 50729

Re: Support for Portable Devices

Back in mid January, I reported here http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=12956&start=105#p116965 that I could transfer files to and from my girlfriend's new Kindle Fire HDX, but I wasn't able to do so with my "older" Kindle Fire. Well I tried it again yesterday and I h...
by klownboy
31 Mar 2015 14:28
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

Not possible. Oh well, thanks TheQwerty. No chance for executing the Windows default action either I assume? In the change log you mention, "◦Adds global for calling scripts to specify images." Does that mean I should be able to specify a global for "$G_FILTERS = *.gif" to only ...
by klownboy
29 Mar 2015 14:54
Forum: Script Exchange
Topic: Script: Thumbnail Maintenance
Replies: 224
Views: 75883

Re: Script: Thumbnail Maintenance

Hey Spooky, thanks for the comments. 1. No, there no reason that I chose 75 in reading the dbits cache files. In looking at the hex view of the files there appears to be significant padding for the combination of file name and thumbnail size. It looks like you'd be fine in using 255. I'll up the scr...
by klownboy
28 Mar 2015 15:58
Forum: Tips & Tricks, Questions & Answers
Topic: How to (Re-)Focus XY window?
Replies: 3
Views: 392

Re: How to (Re-)Focus XY window?

It does seem a bit odd to me anyway, that you can't get the original XY window in focus or should I say "activated" after running a new or fresh instance of XY without resorting to other external methods. At least I haven't been able to do it. Obviously if you click on it, it will become a...
by klownboy
28 Mar 2015 13:54
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

Thanks Sammay, your fix on the filename display also corrected the spaces in filename that I mentioned above. By the way, Irfanview wouldn't even open "Ponti,_Carlo_(ca._1823-1893)_-_Porteuse_d'eau_-_n._151_-_Venice.jpg" image until I removed the apostrophe and comma, but your fix worked o...
by klownboy
27 Mar 2015 14:02
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

Don mentioned an issue with filenames displayed. I also noted that for any filename with a space in it, the space is replaced with %26nbsp; . I know this goes beyond what the OP 's requested in that he wanted only to be able to preview and select, but would it be possible to incorporate and use the ...
by klownboy
26 Mar 2015 22:22
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

Do you only store those in-use then have get the others before showing inputselect (and handle pre-selection)? You are storing what the user had previously selected already in the perm variable so I suppose you'd have to compare that with the full image list {:Image} to arrive at the pre-selects or...
by klownboy
26 Mar 2015 21:00
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

V1.2 works great! :appl: Very nice, thanks TheQwerty. I was wondering though, could you have used an inputselect check box for the filter selections? It might have made it easier to select or unselect those you want or don't want. Another thought, I can't help but think this script would be even bet...
by klownboy
26 Mar 2015 18:08
Forum: Script Exchange
Topic: [SCRIPT] HTML Image Preview
Replies: 22
Views: 7119

Re: [SCRIPT] HTML Image Preview

Hi TheQwerty, when running the script (version 1.1) to make adjustments, the perm variable for image file types is being saved properly (perm), but the window size is not. Tried it a couple of times and stepped through it once. I don't have much time now, but it appears after the input box the value...
by klownboy
26 Mar 2015 14:30
Forum: Wishes
Topic: Play GIF animations on thumbnails preview
Replies: 12
Views: 7918

Re: Play GIF animations on thumbnails preview

Very nice TheQwerty. :appl: I was actually surprised at how quick the images load. I changed the html page size by adjusting the percentages of $width and $height from 50% to 80%. Is that the best or proper way to accomplish that? Certain "image" file types don't display, though they do di...
by klownboy
25 Mar 2015 14:51
Forum: Wishes
Topic: Play GIF animations on thumbnails preview
Replies: 12
Views: 7918

Re: Play GIF animations on thumbnails preview

I've got no experience in html, but if you have a graphics program like Irfanview or ImageEye installed, you can use a simple script like the following to open all the GIF images in a folders at once. It will scatter them around the screen for viewing. $GIF_list = listfolder("<curpath>", &...