Search found 577 matches

by Zardoz2293
01 Feb 2012 11:27
Forum: Wishes
Topic: ^ Enhancement: Drag Zone (List View & Info Panel)
Replies: 30
Views: 3662

Re: Enhancement: Drag Zone (List View & Info Panel)

admin wrote:Splitter Width right-click menu also to the IP splitter.
Hard to imagine that enhancement not solving all the associated problems. But you could always add the Easter Egg with the hidden Pizza. :wink:
by Zardoz2293
01 Feb 2012 01:52
Forum: Wishes
Topic: ^ Enhancement: Drag Zone (List View & Info Panel)
Replies: 30
Views: 3662

Re: Enhancement: Drag Zone (List View & Info Panel)

PeterH wrote:Sorry for queer wording - but I hope that explains what I want to say. And from my point of view this makes it more difficult than necessary to drag that divider.
Could you take a screen shot of the area you are referencing for review? Thanks.
by Zardoz2293
31 Jan 2012 20:28
Forum: Script Exchange
Topic: ^ Scripting: renameitem (Bug, Resolved)
Replies: 13
Views: 2748

Re: Scripting: renameitem

In short, this should be doable with the rename-command, but not with the renameitem-function. As you depend on the return value, that's not good. I've tried all the combinations before I posted and felt like a total idiot not understanding why I was getting funky results from time to time. The ret...
by Zardoz2293
31 Jan 2012 20:04
Forum: Wishes
Topic: ^ Enhancement: Drag Zone (List View & Info Panel)
Replies: 30
Views: 3662

Re: Enhancement: Drag Zone (List View & Info Panel)

Already there: Right-click the Tree/List-splitter and choose 6 pixels. This will also enlarge the drag zone. Totally awesome! 8) Question: Why isn't that totally slick, cool as can be, right-click popup not on the horizontal splitter with the List View and Info Panel? Believe it or not, I actually ...
by Zardoz2293
31 Jan 2012 19:59
Forum: Wishes
Topic: ^ Enhancement: Drag Zone (List View & Info Panel)
Replies: 30
Views: 3662

Re: Enhancement: Drag Zone (List View & Info Panel)

j_c_hallgren wrote:
Zardoz2293 wrote: In my old decrepit age my ability to maneuver a couple of pixels is becoming more and more difficult.
Same here! That's why I almost never try to use this and rely on TB icons to min/max/last size it!
Excellent! :P

The grabber zone still needs a few more pixels.
by Zardoz2293
31 Jan 2012 18:49
Forum: Wishes
Topic: ^ Enhancement: Drag Zone (List View & Info Panel)
Replies: 30
Views: 3662

^ Enhancement: Drag Zone (List View & Info Panel)

Requesting some user configuration setting to increase the area or zone for selection to drag the split for the List View & Info Panel. In my old decrepit age my ability to maneuver a couple of pixels is becoming more and more difficult. Thank you Mighty Oz.

What are your thoughts?
by Zardoz2293
31 Jan 2012 18:36
Forum: Script Exchange
Topic: ^ Scripting: renameitem (Bug, Resolved)
Replies: 13
Views: 2748

Re: Scripting: renameitem

@Zardoz2293: After testing, this form of the command works for me: $result = renameitem("CHANGED-- *", $folder, 3); Going by your first post in this thread, you simply needed to add the numeric flags into a single number, rather than specifying them individually the way you did. The way I...
by Zardoz2293
31 Jan 2012 16:33
Forum: Script Exchange
Topic: ^ Scripting: renameitem (Bug, Resolved)
Replies: 13
Views: 2748

Re: Scripting: renameitem

Gentlemen, have you tested both of these folder cases and the result value returned from renameitem : Before: C:\Test\v3.64 (2010-12-10) <DIR> C:\Test\v3 <DIR> After: C:\Test\CHANGED-- v3.64 (2010-12-10) <DIR> C:\Test\CHANGED-- v3 <DIR> Depending on the target format string used, you can get a retur...
by Zardoz2293
31 Jan 2012 15:12
Forum: Script Exchange
Topic: ^ Scripting: renameitem (Bug, Resolved)
Replies: 13
Views: 2748

Re: Scripting: renameitem

Stefan wrote:Try
renameitem( "CHANGED-- *.?", $Folder);


while
* = original base
. = original period
? = original extension
Doesn't work, see Example #2 in post. The results need to work for all folder and file names.
by Zardoz2293
31 Jan 2012 14:20
Forum: Script Exchange
Topic: sub and load with arguments / parameters
Replies: 8
Views: 1623

Re: sub and load with arguments / parameters

Frankly, I think if such a thing is done, it would be arguments / parameters and not global variables. The only global things should be constants, enumerations, etc. and I'd like it to make me a Pizza Supreme too. 8)
by Zardoz2293
31 Jan 2012 14:03
Forum: Script Exchange
Topic: ^ Scripting: renameitem (Bug, Resolved)
Replies: 13
Views: 2748

^ Scripting: renameitem (Bug, Resolved)

I'm having problems renaming using renameitem with some types of naming conventions for folders and files. All I'm seeking to do is keep the same exact current name for the folder or path and insert a string at the beginning. Example #1: renameitem ( "CHANGED-- *?", $Folder, { 0 | 1 |2 | 3...
by Zardoz2293
31 Jan 2012 13:43
Forum: Script Exchange
Topic: Scripting: Branch View
Replies: 0
Views: 1121

Scripting: Branch View

Using the example below, the List View is update to the Branch View and back again. How do we prevent the List View from being updated (to the Branch View display) as this causes several other related concerns beyond the annoying flashing (including loosing the status bar metadata). I'm finding some...
by Zardoz2293
31 Jan 2012 13:20
Forum: Script Exchange
Topic: Mini Tree activation
Replies: 11
Views: 3014

Re: Mini Tree activation

1. No, but I could add a command to reverse the current sort order (whatever it is). Would that help? Yes, it would be helpful with some cases as the order is perfect in reverse order. 2. Don't understand. I'll create another thread as it has nothing to do with Mini Tree activation. http://www.xypl...
by Zardoz2293
31 Jan 2012 13:12
Forum: Script Exchange
Topic: sub and load with arguments / parameters
Replies: 8
Views: 1623

Re: sub and load with arguments / parameters

Currently not planned. :cry: :cry: :cry: Another question: could it be possible to define a sub to share all variables with the calling script, i.e. just to use the same variable pool? For some routines this could be very helpful... As in a Boolean value? Default = False (current behavior); True = ...
by Zardoz2293
31 Jan 2012 11:35
Forum: Script Exchange
Topic: sub and load with arguments / parameters
Replies: 8
Views: 1623

sub and load with arguments / parameters

Is there a future plan (as in already on the todo list) to support argument / parameters with sub and load.

What is the position on this subject?