Okay here we go: 1. application | |-components/a.mxml | |-dialogs/b.mxml according to that schema i want to reach from b.mxml to a component of a.mxml. How can i do that?
2.I have a popup and i created it with PopUpManager in a separate component then I want to make center with PopUpManager.centerPopUp(myTitleWindow) but doesnt work ? Why? 3. I have created a creationPolicy="none" in a HBox and that HBox is in the repeater component. When I try to show it value with a Alert box it comes as undefined why? Thats all for now. Thank you very much from now on.

