Hi. I have a component called RiskLikelihood which is basically a ComboBox. Ive placed many of these components in GridItems in a Grid.
Now I want each component to tell me its x coordinate when I hover over the dropdown list. I have the index of the dropdown item through the 'itemRollOver' event Doing a trace on the 'evt.currentTarget.x' is always 0. I want to get the x coordinate relative to the parent so I can display a tooltip when the user hovers over a drop down list item... Any help appreciated. Kind regards. Luke. -- Luke Vanderfluit Analyst / Web Programmer e3Learning.com.au 08 8221 6422

