Posted by member 212670 on 2006-02-05 21:05:10 link
You want to be using an OverlayLabel. Here's an example with Trillian:
You can copy/paste that and it should work just fine for you (using xlabel 3.4.9), so you can see what it does. From there, you'll want to RTFM, "OverlayLabel Configuration" section, to get a better understanding of what's going on.
*Label TheLabel
TheLabelX 50
TheLabelY 50
TheLabelWidth 20
TheLabelHeight 20
TheLabelSolidColors A6A6A6 EEEEEE 000000
TheLabelSolidBevelSize 1
TheLabelOnLeftClick "$IM$"
*TheLabelOverlayLabel 2 2 16 16 OverlayName #a
OverlayNameImage "$IM$"
OverlayNameExtractIconSize 16
TheLabelX 50
TheLabelY 50
TheLabelWidth 20
TheLabelHeight 20
TheLabelSolidColors A6A6A6 EEEEEE 000000
TheLabelSolidBevelSize 1
TheLabelOnLeftClick "$IM$"
*TheLabelOverlayLabel 2 2 16 16 OverlayName #a
OverlayNameImage "$IM$"
OverlayNameExtractIconSize 16
You can copy/paste that and it should work just fine for you (using xlabel 3.4.9), so you can see what it does. From there, you'll want to RTFM, "OverlayLabel Configuration" section, to get a better understanding of what's going on.