After around 7 years, I decided to give this one a go and update my current launcher to be more dynamic.
My current Launcher has 7 icons for apps and shows a meter with the name dynamically depending on the icon hovered.
I'm trying to adapt the example code from the manual, having gotten quite far, I am now stuck as for some reason I can't get ToolTips to show correctly:I can't understand why it's showing the actual name of the Firefox.lnk file, mIndex1Name, in the About/Skins window, but when I hover the icon, I get the full\path\to\icon1.ico instead.
What am I doing wrong here?
Thanks
My current Launcher has 7 icons for apps and shows a meter with the name dynamically depending on the icon hovered.
I'm trying to adapt the example code from the manual, having gotten quite far, I am now stuck as for some reason I can't get ToolTips to show correctly:
Code:
[IconStyle]AntiAlias=1LeftMouseDoubleClickAction=[!CommandMeasure m#CURRENTSECTION# "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]ToolTipText=%1X=25rY=5[mIndex1Name]Measure=PluginPlugin=FileViewPath=[mPath]Type=FileNameIndex=1Group=Children[mIndex1]Measure=PluginPlugin=FileViewPath=[mPath]Type=IconIconSize=#IconSize#Index=1Group=Children[Index1]Meter=ImageMeasureName=mIndex1MeasureName2=mIndex1NameMeterStyle=IconStyleToolTipText="%1"X=5Y=5
What am I doing wrong here?
Thanks
Statistics: Posted by sl23 — June 26th, 2024, 9:18 pm — Replies 5 — Views 124