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 second screen comes as cropped.
Q. What is your actual screen resolution at the time? (I mean the one
your system is setup for?)

2. First canvas is of height 600 and second canvas
> is of height 950.
Your screen setup in the first place is Width 800pix by Height 600pix
and in the second is Width 950pix by Height 800pix

So, what is that you think it's happening?

Thanks

George


--- In flexcoders@yahoogroups.com, Rohit Sharma <rohit.sharma1...@...>
wrote:
>
> Hello All,
>
> I have a question about the way stage resizing occurs in flex.
>
> Please consider the two scenarios :-
>
> i) In Flash CS3, I gave my application a stage size of 800 * 950. 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 second screen comes as cropped.
>
> ii) Whereas in Flex, I provide my application width and height as 100%
and
> html width and height also as 100%. I am using a viewstack whose
> height and width also is 100% and inside the viewstack I have
individual
> canvas for each screens. First canvas is of height 600 and second
canvas
> is of height 950. In this case I am able to see scroll bars when I
move
> from first screen to second screen.
>
> I am not able to see why its not happening in CS3 whereas its
happening in
> Flex.
> Looking for some pointers.
>
> Thanks,
> Rohit
>


Reply via email to