you code:
function testTable(){var cReports:TitleWindow = TitleWindow(popupWindow
(MyTest,false));}
The third argument is a flag to indicate if the PopUp is Modal or not.
You have false in there, so if you change that to true, it will be Modal
EG:
function testTable(){var cReports:TitleWindow = TitleWindow(popupWindow
(MyTest,true));}
HTH
On 10/28/05, digital_eyezed <[EMAIL PROTECTED]> wrote:
I have a popup which works ok:
function testTable(){var cReports:TitleWindow = TitleWindow(popupWindow
(MyTest,false));}
The problem is: It's meant to be Modal but it's not, and when I close
it (it has a handled close button in the TitleWindow) the underlying
main application is frozen.
Any Help would be most appreciated.
Iain
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

