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

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 21
201
Indeed. I can confirm strange behaviour of hide/show hidden button. It broke my coloring until MC restart. But it happened only once and i can not reproduce it.

202
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 17:41:30 »
One more bug. Very often date value combo boxes (hours/days/...) have list height = 0. I.e. list is almost invisible. So only cursor selection works.

P.S. It happens on WinXP. Can't check on Win7 now.

203
Support and Feedback / Re: File coloring rules
« on: January 30, 2014, 17:35:29 »
I've created the same profile and some files with date matching its rules. All i see is that rules work within 1 day. I.e. files for the first 3 rules are colored while others are not. You can see it if disable/enable rules one by one.

P.S. I've also tried rules like 1h < date < 6h, 6h < date < 1d. By the way, Mathias, how <= rule can bes set (less or equal, gretaer or equal)?

204
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 14:05:11 »
I've sent you video.

205
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 13:42:38 »
And a bug in choose colors dialogs. When you choose Invert, Text color is set to black.
I'm not able to reproduce that. Might depend on color settings. Will try again later..
When you press Invert, sample field looks right, but in the color panel cross cursor is moved to bottom. And when you press Apply, text color is black.

206
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 13:33:14 »
Looks like you've copy-pasted wrong piece of text

207
Support and Feedback / File coloring bugs
« on: January 30, 2014, 13:25:03 »
One more bug. If there're more than one profile, [Default] will not be applied after restart. Previous will be applied instead.
So if i have profiles [Default], test1, test2, selected e.g. test2, then selected [Default], then restart MC and get test2 profile applied.

===

And a bug in choose colors dialogs. When you choose Invert, Text color is set to black.

208
Support and Feedback / Re: File coloring rules
« on: January 30, 2014, 13:07:08 »
What are you rules? May you list tem?
I've tested a Profile with 2 rules:
1) Date :: Before :: 29.01.2014 15:52:20
2) Date :: After :: 29.01.2014 15:52:20

Both rules are applied.

===

Mathias,

There're 2 bugs in Coloring Rules Editor.

1. Value for Date field doesn't respect time zone when you choose Match Before or After.
2. When you press [.] button in the right top corner of the dialog and then press it again (change/restore dialog colors), spin buttons in the e.g. date edit controls are not updated and look like gray rectangles.

209
Clean install?
Try disabling file coloring.

210
Beta Releases / Re: Multi Commander v4.1 BETA
« on: January 27, 2014, 12:34:58 »
1. When cursor is over a flat button on the button panel, button looks like normal button (has 3d face) whereas flat buttons on drive bar has thinner face.

1. Yes, That is by design.

It looks ugly with disabled themes service.

211
Beta Releases / Re: Multi Commander v4.1 BETA
« on: January 26, 2014, 18:30:10 »
1. When cursor is over a flat button on the button panel, button looks like normal button (has 3d face) whereas flat buttons on drive bar has thinner face.

2. "Text" and "65% Done" strings in Core settings > Colors seem to miss transalation items. Don't know if it really matters.

212
Support and Feedback / Re: Bugs of CopyFile script function
« on: January 23, 2014, 12:40:48 »
Indeed, it works with ending path delimiter

213
Support and Feedback / Bugs of CopyFile script function
« on: January 23, 2014, 12:24:11 »
I have the following script:

Code: [Select]
@var $dst = GetTargetFocusPath();
@var $src = GetSourceFocusPath();

CopyFile( $dst, $src, "" );

Target focused path is E:\temp\_mc_test\1, source focused path is E:\temp\_mc_test\2.

Debugger shows:
Code: [Select]
$dst  string  E:\temp\_mc_test\1
$src  string  E:\temp\_mc_test\2

Bug #1. When dialog appears, target path is E:\temp\_mc_test\ instead of E:\temp\_mc_test\1 (so if "NODIALOG" parameter is passed to CopyFile, error occurs "...Can not copy a file to itself").

Bug #2.  MC crashes when [Cancel] button is pressed in this copy dialog. It happens if copy was called from debugger.

Now assign this script to a QuickLaunch button. Enable Allow - Rearrange of buttons option for QL bar.

