Posted by member 12025 on 2006-02-22 01:40:19 link
(labelname)BehindWindow "xLabel" "(labelname)"
If the labels are not dynamically changing z-order, that should be able to be used to do the trick. You'll need to work them into layers yourself (it's possible, but unless you have dozens of labels to worry about, likely not worth doing), or just use a one-directional list.
Be aware, this sometimes won't work right immediately. If that happens, show and hide all the labels. That has always fixed it for me (the z-order will stick once it is done, so only needs doing right after NLM finishes loading modules).
If the labels are not dynamically changing z-order, that should be able to be used to do the trick. You'll need to work them into layers yourself (it's possible, but unless you have dozens of labels to worry about, likely not worth doing), or just use a one-directional list.
Be aware, this sometimes won't work right immediately. If that happens, show and hide all the labels. That has always fixed it for me (the z-order will stick once it is done, so only needs doing right after NLM finishes loading modules).