I was thinking the first one. The second is the one causing issues on the first line as it currently works.
Can't the internal code just send text that appears after #CRLF# to the next line? That was the idea for how this would work.
So when you have code like this:In that code, I am setting each line as this:So each time the code reads the #CRLF#, it starts a new line, and if the width is set then any text extending past that width is truncated as it normally would be. Perhaps it just sounds easier than it does to implement it?
Can't the internal code just send text that appears after #CRLF# to the next line? That was the idea for how this would work.
So when you have code like this:
Code:
MouseOverAction=[!SetOption VersionBox Text "v[#[#CURRENTSECTION]Current]#CRLF#v[m#CURRENTSECTION#Latest]#CRLF#v[#[#CURRENTSECTION]Current]"][!ShowMeterGroup VersionBox][!UpdateMeter *][!Redraw]
Code:
v[#[#CURRENTSECTION]Current]#CRLF#v[m#CURRENTSECTION#Latest]#CRLF#v[#[#CURRENTSECTION]Current]
Statistics: Posted by sl23 — Today, 2:49 pm