Age Graphics

Features wanted...
autocart
Posts: 1248
Joined: 26 Sep 2013 15:22

Re: Age Graphics

Post by autocart »

One more wish regarding the ageCircles:

Could we have an option to - instead of a color - define that there should not be a circle at all (and no white background).
I like to color code only the files of the last few days. Anything that is older should not be color coded at all. Would be nice to have the option of not having a circle or a circle which is 100% transparent (but also without white background).
That option would be even nicer than including the created date (which I understand that it would not make much sense for most users).

murdock01
Posts: 55
Joined: 08 Nov 2010 19:35

Re: Age Graphics

Post by murdock01 »

So far I love this new feature. I would be cool to get something like it for the catalog (I love the catalog).
I have had lots of people positively comment about seeing the graphics instead of rows of numbers. Hope I can generate some sales.
I have already changed my theme. Basically goes list this. Bright red (brand new file) to Yellow (age <= a day), then greens to blue-greens for files that are older that a week but newer than a month, then blues for the month, multi-month interval, then dark blues to grey as you get to a year and older.

See the screenshot.

Also, here is my actual layout.

Code: Select all

future:ff0000,2n:ff0000,5n:f86707,10n:f79709,30n:f79709,1h:f4d80b,1d:f5ef0a,2d:aef30c,3d:68f20d,5d:1be457,1w:27d89e,1m:32cdc9,2m:3faac0,3m:4d92b3,6m:567ba9,1y:646f9b,2y:6c8293
Attachments
Capture.JPG
Capture.JPG (75.22 KiB) Viewed 6331 times

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Re: Age Graphics

Post by eil »

autocart wrote:Could we have an option to - instead of a color - define that there should not be a circle at all (and no white background).
support this. while feature is useful i don't really want to see circles on totally all items, so having variant "no circle for files older than" would be good.
Win 7 SP1 x64 100% 1366x768

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

Re: Age Graphics

Post by admin »

Thanks for all the input, good stuff. I will reply in detail later. Here is just a quick heads up: I will totally revise the syntax of the AgeCircleClasses string to (a) make it much more powerful, and (b) make it work exactly like the "Color Filters by Age" syntax, so: Don't invest too much time in your definitions now... :)

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

Re: Age Graphics

Post by admin »

Here is a preview of the new factory defaults. As you see I changed the semantics to something more natural:
Attachments
2017-07-21_141407.png
2017-07-21_141407.png (17.04 KiB) Viewed 6312 times

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Age Graphics

Post by highend »

That looks really good (and easy to grasp)!
One of my scripts helped you out? Please donate via Paypal

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

Re: Age Graphics

Post by admin »

autocart wrote:One more wish regarding the ageCircles:

Could we have an option to - instead of a color - define that there should not be a circle at all (and no white background).
I like to color code only the files of the last few days. Anything that is older should not be color coded at all. Would be nice to have the option of not having a circle or a circle which is 100% transparent (but also without white background).
Yes, good idea. :tup: Done! 8)

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

Re: Age Graphics

Post by admin »

murdock01 wrote:So far I love this new feature. I would be cool to get something like it for the catalog (I love the catalog).
In the Catalog? How that?

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

Re: Age Graphics

Post by admin »

Before you report it, this comes in next beta: :)

Code: Select all

    ! Age Circles: If an item matched no class then a black circle was drawn. 
      Now nothing is drawn.

murdock01
Posts: 55
Joined: 08 Nov 2010 19:35

Re: Age Graphics

Post by murdock01 »

In the Catalog? How that?
Well I don't mean this exact function; I just would be exited to see some new catalog features also. What? well let me ponder for a bit. I know I have thought of things in the past but never got around to posting them.
But I never would have thought that some dots would have made my life a little bit easier, and more colorful, but here we are. I like these visual ques instead of column after column of text and numbers. Usually when I am doing things all I really need is the file name. I don't need to see the age and size and other attributes in most of my work. I do need it once in a while so I don't turn the columns off. With the visual dots I can turn off columns and have more space for file names, kind of a de-clutter.

I guess maybe a way to put some informational graphics into a catalog like maybe drive space graphs or maybe have something like the 'type and stats filter' "mounted" to a category in the catalog. Something that was active and responded to things in the active list.
Dont know .. just rambling ..

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Re: Age Graphics

Post by eil »

Code: Select all

- After the color you can state "b2": this will draw an unfilled circles with borderwidth 2 pixels.
really like this! how about developing it further?
b1 = draw no border (or maybe "fill border with circle color")
b3 = b2+b1 = no border and unfilled circles
i understand that border is to stand out, but white is not always the best background/border, and since border color can't be changed it would be good to have way to disable it at least.


OR if you make border color customizable for each slot, that would be even better! :whistle: :roll:
Win 7 SP1 x64 100% 1366x768

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

Re: Age Graphics

Post by admin »

I will first publish it in the current pure state. Then let's see what ideas come up. Let the features mature with time...

But, yes, there a lots of possible ways to customize this further in future: multiple colors, sizes, shapes...

autocart
Posts: 1248
Joined: 26 Sep 2013 15:22

Re: Age Graphics

Post by autocart »

the current implementation is nice for me, thx!

JohnM
Posts: 247
Joined: 08 Jun 2006 11:59
Location: Tasmania, Australia

Re: Age Graphics

Post by JohnM »

I'm using the tweak to show age circle in the modified column, but the circle is now clobbering the date itself. This makes the date hard to read. See screenshot.

Cheers
Attachments
Age circle.PNG
Age circle.PNG (20.83 KiB) Viewed 7349 times
Windows 8.1 x64
XYplorer 22.90.0105 beta

autocart
Posts: 1248
Joined: 26 Sep 2013 15:22

Re: Age Graphics

Post by autocart »

JohnM wrote:I'm using the tweak to show age circle in the modified column, but the circle is now clobbering the date itself. This makes the date hard to read. See screenshot.

Cheers
if u right click on the column header and u have "show age" and/or "show weekday" activated, then this bug comes up.
I am sure that Don will fix it in the next release.

Post Reply