Search found 131 matches

by totmad1
11 Sep 2014 18:02
Forum: Wishes
Topic: Larger font in pdf manual
Replies: 3
Views: 1027

Re: Larger font in pdf manual

I normally print to pdf (search is easier). I have done some testing (loads of pdf utils). Only way I could get what you want was to use chmtopdf at http://www.chmtopdf.com which creates a 3.74MB file of 305 pages. Then I used cutepdf driver from http://www.CutePDF.com to get 2 pages onto 1 printabl...
by totmad1
30 Aug 2014 16:07
Forum: Script Exchange
Topic: Paper Folders Too
Replies: 0
Views: 1717

Paper Folders Too

PaperFolders is further proof of Don's ability to see into the future. It has just been recently reported that MS is "Looking into Virtual Folders for Win 9". I have used a couple of scripts Papyrus and PaperList. The list created by PaperList has now got to be too long for my use. (I'm no...
by totmad1
22 Jul 2014 15:28
Forum: Tips & Tricks, Questions & Answers
Topic: Newbie looking for Tag entry Tips or suggestion.
Replies: 10
Views: 2313

Re: Newbie looking for Tag entry Tips or suggestion.

I don't know if this will be any help but here goes. $AtaglistA = taglist(); $choice = inputselect("Select ", $AtaglistA, ",", 2); // see Image1.png $YrTags = input("Check & Add with comma separator", , $choice, , ) ; //see list.png tag "$YrTags", , 1; // ...
by totmad1
09 May 2014 20:33
Forum: Script Exchange
Topic: ImageMagick & XYplorer
Replies: 29
Views: 10845

Re: ImageMagick & XYplorer

Thanks for the comments klownboy(Ken) Its much appreciated. I can't believe I relied on ImageMagick's forum which had a topic on spaces and dots, saying they had tried their recommended solution which hadn't worked. I had tried their solution (didn't work) and had forgotten the double quote power in...
by totmad1
08 May 2014 19:47
Forum: Script Exchange
Topic: ImageMagick & XYplorer
Replies: 29
Views: 10845

Re: ImageMagick & XYplorer

I have the greatest respect for you binocular222 . I know you are a better scripter than me , so maybe I am missing something in FastStone Viewer. I don't seem to be able to split a list of images by 50% in either direction ,only take a slice of the centre in FSV. I have looked at a number of progra...
by totmad1
08 May 2014 18:09
Forum: Script Exchange
Topic: ImageMagick & XYplorer
Replies: 29
Views: 10845

ImageMagick & XYplorer

I had looked at ImageMagick a few years ago and realised, what a great program. I tried the windows version but found it wouldn't work the way I wanted. A few days ago I decided to try it with XY. What an eye-opener. You could write a batch file to alter all of one format in a folder. That was not w...
by totmad1
17 Apr 2014 00:47
Forum: Tips & Tricks, Questions & Answers
Topic: Different FVS per pane for the same folder
Replies: 7
Views: 1105

Re: Different FVS per pane for the same folder

i believe there is no complete answer to this but I have to second the suggestion of Session Manager. I have used it since it was shown on this forum . I have also used Dual Location Builder and was impressed. Here is the But I found it wasn't quite what i was looking for so I wrote this simple scri...
by totmad1
03 Mar 2014 14:49
Forum: Tips & Tricks, Questions & Answers
Topic: Custom Columns
Replies: 232
Views: 34623

Re: Custom Columns

I've written this simple script which collects the "Dimensions" and places them in an Extra Column "ImageDimension" selfilter "*.jpg ; *.jpeg ; *.png ; *.tif ; *.ico ; *.bmp; *.gif"; extratag(1, "Dimensions"); $SelectedItems = get("SelectedItemsPathNames&...
by totmad1
10 Feb 2014 16:06
Forum: Bug Reports
Topic: selfilter not working in Betas
Replies: 5
Views: 990

Re: selfilter not working in Betas

I have this in my 7z script. Still works in 13.70 selfilter"*.rar ; *.7z ; *.cab ; *.gz ; *.zip; *.bz2 ; *.lha ; *.tar"; I have tried these next two also with ogg and wma with and without asterisk. with and without quotes and please note with and without the space ::selfilter"*.mp3&qu...
by totmad1
10 Feb 2014 14:51
Forum: Bug Reports
Topic: selfilter not working in Betas
Replies: 5
Views: 990

selfilter not working in Betas

since new columns added in beta selfilter not working. tried 'Fresh', tried new install. tried in address bar also catalog. sel is working, selitems is working, wanted to improve script in http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=11018&start=30 by using selfilter. I had a strange seq...
by totmad1
07 Feb 2014 14:28
Forum: Tips & Tricks, Questions & Answers
Topic: Trying to add track # Column for Music Files
Replies: 15
Views: 2646

Re: Trying to add track # Column for Music Files

wrote this to use latest Beta "mp3TrackNo" $SelectedItems = get("SelectedItemsPathNames", "|"); extratag(1, "TrackNo."); foreach($Item, $SelectedItems, "|") { $TrackNo = property("Track", "$Item"); if($TrackNo <10){ $TrackNo = 0$T...
by totmad1
06 Feb 2014 20:44
Forum: Tips & Tricks, Questions & Answers
Topic: New Columns
Replies: 111
Views: 13916

Re: New Columns

LOVE the new columns/tags and wrote this simple script to get the track number into one of the extra tags. "mp3TrackNo" $SelectedItems = get("SelectedItemsPathNames", "|"); foreach($Item, $SelectedItems, "|") { extratag(1, "TrackNo."); $TrackNo = pro...
by totmad1
20 Jan 2014 20:54
Forum: Script Exchange
Topic: Script name ?
Replies: 17
Views: 3845

Re: Script name ?

1. see my first post pointing to http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=4144&start=30 for where i'm getting the code from 2. where my line "Group A|<xyicons>a\???.ico : GrpaME" Load("*","_GrpaMD;-;_GrpaA;_GrpaB;_GrpaC;_GrpaD;_GrpaE;_GrpaF;_GrpaG;_GrpaH"...
by totmad1
20 Jan 2014 14:01
Forum: Script Exchange
Topic: Script name ?
Replies: 17
Views: 3845

Re: Script name ?

Have a look at the sample below I have added "instant color filters" and "Preview" into Group A "Edit Button : editButton" UserButton(9, 128); "Customize Toolbar : custTB" Button("ctb1", 256); "Edit script : edit" $ScriptFile= self ("f...
by totmad1
13 Jan 2014 20:26
Forum: Script Exchange
Topic: Script name ?
Replies: 17
Views: 3845

Re: Script name ?

it is loosely similar but the topic shows how to get all buttons onto one user button
i have in fact made it easy for XY users by doing the work for them and making it
an example of submenus.