Custom Columns

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Columns

Post by admin »

You both are aware that this is a bug I have to fix...? :whistle:

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Custom Columns

Post by bdeshi »

The hacks of the many outweigh the need of one's hate of bugs.



Edit: joking aside, the "end blocks subsequent rows" bug should be fixed.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

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

Re: Custom Columns

Post by TheQwerty »

Don, when do the <cc_*> variables get set?
They seem to persist outside the scope of the CC script.

That's not necessarily a bug, but it makes it impossible to detect when a script is running in a column vs. anywhere else.

I know there's a long list for 2.0, and I intend to add more ;) , but any chance that in the near future we could improve this or introduce a new variable that is only set within the CC script?

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

Re: Custom Columns

Post by admin »

TheQwerty wrote:Don, when do the <cc_*> variables get set?
They seem to persist outside the scope of the CC script.
Right, this should not be so. Will get fixed.

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

Re: Custom Columns

Post by TheQwerty »

v14.40.0311 seems to have fixed the end true; "bug", but the <cc_*> vars are still retaining their values.

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

Re: Custom Columns

Post by admin »

TheQwerty wrote:v14.40.0311 seems to have fixed the end true; "bug", but the <cc_*> vars are still retaining their values.
Really? In which situation?

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

Re: Custom Columns

Post by TheQwerty »

admin wrote:
TheQwerty wrote:v14.40.0311 seems to have fixed the end true; "bug", but the <cc_*> vars are still retaining their values.
Really? In which situation?
In fresh:
1) Show CC1.
2) Configure as:
Script: return <cc_name>;
Format: Text
Trigger: Browse
Item Type: Files & folders.
3) In AB run:

Code: Select all

Status <cc_item>;
Looks like you might have fixed it for Soft Columns.

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

Re: Custom Columns

Post by admin »

Indeed, you found the one place I overlooked. Next version better...

Post Reply