abhishekchess1
unread,Oct 10, 2008, 4:54:26 AM10/10/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chennai Flex User Group
hello frnd,
i'm showing 1 popup form , then i'm showing anather popup form
from it but it not comming at center of the screen , it is going to
left side of the screen,
this is my code
this i write in 1st popup form
public function compForumTopicFunc(evt:ListEvent):void {
var pop_comp_forum_discussion:comp_discussion =
comp_discussion(
PopUpManager.createPopUp(UIComponent(this.parentApplication.parentApplication),
comp_discussion, true));
PopUpManager.centerPopUp(pop_comp_forum_discussion);
}
could u tell me how to show it at center ?
thx you