Set the popup x and y properties to
whatever you need.
Tracy Spratt,
Lariat Services, development services
available
From:
Sent: Tuesday, June 30, 2009 4:52
AM
To: flexcoders
Subject: [flexcoders] How to popup
a titlewindow in precise position
I have a lot of
nested buttons in a vbox. How can I put a popuped titlewindow in
the center position of the button clicked.
The codes is:
<mx:Canvas width="100%"
bottom="0">
<mx:Canvas backgroundImage=
width="100%" y="15"
height="30" horizontalCenter=
<mx:HBox id="ButtonGroup" y="6"
horizontalCenter=
<mx:Button id="WorkAlertBtn" label="¹¤×÷ÌáÐÑ" click="workAlert_
<mx:Button id="IntergratedQuer
<mx:Button id="SummarizeBtn" label="×ۺϸſö" width="95"/>
<mx:Button id="ThematicBtn" label="רÌâͼ" width="95"/>
<mx:Button id="StatisticalAnal
<mx:Button id="DocumentBtn" label="µç×ÓÎĵµ" width="95"/>
<mx:Button id="ChatBtn" label="½»Á÷ƽ̨" click="ChatBtn_
</mx:HBox>
...
...