I have a TitleWindow that pops up a second TitleWindow.  Both are modal.  I want the user to be able to tab through the fields in the second window. The tab works fine, if the 1st window is non-modal, but if the first window is modal, then the tab brings the user back to the first window instead of staying in the second window.
 
Is there a way to get the tabs to work properly while still keeping both windows modal?
 
If not, then is there a way to make the first window NON-modal before popping up the second window
 
for example,
 
function openSecondPopUp() {
    this.modal = false;               //obviously I made up this code and am looking for the real code to put here
    var secondPopUp = .....
}
 
 
Thank you for your help,
Kim

_________________________________
Kim Reddington
Principal Consultant/Developer
Deluxe Technologies
http://www.deluxetechnologies.com
508-231-8744
 

 


--
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
Computer software testing Macromedia flex Development
Software developer


YAHOO! GROUPS LINKS




Reply via email to