It is currently April 27th, 2024, 10:36 am

ToolTipText and #CLRF#

Get help with creating, editing & fixing problems with skins
User avatar
cwfrizzell
Posts: 77
Joined: August 10th, 2009, 9:03 pm

ToolTipText and #CLRF#

Post by cwfrizzell »

I want to use a multi-line ToolTip. Here's my code:

Code: Select all

[IconWiFi]
Meter=IMAGE
ImageName=WIFI_Color.png
Path="#SKINSPATH#\My All In One\Resources"
X=50r
Y=4
H=35
W=35
LeftMouseDownAction= !Execute [control.exe /name Microsoft.NetworkAndSharingCenter]
ToolTipTitle="WIFI"
ToolTipIcon=WARNING
ToolTipText=Network:  [MeasureSSID] #CLRF# Strength:  [MeasureQuality]%
ToolTipType=1
DynamicVariables=1
It's not picking up the #CLRF#. According to the ToolTips documentation, I must define #CLRF#. How do I do this, and where?
Cheers!

Chuck
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: ToolTipText and #CLRF#

Post by jsmorley »

It's actually #CRLF# (carriage return / linefeed)
User avatar
GHOST®
Posts: 55
Joined: March 11th, 2011, 6:33 pm
Location: Garden City, MI

Re: ToolTipText and #CLRF#

Post by GHOST® »

It's actually #CRLF# (carriage return / linefeed)
hehe, had this same issue a bit back. After spending a goodly amount of time locating the cause of my 'not workings' I realized I had the R & L reversed. Ive since had #CRLF# burnt into my brain and now shudder at the memory of my own ineptness every time I use it. ;o)
"Do you want to be healed, now? Or would you prefer to bleed to death so I can try my hand at resurrection?"
User avatar
cwfrizzell
Posts: 77
Joined: August 10th, 2009, 9:03 pm

Re: ToolTipText and #CLRF#

Post by cwfrizzell »

jsmorley wrote:It's actually #CRLF# (carriage return / linefeed)
Um... Yeah... Moving on now. Thanks!
Cheers!

Chuck