Re: Custom Columns
Posted: 07 Mar 2014 17:58
I just can't tell the differences among indentation and CRLF.
Pilcrow or anything else.
Please.
Pilcrow or anything else.
Please.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Would you be willing to take payment in the form of a dinosaur picture?admin wrote:Is it difficult to extract the number of icons in a DLL or ICL file? What would the script for such a thing look like? Or maybe there's already a property for it(?)
-> you again!No property for it, and no script possible AFAIK. Only I could do it, but just for you???
![]()

No need for either of you to burn much time on this... It's low priority for me, and admittedly, I might be the only XY user out here who ever even cares how many icons are in a resource file...TheQwerty wrote:We could find a way to do it via scripting.
I doubt we could do so quick enough for decent use in a column script, but one that tags a file with the information could work.
Code: Select all
<get counticons "<cc_item>">Woo hoo! It works like a charm--many thanks!admin wrote:Done!![]()
Code: Select all
if(strpos("|doc|docx|xls|xlsx|xlsm|", "|<curext>|") != -1)
{return property("DocLastAuthor")}Probably. Even Explorer itself uses this strategy. The exception is the sorted column where all value have to be created to get the sorting right.LittleBiG wrote:I have just tried to enter a folder with 375 images. There is a custom column with a template <prop #12> (<prop #31>). Picture info: Date taken (Dimensions). Entering this folder took about 10-11 seconds. Wouldn't be useful to have an option for not creating all custom column value in one go, but only visible ones, similarly to the thumbnails?
Thanks, I would welcome the new props. And probably you are right, others too.admin wrote:However, I see a better way, at least for your case: Date taken and Dimensions are probably THE two properties that most people will want to see for their picture. Both are easy to retrieve for me (=XY), so I can bypass the slow shell by adding two more special properties (<prop>).
Should work with v13.80.0108, right?binocular222 wrote:Why this not work?
Type:ScriptThe column shows nothing.Code: Select all
if(strpos("|doc|docx|xls|xlsx|xlsm|", "|<curext>|") != -1) {return property("DocLastAuthor")}
echo property("DocLastAuthor") does show-up values
Tested in ::fresh
DocLastAuthor? Where in the XY Help is written that this is supported?admin wrote:Should work with v13.80.0108, right?binocular222 wrote:Why this not work?
Type:ScriptThe column shows nothing.Code: Select all
if(strpos("|doc|docx|xls|xlsx|xlsm|", "|<curext>|") != -1) {return property("DocLastAuthor")}
echo property("DocLastAuthor") does show-up values
Tested in ::fresh