Hi,
I have an Adobe AIR application that launches a separate window for displaying some content. This separate window that I call the child window displays some combo boxes and raises alerts. The problem is that the alerts pop up in the main application window rather than in the child window. When I explicitly specify a parent (- a child component of the child window), nothing is popped up and instead the main application window is blurred.
Even lists of combo boxes in the child window pop up in the main application window.
What could I be doing wrong?
Thanks.
Are you using the Flex <Application> tag, instead of the <WindowedApplication> tag? (This maybe a long shot, but you don't even say whether you are using Flex, Flash, or AJAX.)