Custom column - Ability to display icon(s)

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

Re: Custom column - Ability to display icon(s)

Post by Filehero »

admin wrote: (Okay, not inside the Size column)
Ebend.
admin wrote:And all this goes back to a post by highend from 13 Mar 2017 12:14. :tup: :cup: :appl:
That's why I didn't write Cool stuff! :wink:

@highend: thanks for that and gazillions of other clever ideas. :appl:

LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Custom column - Ability to display icon(s)

Post by LittleBiG »

admin wrote:
Filehero wrote:- bars: allow to manually change the colors (or re-assign the coded color set). For me red has a higher warning impact than pink.
It's not pink, it's infra-red. Rainbow logic. ;)
They are too close to each other. I can hardly tell them apart. Maybe because of the notebook display. Maybe my eyes. I am not sure.
Attachments
2017-03-28_16h09_45.png
2017-03-28_16h09_45.png (2.05 KiB) Viewed 2514 times

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

Re: Custom column - Ability to display icon(s)

Post by admin »

The hues are 76 degrees apart. But okay, I will raise that to 90 degrees.

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

Re: Custom column - Ability to display icon(s)

Post by TheQwerty »

Can we please have the the ability to specify a list of icons that are shown side by side?

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

Re: Custom column - Ability to display icon(s)

Post by Filehero »

admin wrote:The hues are 76 degrees apart. But okay, I will raise that to 90 degrees.
Well, my screen's gets an update to its calibration every 6 months. And it seems to a new look each time ...

BUT: that's a different dilemma, you never know how your stuff (images!) gets displayed on the viewer's screen. So, spreading the hues is a good idea to go for the best average user experience!

As I wrote, I would be happy if I could set the colors of the set myself one distant day.

LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Custom column - Ability to display icon(s)

Post by LittleBiG »

admin wrote:The hues are 76 degrees apart. But okay, I will raise that to 90 degrees.
Thanks!

Just one glitch: if I use drawn circles and specific icons at the same time, it look weird because the drawn circles are aligned to left, the normal icons to center.
Attachments
2017-03-29_11h01_33.png
2017-03-29_11h01_33.png (7.55 KiB) Viewed 2473 times

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

Re: Custom column - Ability to display icon(s)

Post by admin »

LittleBiG wrote:
admin wrote:The hues are 76 degrees apart. But okay, I will raise that to 90 degrees.
Thanks!

Just one glitch: if I use drawn circles and specific icons at the same time, it look weird because the drawn circles are aligned to left, the normal icons to center.
By chance this problem disappeared this morning: I decided to draw icons left-aligned as well. :mrgreen:

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

Re: Custom column - Ability to display icon(s)

Post by admin »

TheQwerty wrote:Can we please have the the ability to specify a list of icons that are shown side by side?
Yep, can be done. Has been done. Filled my morning but it was worth it. Still waiting for a script that emulates a slot machine... :mrgreen: :beer:

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Custom column - Ability to display icon(s)

Post by highend »

Still waiting for a script that emulates a slot machine
Assuming that multiple icons can be separated via "|"...

Code: Select all

    $win = "dollar";
    $icons = <<<>>>
apple
banana
cherry
strawberry
tomato
coconut
carrot
kiwi
orange
lemon
>>>;
    $iconCount = gettoken($icons, "count", <crlf>);
    $slot1 = gettoken($icons, rand(1, $iconCount), <crlf>);
    $slot2 = gettoken($icons, rand(1, $iconCount), <crlf>);
    $slot3 = gettoken($icons, rand(1, $iconCount), <crlf>);
    if ($slot1 == $slot2 && $slot2 == $slot3) { return "$win.ico|$win.ico|$win.ico"; }
    else { return "$slot1.ico|$slot2.ico|$slot3.ico"; }
One of my scripts helped you out? Please donate via Paypal

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

Re: Custom column - Ability to display icon(s)

Post by admin »

Works! :appl: :tup: :biggrin:

Could you post those icons, please?

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Custom column - Ability to display icon(s)

Post by highend »

I can't, my icons use a commercial license. But you can get probably all from e.g.:
http://www.freepik.com/free-icons
One of my scripts helped you out? Please donate via Paypal

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

Re: Custom column - Ability to display icon(s)

Post by admin »

No problem, I took some of mine:
Attachments
SlotMachine.png
SlotMachine.png (22.51 KiB) Viewed 2456 times

LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Custom column - Ability to display icon(s)

Post by LittleBiG »

I don't have the 2 pixels between them.
Attachments
2017-03-29_12h41_51.png
2017-03-29_12h41_51.png (2.23 KiB) Viewed 2438 times

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

Re: Custom column - Ability to display icon(s)

Post by admin »

Could you post this part of Various Information:

Code: Select all

Screen DPI: 96 (100%), twx: 15, stretch: 1
Screen Color Depth: 32
DPI awareness: Per monitor
UseDPIAwareIconSizes: No, Yes
Icon Size: Small=16, Large=32
Icon Size Recommended: Small=16, Large=32

LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Custom column - Ability to display icon(s)

Post by LittleBiG »

Code: Select all

Screen: 1920x1080, 1/1 (Primary), Virtual: (0, 0) - (1920, 1080), Work: (0, 0) - (1920, 1030)
Screen DPI: 120 (125%), twx: 12, stretch: 1
Screen Color Depth: 32
DPI awareness: Per monitor
UseDPIAwareIconSizes: Yes, Yes
Icon Size: Small=16, Large=32
Icon Size Recommended: Small=20, Large=40

Post Reply