Hi Sambal, how did you get the drop shadow on home menu.. looking good..
Antony
It is looking good but it is a dirty hack
To achieve this effect try the following.
Define two labels, one for the actual text and one for the shadow with the same <label> tag. Make the shadow label a darker color than the actual label, it is a shadow after all
First position the 'shadow' label with a posX +1 and posY +1 relative to where you want the label. Next position the actual text label at posX and posY on top of the shadow label. Result is a drop shadow effect..
Netherlands