Hi,
I am using iframes in flex 4 but it is shows always top.i am not able to show the tooltip.how to solve this?
please look at the picture.Here i wnat to show the full tooltip of the button but it’s hide half becouse of the iframe i need to solve this,how to do this?
Can you try decreasin the width of the VBox in which the iframe resides
So your code should be:
EDIT1:
I got the issue.
This happens , when the iframe tries to be the topmost child in the window.
Can you try the following:
1.Give Iframe and id=’iFrame’
2.Add an creationComplete handler for the application
3.In the handler, change the index of this iframe and make it the bottommost compontent.
Try this.The problem should be solved.
just change the width % of the VBox in question and test again.
Please update if that doesnt solve the issue