Hi All,
I am new to this Flex, I need one help on dataTip.
I am displaying a dataTip for the List control by calling a function
using dataTipFunction.
Here, is it possible to place the dataTip in right side, so that it
does not cover the underlying data (like toolTip display).
Or is it possible to diplay toolTip dynamically when the mouse pointer
changes to different value of List (like dataTip).
currenlty i am using the code like this:
<mx:List
.....
showDataTips="true" dataTipFunction="returnValue"
.....
/>
where the function is like,
private function returnValue(value:Object):String{
return value.employeeName;
}
Please give me some inputs.
Thanks,
Sharath
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=.