Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
ValPolyakh #1
Elements with scrolling
I need to use an elements with scrolling (like iframes or divs with
overflow:scroll) but it seems like DW don't support elements with scrolling
(only textarea).
I tried to make my own component to emulate div with scrolling, but DW
rendering engine is not the same as browsers rendering engine, it have some
serious limitations.
Anybody have any ideas?
ValPolyakh Guest
-
scrolling?
hi, can anyone direct me to a tutorial where i can find out how to do scrolling exactly like in the link below? http://www.consortium.ru/ ... -
Scrolling MC Mac OSX bug???
I have an MC with several photos that auto scrolls horizontally, and then changes direction left/right according to where the user places their... -
Scrolling MUI
Quick Question, It seems that in the Custom MUI there is no way to make text scroll. We have set up a simple app here where we will want a large... -
combination scrolling text scrolling picture and on MouseEnter function
it would help if you posted the code for us to look at... that way we can try to help ;) In article <bk6jip$ctm$1@forums.macromedia.com>, <... -
Custom Scroll Bar: Want to switch scrolling member, but keep scrolling intact.
Hey all. This is a juicy one. Simple Idea, Simple minded author can't find solution.... I have a text member in sprite 29. I have the "Custom... -
Randy Edmunds #2
Re: Elements with scrolling
Have you considered using a tabbed interface?
Randy
> I need to use an elements with scrolling (like iframes or divs with
> overflow:scroll) but it seems like DW don't support elements with scrolling
> (only textarea).
> I tried to make my own component to emulate div with scrolling, but DW
> rendering engine is not the same as browsers rendering engine, it have some
> serious limitations.
> Anybody have any ideas?Randy Edmunds Guest
-
ValPolyakh #3
Re: Elements with scrolling
Thanks for idea. I didn't tried tabbed interface because there was no need.
Scrolling is already allowed inside of tabs or I have to turn it on?
ValPolyakh Guest
-
Randy Edmunds #4
Re: Elements with scrolling
I think you misunderstood my response.
I assumed that you wanted a scrolling interface because you have more
content than will fit on a single screen. If this is the case, then
perhaps you can break up the content into separate Tabs that each fit
within the screen.
If that doesn't work, then please provide more details on the problem
that you are trying to solve.
HTH,
Randy
> Scrolling is already allowed inside of tabs or I have to turn it on?Randy Edmunds Guest
-
ValPolyakh #5
Re: Elements with scrolling
thanks for your attention =)
I really misunderstood your response.
My extension need to write results of work (script analysys report) to page.
This report may be very large. This problem have very simple solution in
browsers, but not in DW :'-(
ValPolyakh Guest
-
Randy Edmunds #6
Re: Elements with scrolling
You could write your report to a separate HTML file and then provide a
link in your extension to open the page in a browser.
HTH,
Randy
> My extension need to write results of work (script analysys report) to page.
> This report may be very large. This problem have very simple solution in
> browsers, but not in DW :'-(Randy Edmunds Guest
-
ValPolyakh #7
Re: Elements with scrolling
Great idea, thanks a lot!
Sure, I will try to find better way (I want scrolling :-P ) but now I know at least one 100% working solution.
ValPolyakh Guest



Reply With Quote

