Thanks Jim, > > Unfortunately, this sounds like a known issue. *[Sigh]* > > Please view the following bug and, if so inclined, vote for it to be fixed. > > See: https://bugs.adobe.com/jira/browse/SDK-16897 > <https://bugs.adobe.com/jira/browse/SDK-16897%20> > (The inability to create Tab Loop domains.) >
Well I read This tread, it seems that this is not priority for flex developers. I suggest a workaround by trapping keyboard event at MDIpanel and MDICanvas level. In the event handler it should check whether its a last control then set focus to first control in the container and prevent event propagation. If its <ctrl>-Tab then it should post <Tab> event to its parent. Well it depends on capabilities of flex to capture keyboard events and ability to stop from event being propagated. Since I am new to flex till date i could find that events can be captured and new event can posted to specific container or control but lack in knowledge that whether it can be prevented from being propagated to its parent. Can u shed some light on it ? In delphi I know how to do this but as of today i dont know how to do it in flex. Thanks and best regards Raja

