[flexcoders] Re: A question about stage resizing

2010-02-19 Thread GeorgeB
Hi Rohit, Let's clear out some few details: You say: 1. The application has two screens , first one being 800 * 600 and second one being 800 * 950. In the html file I have provided the width and height as 100%. Now, when I move from screen 1 to screen 2, I am not seeing a scroll bar. The

Re: [flexcoders] Re: A question about stage resizing

2010-02-19 Thread Rohit Sharma
Hi George, i) The screen resolution was 1024 * 768 pixels. ii) Width is 800 pixels for both the screens. The height increases from 600 to 950 pixels. the 600 px screen looks fine and the 950 px screen comes cropped. I guess I have answered your questions. Looking for some suggestions.

[flexcoders] Re: A question about stage resizing

2010-02-19 Thread Sunil D
I think you're comparing apples and oranges here. On the Flex side you're using Canvas inside a ViewStack. I don't have much experience w/Flash CS3, but I think it's safe to assume you're not using these controls on the CS3 side. The ViewStack's dimensions will be that of the initial active

Re: [flexcoders] Re: A question about stage resizing

2010-02-19 Thread Alex Harui
Flex has code that will display scrollbars. CS3 does not. On 2/19/10 9:53 AM, Rohit Sharma rohit.sharma1...@gmail.com wrote: Hi George, i) The screen resolution was 1024 * 768 pixels. ii) Width is 800 pixels for both the screens. The height increases from 600 to 950 pixels. the