xLabel draw order Thread last updated on 2008-08-14 18:30:21

Posted by member 400466 on 2008-08-14 01:51:26

Hi again. So I recently upgraded to xLabel 4.- and found that whenever I click a label, it goes to the top, which is a problem because I layer several images for aesthetic effect. I was wondering if it was possible to set the draw order of the labels.

Posted by member 32550 on 2008-08-14 09:02:14 link

You can either use OverlayLabels for your aesthetic effect. (If it is possible in your theme, and most of the time it is possible.)
Or you use the setting "...BehindWindow" to order your labels.

Short explanation:
If you have for instance 3 labels (1, 2 and 3), which are overlapping each other and you want the order
1 2 3 (1 over 2 and 2 over 3)
then you'll add in your theme
1behindwindow HWND_TOP
2behindwindow xlabel 1
3behindwindow xlabel 2
That's all ;)

Posted by member 400466 on 2008-08-14 18:30:21 link

Thanks :)