Page 16 of 16

Re: Custom Columns

Posted: 09 Sep 2014 14:16
by admin
You both are aware that this is a bug I have to fix...? :whistle:

Re: Custom Columns

Posted: 09 Sep 2014 16:45
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.

Re: Custom Columns

Posted: 09 Sep 2014 20:49
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?

Re: Custom Columns

Posted: 10 Sep 2014 08:27
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.

Re: Custom Columns

Posted: 10 Sep 2014 14:26
by TheQwerty
v14.40.0311 seems to have fixed the end true; "bug", but the <cc_*> vars are still retaining their values.

Re: Custom Columns

Posted: 10 Sep 2014 18:23
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?

Re: Custom Columns

Posted: 10 Sep 2014 18:41
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.

Re: Custom Columns

Posted: 10 Sep 2014 18:50
by admin
Indeed, you found the one place I overlooked. Next version better...