Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AlanJB

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 18
201
Support and Feedback / Re: NEWTAB option in button wizard mode
« on: January 06, 2019, 11:51:46 »
I don't believe it's a bug or an oversight.

Code: [Select]
MC.Explorer.Goto means open the specified path in the current tab, and

Code: [Select]
MC.Explorer.NewBrowser means open a new tab at the path specified.

See the docs here: http://multicommander.com/docs/customcommands_list#mc.explorer.goto

and here: http://multicommander.com/docs/customcommands_list#mc.explorer.newbrowser

202
Support and Feedback / Re: How to remove blank space? see screen
« on: December 07, 2018, 18:00:04 »
This is the status bar and is always present.

When appropriate, it will contain information about operations that MultiCommander is performing (for example, the progress and count of items being copied or moved).

203
On W10 I run MC as admin & have made sure it is fully whitelisted to prevent M$ or my AV from interfering with it.
I never see those warnings & everything works.

Ditto - but on Win 7.

204
Support and Feedback / Re: rule based coloring
« on: September 11, 2018, 15:30:44 »
Menu: Configuration -> File Coloring Rules editor...

205
Support and Feedback / Re: permanent setting of column and sort options
« on: September 06, 2018, 10:09:11 »
If you right-click in a column header you can choose "Save current layout as default".

206
Support and Feedback / Re: MultiCommander Future Plans
« on: September 02, 2018, 15:07:34 »
That is very encouraging to hear, Mathias :)

207
Script / Re: Title Case
« on: July 06, 2018, 00:27:19 »
Hi Ulf.

Can you not use combinations of StrToUpper() and StrSub()?

208
Could you post your MultiScript source here, please?

209
Did you look here: http://multicommander.com/docs/aliases

to make sure your alias is correctly configured?

211
Ah — my bad, sorry — I missed "Custom Command".  Obviously the MultiScript Debugger will not help.

There is a list of Custom Commands with their purpose and parameters here:

http://multicommander.com/docs/customcommands_list

212
Have you used the MultiScript debugger at  Menu -> Help -> MultiScript Debugger ?

And looked at the documentation at http://multicommander.com/docs/multiscript/ and subsections ?

213
Tips and Tricks / Re: CMD console mod (Freeware)
« on: June 16, 2018, 12:29:41 »
Even better than ColorConsole is:

https://conemu.github.io/en/TableOfContents.html#conemu

I tried Q-Dir for a while, but settled on MC as the superior commander ;)

I do use their FontViewOK though.

214
Support and Feedback / Re: Quick Launch
« on: May 31, 2018, 10:36:51 »
There is no “automatic” or configuration setting, but you can add “/MINIMIZED” as a command line switch to your shortcut in the Startup folder.

215
Support and Feedback / Re: Save Panel Widths
« on: May 31, 2018, 10:32:18 »
Right click any column header in the explorer panel (eg: Name, Ext, Size, etc.) and select “Save current layout as default”.

216
You might want to edit your last post and delete your (presumably) private email address ;)

217
Support and Feedback / Re: v8.1
« on: May 10, 2018, 13:22:00 »
Thanks for updating, Mathias  :D

218
Support and Feedback / Re: v8.1
« on: May 09, 2018, 13:55:51 »
Good man ;)

219
Support and Feedback / v8.1
« on: May 09, 2018, 13:03:13 »
Hi Mathias.

Do you plan to update the MC downloads page to list 8.1 (build 2452) as the current version?

220
Support and Feedback / Re: ** NEW VERSION v8.0 **
« on: May 01, 2018, 18:18:25 »
It was worth the wait :)

Now to convert lots of my UDCs to use the new Tab... functions :D

221
Beta Releases / Re: Multi Commander v7.9 BETA
« on: April 03, 2018, 14:19:17 »
Hi Mathias.

All MultiScript Tab... functions working as expected in Build 2437 :)

Well done and thanks !

222
Beta Releases / Re: Multi Commander v7.9 BETA
« on: March 25, 2018, 19:16:11 »
Thanks for all the replies ;)

I'll retest after the next beta release.  I can use these functions for lots of UDCs!

223
Beta Releases / Re: Multi Commander v7.9 BETA
« on: March 25, 2018, 17:16:17 »
Sorry to seem stupid, Mathias, but with only 1 parameter (side) it works exactly as expected, but
Quote
...I would expect TabActiveTab( 1,2 ); to set the 3rd tab in the left panel as active.

does not set the 3rd tab in the left panel as active.  Nothing happens at all  :-\

224
Beta Releases / Re: Multi Commander v7.9 BETA
« on: March 25, 2018, 13:19:24 »
Thanks Mathias.  Tried that; no result at all :(

My confusion is caused by these 2 lines in your post of March 21st:
Quote
<int> TabActiveTab( <int/string> side);  // return tab in panel that is active
 TabActiveTab( <int/string> side, int tabIdx );  // set tab in panel side as active
The 1st shows TabActiveTab( ) taking 1 argument and returning an <int>: this works as expected.

The 2nd shows TabActiveTab( ) taking 2 arguments and returning <what?>: this seems to do nothing.
For example, I woud expect TabActiveTab( 1,2 ); to set the 3rd tab in the left panel as active.

What am I missing?

225
Beta Releases / Re: Multi Commander v7.9 BETA
« on: March 24, 2018, 19:09:55 »
I cannot get
Quote
TabActiveTab( <int/string> side, int tabIdx );
to do anything at all  :-\

Could you give an example, please?

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 18