Search found 35 matches

by nf_xp
29 Aug 2009 17:33
Forum: Script Exchange
Topic: Cache all thumbnails for current tab and sub folders at once
Replies: 15
Views: 8452

Re: Cache all thumbnails for current tab and sub folders at once

admin wrote:As sendkeys officially does not even exist I won't take the time to look into it. :P
Sure thing, it's even not a real bug. :)
by nf_xp
29 Aug 2009 06:29
Forum: Script Exchange
Topic: Cache all thumbnails for current tab and sub folders at once
Replies: 15
Views: 8452

Re: Cache all thumbnails for current tab and sub folders at once

It nicely recurses the folder tree, but the {PGDN} somehow does not seem to work. It only produces thumbs of the top page of each folder. No time to investigate further though. I assume it works as expected at your end. Weird, it should work as you're pressing {PGDN} via the keyboard, unless the fi...
by nf_xp
28 Aug 2009 20:02
Forum: Script Exchange
Topic: Cache all thumbnails for current tab and sub folders at once
Replies: 15
Views: 8452

Cache all thumbnails for current tab and sub folders at once

Cache all thumbnails for current tab and sub folders at once. NOTE: Using this script on a very large folder may take a long time. "Cache Thumbnails" setting AllowRecursion; $curDir = <curpath>; #302; // Details #308; // Thumbnails #3 sub "_cache_dirs"; goto $curDir; "-"...
by nf_xp
28 Aug 2009 18:40
Forum: Tips & Tricks, Questions & Answers
Topic: How to disable the 'script appears to be recursive' warning?
Replies: 3
Views: 1241

How to disable the 'script appears to be recursive' warning?

How to disable the 'The current script appears to be recursive.' warning? I wrote a script that means to loop through folders, but this warning popped up every recursion and interrupted the execution. Is there any way to disable it? I was using some code like this: "_func" ... sub "_f...
by nf_xp
24 Aug 2009 15:37
Forum: Bug Reports
Topic: Unicode in scripting
Replies: 4
Views: 1560

Re: Unicode in scripting

Fixed :)
by nf_xp
23 Aug 2009 18:25
Forum: Wishes
Topic: Scripting: sendkeys and delay?
Replies: 5
Views: 1706

Re: Scripting: sendkeys and delay?

That would be cool! Thanks :D
by nf_xp
23 Aug 2009 18:21
Forum: Bug Reports
Topic: Unicode in scripting
Replies: 4
Views: 1560

Re: Unicode in scripting

Test 1: $a = "▲"; msg "test"; 2009-8-23 23-36-47.gif Test 2: $a = "▲▲"; msg "test"; 2009-8-23 23-37-06.gif Raw view of the first test file in MBCS system: 2009-8-23 23-55-20.gif My guess: You can see the MBCS string '$a = "▲";' takes 10 bytes in the ...
by nf_xp
23 Aug 2009 15:01
Forum: Bug Reports
Topic: Raw view could not display Unicode correctly
Replies: 38
Views: 6082

Re: Raw view could not display Unicode correctly

Quick File View is fixed!
by nf_xp
23 Aug 2009 14:57
Forum: Wishes
Topic: Scripting: sendkeys and delay?
Replies: 5
Views: 1706

Re: Scripting: sendkeys and delay?

Muroph wrote:
nf_xp wrote:and delay(milliseconds) will pause a while and give control back to XYplorer.
try the (undocumented) "wait msec" command and see if that's what you want.
Thank you Muroph! It's exactly what I want :D

Now waiting for the sendkeys...
by nf_xp
23 Aug 2009 05:37
Forum: Wishes
Topic: Scripting: sendkeys and delay?
Replies: 5
Views: 1706

Scripting: sendkeys and delay?

How about add sendkeys and delay to scripting? sendkeys (just likes the SendKeys in VB) simulates the keyboard typing, and delay(milliseconds) will pause a while and give control back to XYplorer. With these two commands, users can do lots of automation, just like they are operating XYplorer via key...
by nf_xp
23 Aug 2009 05:09
Forum: Bug Reports
Topic: Unicode in scripting
Replies: 4
Views: 1560

Unicode in scripting

2009-8-23 10-36-19.gif Don, I just tried Muroph's Tag Manager v2.2, and encountered the above error - After processed line #23, the first keyword 'input' of line #24 was broken into lines #23 and #24, as well as the 'replace' in line #25, 'substr' in line #26, etc. After replaced ▲ and ▼ in line #2...
by nf_xp
21 Aug 2009 16:51
Forum: Bug Reports
Topic: Raw view could not display Unicode correctly
Replies: 38
Views: 6082

Re: Raw view could not display Unicode correctly

Yeah, the Quick File View also has this problem.

Raw view works fine in the latest beta :)
by nf_xp
19 Aug 2009 14:15
Forum: Bug Reports
Topic: Raw view could not display Unicode correctly
Replies: 38
Views: 6082

Re: Raw view could not display Unicode correctly

Fixed, all chars display perfectly :D
by nf_xp
19 Aug 2009 11:38
Forum: Bug Reports
Topic: Raw view could not display Unicode correctly
Replies: 38
Views: 6082

Re: Raw view could not display Unicode correctly

It works! Didn't know MultiByteToWideCharPtr can accept numerical code page (just pass 1252). Almost a misleading :mrgreen: