Search found 216 matches

by manison
24 May 2010, 20:52
Forum: Problems and Troubleshooting
Topic: Automation Plugin: ActiveRuby
Replies: 5
Views: 6643

Re: Automation Plugin: ActiveRuby

Please keep us informed, for now we decided not to invest our time into solving this. However we may re-open the issue based on your feedback. Thanks.
by manison
22 May 2010, 21:09
Forum: Problems and Troubleshooting
Topic: Automation Plugin: ActiveRuby
Replies: 5
Views: 6643

Re: Automation Plugin: ActiveRuby

Additional note to the script file names: You can use Salamander.Script.Path property to get the full script path regardless the scripting engine used. There is analogous property WScript.ScriptFullName for the WSH.
by manison
22 May 2010, 13:16
Forum: Problems and Troubleshooting
Topic: Automation Plugin: ActiveRuby
Replies: 5
Views: 6643

Re: Automation Plugin: ActiveRuby

Hello Thierry, thanks for the feedback. Unfortunately the ActiveRuby engine is quite buggy. 1. The file that is executed is not the file itself, but a copy in the temp folder, typically named something like 'RSCC430.tmp.rb'. This prevents knowing the name of the executed file, which is a problem if ...
by manison
19 May 2010, 23:28
Forum: Problems and Troubleshooting
Topic: Automation Plugin: Fails to recognize AppPath
Replies: 4
Views: 5400

Re: Automation Plugin: Fails to recognize AppPath

Please double check the Automation directories configuration. The default path is just C:\Documents and Settings\TimeGhost\Application Data\Altap Salamander\Automation\scripts not C:\Documents and Settings\TimeGhost\Application Data\Altap\Altap Salamander\Automation\scripts as specified in your firs...
by manison
09 May 2010, 15:39
Forum: Plugins Development
Topic: Total Commander Proxy Plugin
Replies: 198
Views: 1313036

Re: Total Commander Proxy Plugin

New version of the Total Commander Proxy plugin is available for download. This version fixes problem reported with NokiaFS plugin. Copying directory trees from local file system to the plugin should now work.
by manison
08 May 2010, 18:00
Forum: Problems and Troubleshooting
Topic: Automation plugin: Salamander crashes with ActiveRuby
Replies: 3
Views: 4305

Re: Automation plugin: Salamander crashes with ActiveRuby

Automation plugin fixed for the next Altap Salamander version.
by manison
26 Mar 2010, 19:43
Forum: General Discussion
Topic: Automation Script Contest: 3 Free Salamander Licenses
Replies: 49
Views: 92670

Re: Automation Script Contest: 3 Free Salamander Licenses

My workaround: Crashes Salamander, too No crash! Works fine here: Can you please confirm whether the script crashes when executed from Script Popup Menu and when executed from Plugins Menu, Plugin Bar or through assigned hotkey? It seems that there is a bug in Automation that takes Salamander down ...
by manison
18 Feb 2010, 16:05
Forum: Early Access Program
Topic: PB44: Nelze spustit .js (automation plugin)
Replies: 3
Views: 6478

Re: Nelze spustit .js (automation plugin)

Pravděpodobně vám někdo nebo něco zrušilo asociace skriptovacího enginu JScript. Zkuste, prosím, z elevované příkazové řádky spustit

Code: Select all

regsvr32 %systemroot%\system32\jscript.dll
Skripty pro Automation plugin se pak spouští přímo ze Salamandera, měly by se objevit v menu Plugins > Automation.
by manison
17 Feb 2010, 17:01
Forum: Early Access Program
Topic: Salamander Object Model Documentation?
Replies: 4
Views: 6474

Re: Salamander Object Model Documentation?

Please take a look at help Plugins > Automation > Automation Plugin Reference and start at Salamander object.
by manison
04 Jan 2010, 19:08
Forum: Plugins Development
Topic: Automation Plugin
Replies: 22
Views: 33919

Re: Automation Plugin

Small bug: Automation doesn't display error message box when script could not be executed (was removed for example). It does nothing which could be misleading. Thanks, I'll take a look. Some ideas: New "Rescan" command to refresh cached script names. Now we must unload/reload Automation p...
by manison
31 Dec 2009, 12:14
Forum: Plugins Development
Topic: Automation Plugin
Replies: 22
Views: 33919

Re: Automation Plugin

Is there some way how to call Sleep() or Quit() methods? Could it be published by Salamander (root) object? Sure. However, regarding the Sleep method, since the Automation plugin runs on the main thread, the whole UI would be blocked. What is the Sleep supposed to be used for? I have some troubles ...
by manison
31 Dec 2009, 11:06
Forum: Plugins Development
Topic: Automation Plugin
Replies: 22
Views: 33919

Re: Automation Plugin

It's probably not implemented by Automation plugin. Exactly. The WScript object is the root object for the Windows Script Host (wscript.exe or cscript.exe). The root object for the Automation plugin is the Salamander object. Is there some way how to call Sleep() or Quit() methods? Could it be publi...
by manison
03 Dec 2009, 21:26
Forum: Problémy a jejich řešení
Topic: PE Viewer nezobrazí tabulku importů
Replies: 2
Views: 4670

PE Viewer nezobrazí tabulku importů

PE Viewer má problémy se zobrazením tabulky importů u některých systémových modulů (driverů) z Windows Vista (32b), namátkou např. beep.sys, disk.sys, ndis.sys a další.
by manison
03 Dec 2009, 13:35
Forum: Plugins Development
Topic: Automation Plugin
Replies: 22
Views: 33919

Re: Automation Plugin

Interesting, I will take a look at it. Thanks.
by manison
03 Dec 2009, 12:54
Forum: Plugins Development
Topic: Automation Plugin
Replies: 22
Views: 33919

Re: Automation Plugin

Jan Rysavy wrote:Manison, what about a new command "Automation Menu" which will display menu with all scripts the same way as User Menu does
Nice idea, putting on the to do list.