I would like to position the window on the screen as TitleWindow image attached to an application because I'm using is necessary that he is to be called exactly that position. How could he do? TitleWindow.jpg
Apache FlexWeb Languages and StandardsAdobe Flash
Last Comment
eduardo12fox
8/22/2022 - Mon
COBOLdinosaur
If you want a solution then post a link to the page or the code. Otherwise it is just a guessing game, or we can turn it into a lounge thread and just ignore the question.
Cd&
eduardo12fox
ASKER
I'm sorry it was not my intention, actually did not notice that my code had not been attached.
When I call the titlewindows I call this way
var popup_CADASTRO = new CADASTRO;
PopUpManager.addPopUp(popup_CADASTRO ,this,true);
PopUpManager.centerPopUp(popup_CADASTRO );
When he comes on the screen it appears centered below and I need it aligned at the top left
COBOLdinosaur
PopUpManager.topleftPopUp(popup_CADASTRO );
or
PopUpManager.lefttopPopUp(popup_CADASTRO );
Cd&
Your help has saved me hundreds of hours of internet surfing.
fblack61
eduardo12fox
ASKER
I did not find this option in the properties, and wrote as happens when you put an error. expert.jpg
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Unlimited question asking, solutions, articles and more.
eduardo12fox
ASKER
I put this question to days, but got some answers coarse and decided to post the same question in the forum http://stackoverflow.com
Where got attention and resolution of my problem. Each passing day is becoming increasingly difficult to be a subscriber of ExpertExchange. If you look at my history I've done some complaints, I believe the topic is no longer as FLEX intereressante as before, where all questions were answered the same day.
Cd&