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 - hlhp

Pages: [1]
1

append "\\?\" before the path..  Window support long path for path using UNC path..   \\?\E:\Temp  instead of E:\Temp

thank you, it works :)

2
multi-script function IsFolder https://bit.ly/3pZJ1Uy
seems not working with long path in windows 10

3
thank you!
it works perfectly

4
Support and Feedback / unable delete/rename folder in User Command
« on: October 23, 2022, 06:51:11 »
unable delete/rename folder in User Command

5
when deleting it, it pop up Error dialog shows "Unknown Error(5:20)"
I record a video for the issue. https://streamable.com/mm0ht2


6
thank you for the detail explanation.

I tested in vmware, with fresh installed windows 10.
MC version is "MultiCommander_x64_Portable_(12.0.0.2903).zip"

it is not likely AV software or column locking the folder, because

it can delete c:\folder1 from the left panel when:
left panel is c:\
right panel is c:\folder1

it can not delete c:\folder1 from the left panel when:
left panel is c:\
right panel is c:\folder1\folder2


all the folder have no files, only empty sub-folders.

7
not sure it is intended or a bug.

when left panel is c:\
right panel is c:\folder1\folder2

it will not able to delete c:\folder1 from left panel

8
Support and Feedback / Re: some fonts not working for file list
« on: December 11, 2020, 06:02:18 »
I just turn the local back to English, problem fixed ;D.

9
Support and Feedback / Re: some fonts not working for file list
« on: November 24, 2020, 04:08:15 »
Just found out that the local cause the issue.

Region > Administrative > Language for non-Unicode programs
Choosing Japanese or Chinese will cause the problem.
English will be fine.

The fonts that always work:
Microsoft JhengHei UI
Small Fonts
Segoe UI

fonts that not work in chinese/japanese locale:
Consolas
Comic Sans MS
Webdings
Wingdings
Impact



10
Support and Feedback / Re: some fonts not working for file list
« on: November 23, 2020, 11:53:39 »
I tried in another computer, windows 10.(only font setting is changed)

font is not change as well.

11
Support and Feedback / Re: some fonts not working for file list
« on: November 23, 2020, 09:51:12 »
only the font settings are changed.

the change does written to the setting file.( ExplorerPanel.xml )
<FileList FontName="Consolas" SizePt="12" Style="" Size="8"/>

12
Support and Feedback / Re: some fonts not working for file list
« on: November 23, 2020, 03:08:33 »
just tried latest portable version in fresh, not working as well.(Restart MC after changed font)
the item i change is the file list, Consolas shoulbe be mono-space font, but the result is not.

the screenshot shows the same font in another program.



13
Support and Feedback / some fonts not working for file list
« on: November 22, 2020, 04:12:59 »
such as Consolas seems fall back to the default font.

14
Support and Feedback / Re: Custom icon not shown in Thumbnail view
« on: January 16, 2019, 11:11:38 »
Not sure what you mean with custom icon.

I meant the icons in...
Configuration> File Type Setup > Icons

The new icons I use have all the necessary resolutions(16x16 24x24 32x32 48x48 256x256)
But still not shown in thumbnail view.

15
Support and Feedback / Custom icon not shown in Thumbnail view
« on: January 11, 2019, 08:58:37 »
Custom icon only shown in detail and list view.
In thumbnail view, it only show the default one.

16
I found the potential cause.

0.put the rename command in context menu.
1.use context menu to rename a file.
2.then will cause not able rename a folder.

Restart Multi commander will resolve the problem.

In addition, putting it in Custom menu, will works 100%.

video demostration: https://streamable.com/ylc8u

17
I created a "User define Commands" with "Internal Commands>Explorer Panel > Rename current file/folder", then put it into
"custom context menu".

When I right click and choose it, it does not working for folder, only file.

18
Thank you for the helps.

Disabling the FS-Zip extension and restart does the trick.


The cause is I did not restart the program properly yesterday.

19
Support and Feedback / How to open archives instead of browsing it.
« on: January 08, 2019, 15:00:22 »
How can I treat the archive(zip, rar, etc) like windows behave. :)

I tried settings in....
Menu > Configuration > File Type Setup > Launchers (Adding custom opening program)
Menu > Configuration > Manage Plugin - Extensions > Filesysem plugins >  FS-Zip  > (remove the zip extension)
Menu > Configuration > Manage Plugin - Extensions > Filesysem plugins >  FS-Zip   (Disable it)


I found out posted to wrong board, so sorry about that.




20
Icons are a slow process to fetch, so they are cached because they almost never change.

Type ":cic" in the command line field to clear the icon cache.

Thank you ;D
:cic works smoothly.

It seems need to be refresh for redraw the icons.
But the refresh function only refresh the current Active panel's active tab.

I end up this long script if I need to refresh all the tabs.
Is there a way to simplify the code?

Code: [Select]
//Clear Icon Cache
MC.CmdLineRun CMD=:cic;

//Refresh tabs for active Panel
@var $numTabs = TabCount("active");
@var $n;
for( $n = 0; $n < $numTabs; $n++ )
{
  MC.Explorer.Refresh;
  MC.SetActiveTab PANEL=ACTIVE TAB=NEXT;
}

//Go to inactive panel refresh tabs and come back
MC.SetActivePanel PANEL=TOGGLE;
$numTabs = TabCount("active");
for( $n = 0; $n < $numTabs; $n++ )
{
  MC.Explorer.Refresh;
  MC.SetActiveTab PANEL=ACTIVE TAB=NEXT;
}
MC.SetActivePanel PANEL=TOGGLE;

21
Support and Feedback / Re: Syntax question(Changing tab)
« on: January 07, 2019, 15:16:00 »

Try:
Code: [Select]
MC.SetActiveTab PANEL=ACTIVE TAB=1;
Thank you, works smoothly. ;D

22
Support and Feedback / Syntax question(Changing tab)
« on: January 07, 2019, 07:20:36 »
Creating Multi-script for switch to the  First tab.

After reading the documnetaion(http://multicommander.com/docs/customcommands_list#mc.setactivetab), but still not working.
which part am I missing? :D

MC.SetActiveTab TAB=1

23
It does not show the updated result either.

Also tried following custom commands in using Button-Editor, none of them work.

MC.Explorer.Refresh
MC.Explorer.Refresh AUTO
MC.Explorer.Refresh FORCEREBUILD
MC.Explorer.Refresh FORCEUPDATE
MC.Explorer.Refresh REDRAWUI
MC.Explorer.Refresh UPDATEUICACHE

24
Support and Feedback / Looking for Refresh file list "Icons" command
« on: January 06, 2019, 15:42:50 »
When changing Folder icon to different ones.

The refresh would not update the icons,
but when I open and close "file type setup" window, then it will update.

If I want to create a script to do the "refresh", what command should I use? :)

Pages: [1]