Search found 110 matches

by otrov
13 Jun 2011, 18:26
Forum: Problems and Troubleshooting
Topic: Python scripting with Automation plugin
Replies: 6
Views: 7525

Re: Python scripting with Automation plugin

Hello world Python example for Salamander (save as hello.pys ): Salamander.MsgBox('Hello world from Automation plugin') Works fine here on Windows XP SP3 32bit with official Python 2.6.6. Additionally I have http://sourceforge.net/projects/pywin32/ I had no idea that Salamander can be scripted with...
by otrov
24 Apr 2011, 00:08
Forum: Feature Requests
Topic: Search using Windows index?
Replies: 7
Views: 13606

Re: Search using Windows index?

Would it be possible to utilize fast Windows searching from within Salamander Find-dialogue (Alt+F7) and get the results presented there? I meant to ask about same feature :) Wrapping IFilters features in 'Find' dialog as an option seems like very nice idea I hope devs would find it useful and not ...
by otrov
22 Apr 2011, 22:20
Forum: Plugins Development
Topic: Explorer Thumbnails Plugin
Replies: 47
Views: 91612

Re: Explorer Thumbnails Plugin

Sorry for false alarm :oops: It seems that Explorer folder option 'Always show icons, never thumbnails' was turned on (not by me, but some program like IE9 or so) As I noticed that even Explorer doesn't show thumbnail now, I start checking those options and luckily found the cause Only I don't know ...
by otrov
21 Apr 2011, 14:13
Forum: Plugins Development
Topic: Total Commander Proxy Plugin
Replies: 198
Views: 1483546

Re: Total Commander Proxy Plugin

@manison: Can you please look why this lister plugin can't work with your wrapper: http://www.totalcmd.net/plugring/decftumb.html (decFastThumbs)

edit: please ignore this post - I had trouble with showing thumbnails and desperately searched for solution at wrong place
by otrov
07 Apr 2011, 13:23
Forum: Problems and Troubleshooting
Topic: 'User menu' command on XP, strange behavior
Replies: 7
Views: 6619

Re: 'User menu' command on XP, strange behavior

I'll let that task to the developer of mentioned program, which I informed, but it seems that he doesn't like Windows OS very much Cross-platform and 'all OS supported' I imagine sounds tempting to developers, but it seems that many simply claim cross-platform and think that programming language can...
by otrov
05 Apr 2011, 16:03
Forum: Problems and Troubleshooting
Topic: 'User menu' command on XP, strange behavior
Replies: 7
Views: 6619

Re: 'User menu' command on XP, strange behavior

Thanks for explanation I wrapped 'ebook-convert.exe' in batch file but it's same Whatever. Problem is in 'ebook-convert.exe' and solution should be looked there BTW, I processed this files earlier today with FOR command (which wasn't terminated): for %x in (*.epub) do "C:\Program Files\Calibre2...
by otrov
05 Apr 2011, 14:15
Forum: Problems and Troubleshooting
Topic: 'User menu' command on XP, strange behavior
Replies: 7
Views: 6619

Re: 'User menu' command on XP, strange behavior

I made temp folder on Win 7 PC and 9 files inside: for /l %x in (1,1,9) do echo %x > %x.txt I did the same for XP PC Made 'user menu' command 'type "$(Name)"' with 'Execute through shell' checked, on both PCs I selected all files and run that command on both PCs. The results are as I would...
by otrov
05 Apr 2011, 04:18
Forum: Problems and Troubleshooting
Topic: 'User menu' command on XP, strange behavior
Replies: 7
Views: 6619

'User menu' command on XP, strange behavior

I installed fresh copy of AS on Windows XP (working through Remote Desktop) and noticed that when I run 'user menu' command on bunch of selected files, it only calls command on first file from selected files. My AS copy on Windows 7 calls 'user menu' command on all selected files: call some_program ...
by otrov
30 Mar 2011, 02:20
Forum: Plugins Development
Topic: Explorer Thumbnails Plugin
Replies: 47
Views: 91612

Re: Explorer Thumbnails Plugin

There seems to be a problem with this plugin and IE9 - thumbnails don't show anymore. I posted problem here: http://forum.altap.cz/viewtopic.php?f=14&t=4572 but it's simple as that - if user installs IE9 thumbnails don't work in AS, while in Windows Explorer shows expected (I checked this on 2 W...
by otrov
29 Mar 2011, 02:09
Forum: Plugins Development
Topic: PDF thumbnails don't show anymore
Replies: 11
Views: 30306

Re: PDF thumbnails don't show anymore

I don't have Eroiica plugin - I didn't installed it

Now I think I posted in wrong forum, as I'm almost sure problem is with explorer thumbnail plugin and IE9
Can someone confirm this behavior, and if possible, moderator to move this to explorer thumbnail plugin thread?
Thanks
by otrov
28 Mar 2011, 01:37
Forum: Plugins Development
Topic: PDF thumbnails don't show anymore
Replies: 11
Views: 30306

PDF thumbnails don't show anymore

False alarm, sorry: http://forum.altap.cz/viewtopic.php?f=14&t=2947&p=22096#p22096 I don't know if PDF thumbnails are handled by explorer thumbnail plugin which I have installed or by AS itself, but today I noticed that I can't see thumbnails for my PDFs in AS I opened explorer and everythi...
by otrov
12 Mar 2011, 03:00
Forum: Feature Requests
Topic: Resolve shortcuts to viewers?
Replies: 2
Views: 3615

Re: Resolve shortcuts to viewers?

I just find out that symbolic links are treated fine, but I can't find easy way in AS to create such link except with user menu command and mklink
by otrov
12 Mar 2011, 02:49
Forum: Feature Requests
Topic: Resolve shortcuts to viewers?
Replies: 2
Views: 3615

Resolve shortcuts to viewers?

File shortcuts aren't resolved by AS to it's viewers (they are treated as files), though AS provides "go to target" action for shortcuts.
Does resolving shortcuts to viewers seem like good idea?
by otrov
26 Feb 2011, 01:49
Forum: Problems and Troubleshooting
Topic: Problem with RAR archive
Replies: 2
Views: 3895

Re: Problem with RAR archive

You are right
It wasn't RAR at all as it started with PK, meaning ZIP archive
Even file properties said ZIP but I probably wasn't concentrated much, so made quite a useless post, sorry for that
Thanks therube for your answer :)
by otrov
25 Feb 2011, 18:26
Forum: Problems and Troubleshooting
Topic: Problem with RAR archive
Replies: 2
Views: 3895

Problem with RAR archive

This isn't first time to happen, so I thought to report It's about some RAR arcives. I really don't know how to check which various archive versions or arguments passed to archiver which produced the file, but here is what this file properties reports: Version to extract 2.0 Host OS DOS Total files ...