Custom Columns

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Custom Columns

Post by SkyFrontier »

Code: Select all

v13.80.0107 - 2014-03-07 12:27
    + Special Properties: Added property "Length" (#audio.length). It returns
      the length in a more exact format than the Shell column of the same name:
        nn:ss.fff
          n = minutes
          s = seconds
          f = milliseconds
Please make it hh:nn:ss:fff.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

Longer files get hh: automatically.

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Custom Columns

Post by SkyFrontier »

Last time I checked, they don't - anyway, that setup (machine+XY) has now an updated XY. Back to the boring report task, then... *sigh*
Thanks!
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

Tomorrow you probably get the next beta. Damn, I more or less had to rewrite the whole XY kernel. If I made no mistakes you will note almost no difference to before, LOL. All for one little command: "New Column". :biggrin:

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Custom Columns

Post by TheQwerty »

return should end the script.

This should result in 'a' not 'b':

Code: Select all

Snip: CustomColumn 1
  XYplorer 13.80.0118, 3/18/2014 7:25:08 AM
Action
  ConfigureColumn
Caption
  Testing
Type
  3
Definition
  return 'a';
  return 'b';
Format
  0
Item Type
  0
Item Filter
  


EDIT: I know we can make the date columns show age but I'd like to see both. Could the Ages for each date please be added as special properties?

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

return: agreed.
TheQwerty wrote:EDIT: I know we can make the date columns show age but I'd like to see both. Could the Ages for each date please be added as special properties?
Not now, maybe later. Could be seen a a display format. Need to think...

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

admin wrote:return: agreed.
TheQwerty wrote:EDIT: I know we can make the date columns show age but I'd like to see both. Could the Ages for each date please be added as special properties?
Not now, maybe later. Could be seen a a display format. Need to think...
Thinking done. Added new display format. :)

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Custom Columns

Post by TheQwerty »

Thanks, Don!

Soft Columns... I'm honestly not sure I understand the point. It's cool that they can be quickly configured via scripting, but overall it feels like this adds to the confusion between Extra Columns, Custom Columns 1-5, and Custom Columns 6+. :veryconfused:

Hopefully you've still got some plans! ;)

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

No, that was my last plan. I'm done. XYplorer is finished. :ninja:

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Custom Columns

Post by Filehero »

admin wrote:No, that was my last plan. I'm done. XYplorer is finished. :ninja:
:mrgreen:

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

I just write this to make post #100,000 :biggrin:

PS: Proof:
Attachments
2014-03-18_195918_stats.png
2014-03-18_195918_stats.png (1.26 KiB) Viewed 1593 times

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Custom Columns

Post by TheQwerty »

admin wrote:No, that was my last plan. I'm done. XYplorer is finished. :ninja:
Drats! And all before we got user functions in v14.00. :mrgreen:

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

TheQwerty wrote:Soft Columns... I'm honestly not sure I understand the point. It's cool that they can be quickly configured via scripting, but overall it feels like this adds to the confusion between Extra Columns, Custom Columns 1-5, and Custom Columns 6+. :veryconfused:
I added sth to the change log:

Code: Select all

      The major differences to the hard Custom Columns:
      - Soft Columns are stored with the tab, with the Home, with the FVS. They 
        are local and self-sufficient, no external dependencies.
      - Soft Columns are unlimited in number.
      - Soft Columns can easily and totally be controlled via scripting command 
        SetColumns.
Tip: If you are confused by this simply don't right-click the column headers. :)

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Custom Columns

Post by Filehero »

admin wrote:I just write this to make post #100,000 :biggrin:
Well, I don't know, why I do seem always to be around for beat club milestones, but....

At least, I can cease F5-ing now.

Cheers,
Filehero

admin
Site Admin
Posts: 60525
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

I hope you are around at 1,000,000! :mrgreen:

Post Reply