Bug #3. After copy dialog appears, this button will move over QL bar following mouse cursor (even if cursor is outside QL). Now:
  a) if you press Esc copy dialog will be closed and the button will take new position;
  b) if you click somewhere outside QL bar the button will take previous position and keep focus cursor around itself;

214
It would be great if CopyFile/MoveFile functions could accept string arrays for targetPath and sourceFile.
So it would be possible to copy items to multiple folders and get less warning messages.

P.S. Maybe also add new parameter "NEWQUEUE" to force creating new queue.

215
Feature Requests and Suggestions / Re: Main Top Menu Font Change
« on: January 23, 2014, 06:15:44 »
oktom,
changing system settings doesn't affect MC, am i right? Have no idea what's wrong. As you can see on attached pictures, normally it works.

216
1. [Create new coloring profile and] add a rule.
2. Set it to Attributes :: Has :: D
3. Set some background color, e.g. green.
4. Save and close coloring wizard.

Result: both panels now have green-colored folders

5. Now go to wizard and uncheck that rule.
6. Save and close.

Result: coloring is refreshed only for active panel.

217
Feature Requests and Suggestions / Re: Main Top Menu Font Change
« on: January 21, 2014, 17:04:30 »
oktom,
I suppose Mathias talked about Menu font size which can be customized in the Personalization setup (Win7) - look here
(for WinXP look here)

218
you can type ":rdrive" in the commandline bar to refresh drives.
Maybe it should be done automatically after restoring from tray?

219
Support and Feedback / Can't drag'n'drop to folder shortcuts
« on: January 14, 2014, 07:52:00 »
1. If i create shortcut of a folder, it looks like a file shortcut
2. I can't drag'n'drop items to folder shortcut (it is possible in Windows Explorer)

220
Have you tried Tools > To Clipboard menu actions?

221
Beta Releases / Re: Multi Commander v3.9.9 BETA - Build 1598
« on: December 20, 2013, 16:25:32 »
1. Uncheck "Name" column in column menu
2. Check it.

Result: "Name" column has [almost] zero size

222
Beta Releases / Re: Multi Commander v3.9.9 BETA - Build 1598
« on: December 20, 2013, 16:22:48 »
I. Localization issues.

1. Quick Look'n'Feel setup.
  a) "How do you want to control MC" uses english text
  b) "Customize" panel caption has no translation string
  c) Not enough height for text "Multi Commander is using the Commander Styled Look and Feel..."

2. Button Editor.
  a) "Don't show again" check box uses english text
  b) When command type is "User Defined Command", "User Defined Commands" and "Description" captions below are in english
  c) When command type is "Batch Script", "Codepage" caption is in english

BTW. All items in command type list are untranslatable, but i don't know if it has sence to translate them

3. Register dialog.
  a) "Register License" in title bar has no translation string
  b) "License" caption has no translation string
  c) Not enogh height for "Multi Commander does not require a license..." text

4. Filters edit / Columns customize dialogs: "Need help ?" is in english

II. Mouse cursor lock when resizing columns is still here.

223
Beta Releases / Re: [3.9.9] Issues
« on: December 18, 2013, 13:02:46 »
View/Selection filters

1. In blog post you write
Quote
By pressing the right mouse button on the Add Selection/Remove Selection toolbar buttons a dropdown menu with quick selection option will be shown.

But what if i've disabled file operations toolbar? Is there other way to show [un]Selection filters?
Maybe right/middle click on the selection status at the bottom of explorer panel?

2. "Need help ?" link in View/Selection Filters setup dialog shows tooltip about user commands.

224
Beta Releases / Re: [3.9.9] Issues
« on: December 17, 2013, 12:32:31 »
After scanning newtwork MC closes a long time even if cache is disabled
Don't understand what the problem is ?

1. Start MC.
2. Close MC.

Result: MC closes very fast

3. Start MC
4. Open Network
5. Perform Scan
6. Close MC

Result: It takes long for MC to close. "Not responding" message may appear in the Title bar

It happens even when computer cache is disabled.

225
Beta Releases / Re: [3.9.9] Issues
« on: December 17, 2013, 11:26:40 »
Picture viewer.

1. I've set Picture viewer options to "Resize window to picture". When i zoom it in or out, window is resized but picture is not centered (see pic).

2. "Remember window position and size" seems to be nonworking.

And little feature request: option to center window on desktop (on open).



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