A meter doesn't do data change, irrespective of whether you use inline settings or not - only measures do.
Duplicate mPath as a differently named String measure that takes [mPath] as the input, and perform the Substitute there. Use mPath normally for the FileView commands, and reference the newly created measure in the meter for displaying purposes. Don't forget to update the newly created String measure when mPath changes, if by any chance this is not done automatically via the skin's Update.
Alternatively, you could color odd and even path parts of the path instead of substituting it, in the inline settings - though this would require a small regex to do it.
Duplicate mPath as a differently named String measure that takes [mPath] as the input, and perform the Substitute there. Use mPath normally for the FileView commands, and reference the newly created measure in the meter for displaying purposes. Don't forget to update the newly created String measure when mPath changes, if by any chance this is not done automatically via the skin's Update.
Alternatively, you could color odd and even path parts of the path instead of substituting it, in the inline settings - though this would require a small regex to do it.
Statistics: Posted by Yincognito — 24 minutes ago