Link to home
Start Free TrialLog in
Avatar of PuneetKSaxena
PuneetKSaxena

asked on

Adobe flex PopUp Manager

Hi

I'm trying to call a Popup Manager in one of the component.
So the scenario is like this:

There is a component say button  and on click Popup Manager Opens a Title Window.
Its working fine and PopUp opens properly.

Now, I reduced the size of the window in HTML which embeds the SWF to fit in one block in my HTML Page and now when i click on this button, pop up opens but it takes only defined size.

What i want is that even though the size of the Component is small the Popup should take the size of the HTML or screen.

How to achieve this.

Hope I explained my problem properly. Please reply i require any more clarification.

Thanks
Puneet
Avatar of deepanjandas
deepanjandas
Flag of India image

Try doing a fullscreen on popup.

Warm Regards
Deepanjan Das
Avatar of PuneetKSaxena
PuneetKSaxena

ASKER

Can you explain in more details?
My PopUpWindow is TitleWindow component which takes size width="938"
            height="595"

Have you hosted it anywhere, can i see the apps. I think I misunderstood your question.

Warm Regards
Deepanjan Das
please check this site

http://www.sap.com/mena/index.epx

Click on SAP services->learnmore.. and it opens a popup window, even when  the calling component size is very small

I think this in not flex. It rather uses a javascript library.

Warm Regards
Deepanjan Das
Yeah but i want something like this in flex :)
if you want a pop up to be the size of the screen resolution, regardless of how big the containing window is, just use Capabilities.screenResolutionX and Capabilities.screenResolutionY as your width and height.
ASKER CERTIFIED SOLUTION
Avatar of chrisP4D
chrisP4D
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
workd fine as suggested