Search found 4138 matches

by klownboy
14 Nov 2014 14:07
Forum: Tips & Tricks, Questions & Answers
Topic: Pane.ini Documentation
Replies: 2
Views: 1032

Re: Pane.ini Documentation

Thanks Sammay, good information to put in the back pocket.
by klownboy
14 Nov 2014 13:13
Forum: Bug Reports
Topic: Bug in XY thumbnail memory management
Replies: 34
Views: 7922

Re: Bug in XY thumbnail memory management

Thank Don, I'll have to recognize that in my ThumbnailMaintenance script in some way. I imagine I'll have to make sure the user is not in the folder in which they're deleting the associated thumbnail database. I can't see that it should affect the refreshing or building of thumbnails in any way. Tha...
by klownboy
13 Nov 2014 18:35
Forum: Script Exchange
Topic: ImageMagick & XYplorer
Replies: 29
Views: 10835

Re: ImageMagick & XYplorer

Hi totmad1, I must say, you've got a darn good handle on the myriad of touchy IM parameters. :) :appl: IM's a powerful program though. I did have problems though running your recently added change for percentage trim - left and right. Stepping through it didn't tell me much other than the fact that ...
by klownboy
12 Nov 2014 21:01
Forum: Tips & Tricks, Questions & Answers
Topic: Run script through all sub folders
Replies: 14
Views: 4939

Re: Run script through all sub folders

Hi jdev21, I've been using the folder.jpg trick to display the folder, but your montage file called folder.jpg sounds like a nice idea especially if done on the fly on multiple folders recursively. I certainly would want to do it manually. Please post when you get it done or ask if you need any help...
by klownboy
12 Nov 2014 18:55
Forum: Bug Reports
Topic: Bug in XY thumbnail memory management
Replies: 34
Views: 7922

Re: Bug in XY thumbnail memory management

Hi Don, I have noticed something that wasn't the case before the memory management changes even with the earlier fix. Now, if you are in the folder for which you've created thumbs, you can't delete the associated "dbits " file. That never was the case, even though the thumbs displayed in t...
by klownboy
12 Nov 2014 16:44
Forum: Tips & Tricks, Questions & Answers
Topic: Any tricks to pre-select menu item?
Replies: 12
Views: 692

Re: Any tricks to pre-select menu item?

Hi Don, just to make sure we're on the same page, we were referring to scripted menus not popupmenu. Currently the help file states... "Caption|Icon|State : Label" Script where State Default = 1 State Checked = 2 State Disabled = 4 Currently, the "default" which is the bolded men...
by klownboy
12 Nov 2014 15:51
Forum: Tips & Tricks, Questions & Answers
Topic: Any tricks to pre-select menu item?
Replies: 12
Views: 692

Re: Any tricks to pre-select menu item?

the caption must also be focused so users know hitting Enter is going to trigger that So maybe the "preselect" would have the bold highlighted option built-in. As it is now the bold option can only be used for one menu item. If it would be combined with the new state (e.g., "8")...
by klownboy
12 Nov 2014 15:25
Forum: Tips & Tricks, Questions & Answers
Topic: Any tricks to pre-select menu item?
Replies: 12
Views: 692

Re: Any tricks to pre-select menu item?

Sammay, an option for pre-focus and run on enter would be a nice idea for scripted menus and would probably be well-used. Don, maybe instead of one of used "states" (e.g. Bold, Checked, Disabled), like the very seldom used "checked" or a new state, could be a default to act as ex...
by klownboy
11 Nov 2014 13:21
Forum: Tips & Tricks, Questions & Answers
Topic: Clear <get drop> when re-invoking the script
Replies: 2
Views: 380

Re: Clear <get drop> when re-invoking the script

<get drop> stays set until the script invoked by the drop is completely finished. There is no way to reset it actively. Thanks Don, it didn't look like there was since I tried a number of different ways which obviously didn't work. I figured I'd ask anyway just in case there was a work-around. Than...
by klownboy
11 Nov 2014 01:41
Forum: Tips & Tricks, Questions & Answers
Topic: Clear <get drop> when re-invoking the script
Replies: 2
Views: 380

Clear <get drop> when re-invoking the script

The help file states that... The <get drop> variable is cleared after the script is processed, so it cannot be used after the drop event is completed. I used <get drop> recently in a script to initiate an action - when a file or folder is dropped on the CTB, the script recognizes the drop and runs a...
by klownboy
10 Nov 2014 14:59
Forum: Script Exchange
Topic: Expandable drive button
Replies: 113
Views: 29921

Re: Expandable drive button

This script, ExpandableCTB.xys [v1.0] uses the technique brought to us by serendipity in ExpandDriveButton. Instead of using expanding drives, the user can have various CTBs, either custom buttons or built-in XY buttons. I've had this script working and have been using it since serendipity wrote the...
by klownboy
09 Nov 2014 01:14
Forum: Bug Reports
Topic: Bug with the 128 flag of inputselect
Replies: 11
Views: 2541

Bug with the 128 flag of inputselect

Help file for: inputselect (header, listdata, [separator="|"], [style=1], [cancel], [width=600], [height=400], [windowcaption]) states, 128 = Return selected index. If nothing is selected, 0 (zero) is returned. This statement is incorrect. When using return index "128", if the 1s...
by klownboy
08 Nov 2014 13:48
Forum: Bug Reports
Topic: Copy Item Path/Name doesn't work correctly in network shares
Replies: 8
Views: 1738

Re: Copy Item Path/Name doesn't work correctly in network sh

Like <curpath> when a list item is not highlighted and <curitem> when it is. No, that's not true.
by klownboy
06 Nov 2014 18:57
Forum: Bug Reports
Topic: Bug in XY thumbnail memory management
Replies: 34
Views: 7922

Re: Bug in XY thumbnail memory management

Thanks Don. I haven't seen any of the issues noted in the first post since v14.50.0206.
Ken