[flexcoders] Screen resolution

2009-07-19 Thread christophe_jacquelin
Hello, 

When you are developping a Flex application, which screen resolution do you 
choose to be acceptable for most of the users ? 

Thank you,
Christophe, 




Re: [flexcoders] Screen Resolution

2008-12-12 Thread Jules Suggate
Yep, and don't forget constraint-based layouts

http://livedocs.adobe.com/flex/3/html/help.html?content=size_position_5.html

On Sat, Dec 13, 2008 at 03:37, narayana e  wrote:
>
> Hi
>
> i know your problem. u can use percentage values for flex compents
> width,height
>
> and one more option is  horizontalScrollPolicy="off" ,
> verticalScrollPolicy="off"
>
>
>
> example
>
>
>  verticalScrollPolicy="off">
>
>
> 
>
>
> u can get result
>
> --- On Fri, 12/12/08, kotha poornima  wrote:
>
> From: kotha poornima 
> Subject: [flexcoders] Screen Resolution
> To: "flexcoders" 
> Date: Friday, 12 December, 2008, 9:27 AM
>
> Hi all,
> I am developing a flex application in adobe flex2, my application get
> displayed on my monitor(17") correctly, however when I try running same
> application from different computer or a laptop of 14" wide screen display
> is different as monitor screen is short I need to scroll down to view
> complete page. how can I make sure that the application should look uniform
> across different platform/different browsers and different monitors with out
> changing any widths and heights manually.
>
> Thanks in Advance.
> Poornima
>
>
> 
> Add more friends to your messenger and enjoy! Invite them now.
> 



-- 
Cheers,
Jules
--
Jules Suggate
Owner and Technical Lead
Uphill Sprint Limited

+64-21-157-8562


Re: [flexcoders] Screen Resolution

2008-12-12 Thread narayana e

Hi 

i know your problem. u can use percentage values for flex compents width,height

and one more option is  horizontalScrollPolicy="off" , 
verticalScrollPolicy="off"



example








u can get result
        
--- On Fri, 12/12/08, kotha poornima  wrote:
From: kotha poornima 
Subject: [flexcoders] Screen Resolution
To: "flexcoders" 
Date: Friday, 12 December, 2008, 9:27 AM











Hi all,

I am developing a flex application in adobe flex2, my application get
displayed on my monitor(17") correctly, however when I try running same
application from different computer or a laptop of 14" wide screen
display is different as monitor screen is short I need to scroll down
to view complete page. how can I make sure that the application should
look uniform across different platform/different browsers and different
monitors with out changing any widths and heights manually.



Thanks in Advance.
Poornima



  
  




 

















  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

[flexcoders] Screen Resolution

2008-12-12 Thread kotha poornima
Hi all,
I am developing a flex application in adobe flex2, my application get
displayed on my monitor(17") correctly, however when I try running same
application from different computer or a laptop of 14" wide screen
display is different as monitor screen is short I need to scroll down
to view complete page. how can I make sure that the application should
look uniform across different platform/different browsers and different
monitors with out changing any widths and heights manually.

Thanks in Advance.
Poornima