Search found 87 matches

by EMathews3
2019 Mar 31, 19:47
Forum: xplorer² Professional
Topic: Programmable column
Replies: 14
Views: 1122

Re: Programmable column

Recently upgraded to 4.2.0.0 ULT x64 2019-03-01. But now the programmable column's System call seems to be appending a "_" underscore to its output. Change System to execute a simple Echo command and the _ stays. Remove the System call and the _ is gone. Is this a regression?
by EMathews3
2019 Feb 06, 04:17
Forum: xplorer² Professional
Topic: Programmable column
Replies: 14
Views: 1122

Re: Programmable column

The 'plugin' returns six to seven data items, the most important of which are six to nine characters long. The casing helps the user with reading the information; spacing between items also helps. The important items are standard international terms, so they need to appear in the form that people ex...
by EMathews3
2019 Feb 04, 22:10
Forum: xplorer² Professional
Topic: Programmable column
Replies: 14
Views: 1122

Re: Programmable column

Please make the Programmable Column leave the uppercase/lowercase alone!
My program to populate the column produces output that is cased a certain way, but the Column throws that away :(
by EMathews3
2019 Jan 27, 06:07
Forum: xplorer² Professional
Topic: blog: cleanup bad quality pictures
Replies: 6
Views: 921

Re: blog: cleanup bad quality pictures

Now writing a program like ImgChk to serve as a handler for the Programmable column. Calling a PHP interpreter with a script and file properties causes xp2 to crash. Calling a compiled EXE works much better. However, switching to another folder before the Detail pane is finished populating can still...
by EMathews3
2018 Dec 05, 19:22
Forum: xplorer² Professional
Topic: Question about using exfat
Replies: 5
Views: 440

Re: Question about using exfat

Really,
formatting to NTFS would limit the use of the microsd to
any system that can use NTFS. Such as other computers with Windows Vista and later, Linuxes, Macs with NTFS capability added on somehow ...
by EMathews3
2018 Nov 15, 01:03
Forum: xplorer² Professional
Topic: /I command line option to load x2settings.ini ("slash-eye")
Replies: 1
Views: 229

/I command line option to load x2settings.ini ("slash-eye")

Experimentation shows an unexpected behavior for loading the config in xp2 version "4.1.0.1 ULT x64 2018-10-17" running on Windows 8 64-bit. Background: After updating toolbar or other setting, use [Actions / "Save settings now"] and then [Actions / "Export settings" ],...
by EMathews3
2018 Nov 15, 00:45
Forum: xplorer² Professional
Topic: Question about using exfat
Replies: 5
Views: 440

Re: Question about using exfat

when deleting a file on the exfat microSD I get a confirmation dialog box which I don't with the NTFS
Yes this confirmation happens on network drives, non-local drives, exotic drives, USB sticks, etc ... betcha basically on places that don't have Recycle Bins.
by EMathews3
2018 Oct 17, 00:14
Forum: xplorer² Professional
Topic: archive counts
Replies: 11
Views: 972

Re: archive counts

Great! Thank you for fixing that - now zip-etc archives once again behave practically like normal folders.
by EMathews3
2018 Oct 10, 01:41
Forum: xplorer² Professional
Topic: archive counts
Replies: 11
Views: 972

Re: archive counts

Agree; 7z files are not working as a folder like they used to.
by EMathews3
2018 Oct 03, 19:18
Forum: xplorer² Professional
Topic: xplorer2 suggestion box
Replies: 36
Views: 5603

Re: xplorer2 suggestion box

Posting a suggestion here, about Actions / Folder Settings / Save, the dialog box "Apply the same folder settings for all subfolders?" Yes/No (default No). The dialog appears only when the current folder has subfolders. The exception/bug seems to be ... immediately after creating or removi...
by EMathews3
2018 Aug 19, 16:28
Forum: xplorer² Professional
Topic: Programmable column
Replies: 14
Views: 1122

Re: Programmable column

Yes, I already knew about the division bug and the pending fix.
This problem report is supposed to be about the Mid(Str, Pos, Len - 1) versus Mid(Str, Pos, Len - 2).
by EMathews3
2018 Aug 19, 03:08
Forum: xplorer² Professional
Topic: Programmable column
Replies: 14
Views: 1122

Re: Programmable column: Division or lookalike

How is this supposed to work? Using licensed 4.0.0.2 ULT x64 2018-05-21. The goal: for certain log files, display the number of log entries in the file. For other files, display blank or Size [S] - don't really care. Assume the relevant log files are 1,000 bytes or larger, with sizes in multiples of...
by EMathews3
2018 Jun 11, 20:07
Forum: xplorer² Professional
Topic: Invalid PDFs locked by Draft QuickView
Replies: 7
Views: 1395

Re: Invalid PDFs locked by Draft QuickView

This trouble showed up again in 4.0.0.2 Ultimate. Draft preview was unexpectedly showing PDF content instead of blank. Deleting or renaming the invalid four-byte PDF was disallowed because the file was open in xp2. Close xp2 and re-open, then Draft shows the file is blank as expected, and file opera...
by EMathews3
2018 Jun 11, 19:08
Forum: xplorer² Professional
Topic: build 4002 released
Replies: 8
Views: 668

Re: build 4002 released

In general it pays to keep the formulas simple, else they get time consuming to calculate, especially if you use non-stock properties Well of course, and that's okay. The whole point of this column is to let the program do things that would otherwise have to be done manually, or with a script in so...
by EMathews3
2018 Jun 11, 18:59
Forum: xplorer² Professional
Topic: Programmable Column: Handy Formulas
Replies: 2
Views: 275

Re: Programmable Column: Handy Formulas

Yep, that optimization works well. The first formula was also a learning exercise.