
I remember that somebody recently posted a loonnnngggg list of Windows properties that can be used in xyCCs, but I can't find the list(?) I searched but couldn't find it. Also tried a Google search but it just yielded developer stuff... Thoughts?

Hah, http://www.xyplorer.com/xyfc/viewtopic. ... 45#p101040 remember the dinosaur!admin wrote:(Is this a deja-vu? It seems to me we did this before somewhere/when...)
Code: Select all
Snip: CustomColumn 1
XYplorer 14.80.0235, 3/4/2015 12:12:41 PM
Action
ConfigureColumn
Caption
Icon Count
Type
3
Definition
$item = <cc_item>;
$v = Get('CountIcons', $item);
if ($v == '') {
if ($item LikeI '*.ico') {
$v = HexToDec(HexDump(ReadFile($item,'b', 2,,4),, 'r'));
}
}
return $v;
Format
2
Trigger
0
Item Type
0
Item Filter
ico;exe;dll;cpl;ocx;scr;icl;bpl;wlx;wfx;wcx;wdx;acmYeah!TheQwerty wrote:Why not add ICO support to Get('CountIcons')?
Code: Select all
Snip: CustomColumn 1
XYplorer 14.80.0239, 04.03.2015 19:09:58
Action
ConfigureColumn
Caption
Icon Count
Type
2
Definition
<get counticons <cc_item>>
Format
2
Trigger
0
Item Type
0
Item Filter
icoYes, you can use the same column for all. Just take care that "ico" is mentioned in the filter among the other file types you are interested in.kunkel321 wrote:Question: Don, in your screenshot, "Custom Column 28: Icon Count" is the same setup used to extract the number of ICO files in a DLL. (With the exception of the 'item filter' of "ico.")
Will that cause a conflict, or does it mean that the same CC template can be used for each (number of icons in dll or number of images in ico)?