Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
GSS1 #1
My page goes beyond the fold, but no scrollbar? :S
Hi,
I have made a website in Flex, located at
[url]http://www.theplaygrounds.co.uk/The_Playground.swf[/url] .
Now this site is just a simple portfolio, but I have a lot planned for it.
What I was wondering is that when you go to the contact page, you cannot see a
submit button because that is below the fold and requires scrolling. But in
Flex, there is no scrollbar in the browser. Why? If the site is a html document
made in Dreamweaver the browser would provide a scrollable scrollbar.
What do I have to do to enable the scrolling in the browser? Or is there
another way around this. I must be doing something wrong because it can't be
right for Flex to limit the page's size to just the monitor's size.
Thanks in advance
GSS1 Guest
-
Fold Over ad
How do you create a "fold over" ad like this one? http://www2.canoe.com/promo/exemple-creatifs/romeojuliette/dhtml.html How big is the flash... -
Fold Down Menu Help Please
Hi I am using a older version of Dreamweaver and was wondering if it was because I have a older version or what it is. I have tryed to gets... -
Scrollbar at the bottom of the page
Hello, I have an HTML page with a long content, a vertical scrollbar appears on the roght, but I want the scrollbar to appear at the bottom by... -
Page sizes in multiple fold docs
A little of topic, and posted in adobe illustrator forum (shouldv'e known better)... I know this is horribly basic, but I've got 2 different... -
Scrollbar goes off page!
The main content of the page will appear in lower part of the part which is light grey. I want that area to scroll correctly within itself. I do not... -
jylaxx #2
Re: My page goes beyond the fold, but no scrollbar? :S
Yes of course ther is scrollbar in FLEX !!!!
You must have set verticalScrollPolicy to off !
jylaxx Guest
-
greenhippo #3
Re: My page goes beyond the fold, but no scrollbar? :S
I know that some components dont activate the scrollbar when they oversize, try
putting the component that is not making a scroll bar inside a canvas and set
the internal component to width="100%" and height="100%"
If its the browswers scrollbar you want (note that this is different from
flex's scrollbar, and if yoru whole site is flex youd be better off using the
flex scrollbars) you will have to set your width and height of your
<Application> to something that isnt a percentage.
greenhippo Guest



Reply With Quote

