Dare I ask again! But seeing as my question remained unanswered, I'm attempting to follow this where I can.
I'm not trying to be antagonistic either, it's a genuine query that I don't understand.
After re-reading the mess that came before, I have gathered that this is actually used to define custom icons, yes or no?
From that thread, it was mentioned that the custom icons can be in jpg, png, ico formats. As I already am using jpg for the covers, it makes sense to use these for the icons too.
So I'm trying to understand why my code won't get the information required:I'm not sure if DynamicVariabels=1 is required, but tried using it after all previous attempts failed.
I've tried every possible combination of this and nothing gives the string value of [m1Name] in the the log.
All I ever get is this:
...\@Resources\GameBar\Graphics\Cover\m1Name.jpg
The measure name is never resolved to the string value, why is that? What am I doing wrong?
I entered all of these without success, I also included asterisks just about everywhere too in case it needs escaping:
The Measure [m1Name] is returning an actual string value, but the [m1] IconPath won't show that string. Is what I'm trying to do not possible, or is it that I am doing it wrong?
Thanks for your help
I'm not trying to be antagonistic either, it's a genuine query that I don't understand.
After re-reading the mess that came before, I have gathered that this is actually used to define custom icons, yes or no?
From that thread, it was mentioned that the custom icons can be in jpg, png, ico formats. As I already am using jpg for the covers, it makes sense to use these for the icons too.
So I'm trying to understand why my code won't get the information required:
Code:
; Index 1 ----------------------------------------------------[m1Name]Measure=PluginPlugin=FileViewPath=[mPath]Type=FileNameIndex=1Group=Children[m1]Measure=PluginPlugin=FileViewPath=[mPath]Type=Icon;IconPath=#Icons#\icon1.icoIconPath=#@#GameBar\Graphics\Cover\m1Name.jpgIconSize=ExtraLargeIndex=1Group=ChildrenIfMatch=^$IfMatchAction=[!HideMeterGroup #CURRENTSECTION#][!UpdateMeterGroup #CURRENTSECTION#]IfNotMatchAction=[!ShowMeterGroup #CURRENTSECTION#][!UpdateMeterGroup #CURRENTSECTION#]DynamicVariabels=1
I've tried every possible combination of this and nothing gives the string value of [m1Name] in the the log.
All I ever get is this:
...\@Resources\GameBar\Graphics\Cover\m1Name.jpg
The measure name is never resolved to the string value, why is that? What am I doing wrong?
I entered all of these without success, I also included asterisks just about everywhere too in case it needs escaping:
I either get the same text as shown or no text at all.$m1Name$
$m1Name
&m1Name
[#m1Name]
[$m1Name]
[&m1Name]
[m1Name]
The Measure [m1Name] is returning an actual string value, but the [m1] IconPath won't show that string. Is what I'm trying to do not possible, or is it that I am doing it wrong?
Thanks for your help
Statistics: Posted by sl23 — Yesterday, 9:56 pm — Replies 1 — Views 68