So, as I couldn't use Conditional Formulas, as per the other thread I just posted, I have added 50 IfMatchAction to the FileView measures to hide them when no FileName exists. As for some reason, you can't stop the SolidColor for the FileName and Icon from not showing when there's no file.
That made it necessary to add an IfMatchAction:But now for some reason, whenever I refresh, I get missing items in the FileView. It started with one item, and sometimes I still only get the first item missing. But often I get many of them not showing. I guess it's because I'm disabling the measure that is doing the check. I can't get my head around how to delay it! I expect it's really simple and I can't see it, but it's driving me nuts!
Could someone point out the obvious please.
Thanks.
That made it necessary to add an IfMatchAction:
Code:
[m1Name]Measure=PluginPlugin=FileViewPath=[mPath]Type=FileNameIndex=1Group=Children | 1IfMatch=^$IfMatchAction=[!DisableMeasureGroup 1][!UpdateMeasureGroup 1][!HideMeterGroup 1][!UpdateMeterGroup 1]IfNotMatchAction=[!EnableMeasureGroup 1][!UpdateMeasureGroup 1][!ShowMeterGroup 1][!UpdateMeterGroup 1][m1]Measure=PluginPlugin=FileViewPath=[mPath]Type=IconIndex=1Group=Children | 1
Could someone point out the obvious please.
Thanks.
Statistics: Posted by sl23 — Yesterday, 4:05 pm — Replies 3 — Views 145