Search found 17 matches

by tgrand
20 Feb 2014 21:12
Forum: Tips & Tricks, Questions & Answers
Topic: Enumerate file servers holding up use of XY, how to turn off
Replies: 14
Views: 5727

Re: Enumerate file servers holding up use of XY, how to turn

I had already had "No network browsing on startup" enabled. Enabling "Cache network servers" is what solved the problem for me.
by tgrand
20 Feb 2014 16:46
Forum: Tips & Tricks, Questions & Answers
Topic: Enumerate file servers holding up use of XY, how to turn off
Replies: 14
Views: 5727

Re: Enumerate file servers holding up use of XY, how to turn

Thank you, thank you, thank you! This setting seems to have done the trick. Not sure how I missed it before. :(
by tgrand
24 Jan 2014 16:34
Forum: Tips & Tricks, Questions & Answers
Topic: Enumerate file servers holding up use of XY, how to turn off
Replies: 14
Views: 5727

Re: Enumerate file servers holding up use of XY, how to turn

I have this problem as well. The "Assume that servers are available" setting does not make any difference. I'd really like to be able to prevent XYplorer from ever going through the time-consuming "Enumerating network servers" phase, during which it is completely unresponsive. It...
by tgrand
22 Jun 2012 17:45
Forum: Script Exchange
Topic: Get detailed image info using ImageMagick
Replies: 4
Views: 2941

Re: Get detailed image info using ImageMagick

Very detailed info. Here's an example of the output for a CMYK JPEG with an embedded color profile: Image: c:\temp\CMYK.jpg Format: JPEG (Joint Photographic Experts Group JFIF format) Class: DirectClass Geometry: 900x900+0+0 Resolution: 300x300 Print size: 3x3 Units: PixelsPerInch Type: ColorSeparat...
by tgrand
22 Jun 2012 16:47
Forum: Script Exchange
Topic: Get detailed image info using ImageMagick
Replies: 4
Views: 2941

Get detailed image info using ImageMagick

I just wrote the following script to get detailed info for a selected image file using ImageMagick's identify utility: ::run "cmd /c """"c:\Program Files (x86)\ImageMagick-6.7.7-Q8\identify.exe"" -verbose ""<curitem>"" > c:\temp\imginfo.txt"...
by tgrand
11 Mar 2010 21:48
Forum: Script Exchange
Topic: Script to select files listed on clipboard
Replies: 1
Views: 1186

Script to select files listed on clipboard

Here's a simple script I just came up with to select the files whose names are listed on the clipboard: selfilter(replace("<clipboard>", chr(13).chr(10), "|")) This works if you have clipboard contents like: file1.txt file2.txt file3.txt One easy way to set the clipboard like tha...
by tgrand
10 Oct 2009 23:15
Forum: Bug Reports
Topic: CPU usage 15% on virutal machines.
Replies: 9
Views: 2911

Re: CPU usage 15% on virutal machines.

Glad I could help!

Thanks for getting this fix out so quick. I just tried the latest beta version and the problem is definitely solved. Excellent!
by tgrand
07 Oct 2009 20:18
Forum: Bug Reports
Topic: CPU usage 15% on virutal machines.
Replies: 9
Views: 2911

Re: CPU usage 15% on virutal machines.

I have the same problem. After some investigation, I believe I've found the cause. It's described in this ticket: http://www.virtualbox.org/ticket/3613 Windows programs that request high-resolution timing cause the number of RTC interrupts to increase to around 1000Hz. This incurs additional host CP...
by tgrand
18 Mar 2009 16:11
Forum: Wishes
Topic: A way to hide only some hidden files
Replies: 13
Views: 3947

A way to hide only some hidden files

I'm looking for a way to hide only some hidden files. Normally, I want to see hidden files everywhere. However, in one particular folder, there's a hidden file called desktop.ini that HAS to exist there, but I would prefer not to see it (in the list, at least - I don't care about the tree). I wouldn...
by tgrand
23 Oct 2008 08:16
Forum: Bug Reports
Topic: V7.70 broke my (very simple) script?
Replies: 7
Views: 1404

Re: V7.70 broke my (very simple) script?

Thanks, that did the trick! Actually, it was really close, but I had to remove one extra space after path: ::run quote("c:\Program Files\TortoiseSVN\bin\TortoiseProc.exe") . " /command:log /path:" . quote("<curpath>\") . " /closeonend:0" I guess I should've wa...
by tgrand
23 Oct 2008 07:39
Forum: Bug Reports
Topic: V7.70 broke my (very simple) script?
Replies: 7
Views: 1404

Re: V7.70 broke my (very simple) script?

I think I have a very similar problem, but I couldn't find a way to successfully apply the advice from this thread. The following script worked in 7.60 but stopped working in 7.70: run "c:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:log /path:"<curpath>\" /closeonend...
by tgrand
08 Oct 2008 16:03
Forum: Tips & Tricks, Questions & Answers
Topic: Shell items on current folder context menu within XYplorer?
Replies: 29
Views: 5827

Re: Shell items on current folder context menu within XYplorer?

That's great news. Thanks! I think this will really complete your compatibility with TortoiseSVN, which has been working perfectly otherwise.
by tgrand
07 Oct 2008 19:25
Forum: Tips & Tricks, Questions & Answers
Topic: Shell items on current folder context menu within XYplorer?
Replies: 29
Views: 5827

Re: Shell items on current folder context menu within XYplorer?

Oops, sorry everyone - I stopped receiving email notifications (maybe my fault) and didn't realize the thread was still active until now! Quick last thing: I believe the Properties command is also find as File|Properties, so you can trigger it from the File menu or assign a KS/Catalog item to it. Th...
by tgrand
04 Oct 2008 00:23
Forum: Tips & Tricks, Questions & Answers
Topic: Shell items on current folder context menu within XYplorer?
Replies: 29
Views: 5827

Re: Shell items on current folder context menu within XYplorer?

To answer you, you can't have the shell ctxt menu to show up on a right-click on empty space. And for the record I think that's actually a great feature of XY, because where that menu can be slow (due to shell extension, etc), XY's own menu show up instantly. Ok. :cry: I agree that that's a nice fe...
by tgrand
03 Oct 2008 22:08
Forum: Tips & Tricks, Questions & Answers
Topic: Shell items on current folder context menu within XYplorer?
Replies: 29
Views: 5827

Re: Shell items on current folder context menu within XYplorer?

What options are you used to? Since the XY New/New Items menu gives a lot more options than std Win Expl context....see "http://88.191.26.34/XYwiki/index.php/New_Items" You're right, I missed this - thanks. Looks like with some configuration, I can get options like "New Word document...