Overflow text scroll bar

Is it possible to creat overflow scrollbar for tables? I have
seen many references to creating scrollbar for frames and layers
but I need to creat one for a table. Is this possible and how.
Thanks

Thanks for the heads up though, Murray! The error was in the
content being
pulled from the MySQL database...probably why I never caught
it before. Got
'em all sorted out, now!
;o)
Shane H
[email protected]
http://www.avenuedesigners.com
=============================================
COMING SOON - Infooki [unboxed]:
http://infooki.sourtea.com/
Web Dev Articles, photography, and more:
http://sourtea.com
=============================================
Proud GAWDS Member
http://www.gawds.org/showmember.php?memberid=1495
Delivering accessible websites to all ...
=============================================
"Murray *ACE*" <[email protected]> wrote
in message
news:[email protected]...
> There are 4 validation errors on that page, Shane. The
police are at your
> door just now with the warrent.
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
>
http://www.dreamweavermx-templates.com
- Template Triage!
>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
> ==================
>
>
> "Shane H" <[email protected]> wrote
in message
> news:[email protected]...
>> Yep -
>>
http://sourtea.com/articles.php?ref=20
>>
>> --
>> Shane H
>> [email protected]
>>
http://www.avenuedesigners.com
>>
>> =============================================
>> COMING SOON - Infooki [unboxed]:
>>
http://infooki.sourtea.com/
>> Web Dev Articles, photography, and more:
>>
http://sourtea.com
>> =============================================
>> Proud GAWDS Member
>>
http://www.gawds.org/showmember.php?memberid=1495
>>
>> Delivering accessible websites to all ...
>> =============================================
>>
>>
>> "Sohaila" <[email protected]> wrote
in message
>> news:[email protected]...
>>> Is it possible to creat overflow scrollbar for
tables? I have seen many
>>> references to creating scrollbar for frames and
layers but I need to
>>> creat one for a table. Is this possible and how.
>>> Thanks
>>
>>
>
>

Similar Messages

  • Overflow container Scroll bars problem

    Trying to add scroll bar for group body in a fragment. We put Overflow container for the groupbody within the page fragment. But no scroll bars are appearing. Scroll bar comes only if it is in a view.

    This question has been restated in this [url http://forum.java.sun.com/thread.jsp?forum=57&thread=530550&tstart=0&trange=30]thread. Please reply there so we don't have multiple threads going on at the same time.

  • Table cell scroll bar overflow- why doesnt it work?

    Hi everyone.
    Ok, im have an existing document/site:
    http://www.helenbwilson.com/helen-portfolio-1.html
    I want the table cell in the left to have a scroll bar (only
    with the height part). I want the "block" of the images to have a
    height of 400px. Now, I have tried to do this, and for the most
    part got it to work-in another document:
    http://www.helenbwilson.com/CSS-test-01.html
    I am trying to replicate, but I have absolutely no idea why
    its not working now.
    I applied a css style and I want the same type of scroll, so
    when there are more images, it can have a scroll bar.
    Can anyone tell me what Im doing wrong? If I am not being
    clear, please let me know.
    Any info would be appreciated.
    Thanks
    -psy

    I think you mean something like this:
    Put this in your head:
    <style type="text/css">
    <!--
    .imageBlock {
    display: block;
    float: left;
    height: 400px;
    width: 250px;
    overflow: auto;
    background-color: #FF0000;
    -->
    </style>
    put this in your body:
    <div class="imageBlock">
    </div>
    If the table or other content you place inside your
    'imageBlock' div, is higher than 400 px, you'll get a vertical
    scrollbar.

  • How do i control 2 text boxes with 1 scroll bar? (CS4)

    I want to control 2 Dynamic Text boxs with the 1 scroll bar component? I want them to scroll simultaneously with the user only needing to use the one component. Thank you in advance for your help

    The textfields should have the same number of lines.  You can have the scrollbar (sb) assigned to one textfield (t1) and then have an event listener/handler for the scrollbar adjust the other textfield's (t2) scrollV property to match the first one's scrollV property:
    import fl.events.ScrollEvent;
    sb.addEventListener(ScrollEvent.SCROLL, adjustTs);
    function adjustTs(evt:ScrollEvent):void {
        t2.scrollV = t1.scrollV;

  • How do you add a scroll bar to a scrolling text field in a folio?

    I've created iPhone and iPad folios with multiple pages. There are scrolling text fields on each page. The fields scroll as designed, but the scroll bars on the  text fields only appear while actually scrolling. Is there a way to have them always visible so the user knows there is more hidden info? The only bars that are constantly visible are the page scroll bars.  Thanks!

    Why is your content pane null? I thought the content pane was the top-level in all windows? If you want complete control over the location of a list box, you want to set the layout of the content pane to null... the way I almost always do this is the other way around, to create my own panel and use setContentPane instead:
    JPanel content = new JPanel(null);
    JScrollPane scroll = new JScrollPane(myListBox);
    scroll.setBounds(380, 10, 500, 500);
    content.add(scroll);
    setContentPane(content);

  • Trying to create a text item with a scroll bar in Indesign 5.5

    Is there a simple way to create a scrollable text article in Indesign 5.5? It will later be exported to a SWF as a mini-flash web portfolio.
    I would appreciate any help.
    I'm new to Indesign.

    quote:
    Originally posted by:
    wildfire121
    Can someone please help. I am trying to create a text box
    with a working scroll bar that will scroll the text in the text
    box. Can someone please help me with this?
    Do you mean a text box people can type in (for a Web form
    entry) or one for displaying your content?
    If the first, then you use the textarea tag and scrollbars
    appear when the user types more lines that you specify. See the
    textarea
    description at W3Schools.
    If the second, then that's usually done in Flash, but can be
    done with CSS. See these two pages:
    Dynamic
    text with scrollbar (Flash)
    Textbox
    with scrollbar (CSS)

  • Adding scroll bar to a text box

    Is there a way to add a scroll bar to a text box? I am designing a website using ID (in the web view) which I am then giving to a web person to implement. I have one page that is longer than the others, where I would like to be able to scroll the text. I would really appreciate a step by step instruction on how to add a scroll bar to this text box.
    Thank you so much.

    The point is that exporting to Flash makes creating the webpage in ID seamless.  I am not familiar with a
    way to import an ID file into a Dreamweaver HTML.  ID relies on pages that get converted to
    frames on the Flash timeline which makes switching between pages, if you know enough ActionScript, a breeze.
    However I did find this link which outlines some compatibility between ID and DW:
    http://livedocs.adobe.com/en_US/InDesign/5.0/help.html?content=WS82C401A9-E844-40d5-B9B4-5 40CA374B0C6.html
    Message was edited by: markerline

  • Horizontal scroll bar on text item

    Hi,
    I have a text item. I have enabled Vertical Scroll Bar. I need to enable Horizontal Scrolling as well on the text item. How is this possible?
    Thanks

    Yes, you have to write a PJC that extends VTextArea, then add the following instruction in the init() method:
    this.setHDisplayPolicy(1);You have also to set the Forms Wrap type property to none.
    Francois

  • Text editing window expands instead of creating vertical scroll bar

    In the last few days, I have noticed that when I try to edit or post to Wordpress.com the vertical scroll bar no longer appears on the text editing box. Instead the box just gets progressively larger which makes it very difficult to get to other items on the WordPress editing screen, such as tags and categories. This problem seems to have arisen during the v31.0 auto-upgrade. Is anybody else having this issue and what steps can I take to solve it? (FYI, I tried modifying the setting described in another response about a similar issue using the about:config screen, with no success.)

    I don't know whether your dashboard has the "Visual" and "Text" buttons, but I believe the Visual uses CKEditor or another WYSIWYG editor and the Text editor might be a simpler design. Are both affected?
    I searched around to see whether I could find Wordpress.com support threads or other stories about it and I can't. So I'll fall back on some general suggestions:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove WordPress.com cookies without affecting other sites.
    Then try reloading the page. Does that help?
    To rule out extensions as a possible culprit, could you try the site in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions, some advanced features, and some custom settings. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * (menu bar) Help menu > Restart with Add-ons Disabled
    Note: Flash and other plugins still run
    After Firefox closes, a small dialog should appear: click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • Horizontal Scroll bar in messgae window is a pain, can text be wrapped?

    I am new to Thunderbird but so far i am enjoying it compared to Entourage.
    I have one question regarding the horizontal scroll bar i see on some messages... Why on earth is this here? I really do not understand the logic in scrolling right to read an email, surely this text should wrap into the window space available rather than having to keep moving the scroll bar along?
    I have had a play around with the preferences but to no avail, can anyone point me in the right direction as this is becoming frustrating : ( :cry:
    Perhaps someone can develop this as an add on?
    Many thanks for reading this post
    Cheers Tony
    == This happened ==
    Every time Firefox opened
    == Imediately

    Thunderbird support is over here, too.
    [http://www.mozillamessaging.com/en-US/support/]
    or here:
    http://forums.mozillazine.org/viewforum.php?f=39

  • Scroll bar in multi-line text field

    I have a text field that is populated (through event code) with a list of errors that are detected when a user tries to sign a form.  That list can be long, and I had it designed so that if the list was longer than the height of the text box, then scroll bars would appear next to the text box and the user could scroll through the entire list.
    I haven't changed anything, but the scroll bars just stopped appearing.  Now the user can only see the top text that fits in the text box, and cannot scroll down to the lower text.  Any idea?  Is there a setting somewhere that controls that, something that perhaps got corrupted that I could fix?  I'm looking around, but do not see anything obvious.
    FYI, I have the Allow Multiple Lines option checked.
    Thanks,
    Emily

    Figured it out... sort of...
    I am not exactly sure what the problem was, but here's how I fixed it, in case anyone has a similar problem.
    I thought the problem may be that I had code in my click event for that text field.  That code displayed a message if a user tried to enter text into that read-only field, explaining that the field was automatically populated.  That click event code is relatively new, so I thought that maybe Adobe deactivates the scrollbar when there is a click event for an object, since using the scroll bar requires you to click on the object, and "clicking" now has a different set of actions associated with it.  So,I deleted the click event, and the scroll bar returned!
    I thought I was so smart, and had identified both my problem and solution.  Then, just for fun, I decided to try to put the click event code back into the object.  And, much to my surprise, now I have both the click event code, AND I have a working scroll bar.  So now, even though I have fixed my problem, I am not sure what its cause was.  Except maybe there was a bug somewhere?
    Anyway, hope that helps, in case someone has a similar problem.  There seems to be some interplay between having a click event and having a scroll bar.
    Emily

  • Dynamic Text Feild with Dynamic Scroll Bar

    I have a Dynamic Text Feild with a dynamic Scroll bar.
    It loads a simple ASCI text file with some html formating.
    but I still can not manage to get the text to format.
    The biggest problem with the format is a big space between
    paragraphs.
    I am not sure why but I think the Frame must need a var to
    render to html.
    Can anybody help please?

    My text had the following, similar but no parsing string.
    I guess
    yourstring.split("\n\r").join("\r").split("\r\n").join("\r");
    takes out the carrage returns or <br>?
    I notice the one I had just say's String.
    I assume that would be the text that is the string?
    Thank you for sharing your knowledge of this.
    var my_lv:LoadVars = new LoadVars();
    my_lv.onData = function(src:String) {
    if (src != undefined) {
    myTxtFeild.text = src;
    } else {
    myTxtFile.text = "Error loading text.";
    my_lv.load("CadnetPage1_html.txt");

  • Needed scroll bar in text field

    Hi,
    I have two text fields continuously. Sometimes either one get expanded. I kept all the fields in subform type positioned. Comments fields are getting enlarged when it has more number of lines. Lets say, If first field get expanded, it override the second one.
    so I want to give scroll bar in a text field.
    Thanks in advance.
    Ram

    You should not use positioned subforms at all. If you need to move a field right for example, the wrap it into a subform and set the left margin of the subform. Do not use positioned subform and just move the field. You will probably resolve your problem if you remove content: positioned on all subforms relevant to your problem (for example all parents of the text fields).
    Use content flowed and layout autofit as often as possible!
    Otto

  • Status Bar Text Scroller

    I had an old script but I cannot seem to get it to work in
    DW...do any of
    you have a FREE FAV javascript for a status bar text
    scroller? TIA

    It won't work in most browsers anyhow. Why bother?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tweaked_eye" <[email protected]> wrote in message
    news:fqrv50$2rt$[email protected]..
    >I had an old script but I cannot seem to get it to work
    in DW...do any of
    >you have a FREE FAV javascript for a status bar text
    scroller? TIA
    >

  • When and How to get the Text.ScrollPos value of a String control when scroll bar position changed

    Hi, 
    I'm working on a feature triggered by scroll bar position of a string control changed.
    But I could not find a good way to catch the scroll bar position changed event, 
    the scroll bar is controlled manually by mouse down → mouse move → mouse up, I want the get the Text.ScrollPos value when user mouse up, and compare with the maximum value.
    But the problem is,  mouse up on the scroll bar could not trigger String: Mouse up event!
    So I have to get the Text.ScrollPos continuously in the background in Timeout event, but I think it’s not efficient.
    Do you have any better idea on when to get the correct destination value of Text.ScrollPos?
    I plan to store the value of Text.ScrollPos in the bottom(maximum value) in a shift register, then compare the current Text.ScrollPos value with the max one.
    If it comes close to the bottom(90%~100% of the maximum value), then the close to bottom LED will turn on.
    Attachments:
    scroll bar pos changed.vi ‏15 KB

    Hello Cecilia,
    I don't think there is any build-in event for this.
    One solution would be to create your own user event at the initialisation of you main and launch a thread which is going to be pulling the value of your scrollbar position:
    Then you can build your main as if they were a scrollbar move event.
    And dont forget to close the thread and destroy the event at the end.
    Hope it helps.
    Attachments:
    Scrollbar event.PNG ‏10 KB

Maybe you are looking for

  • How do I tell iTunes to use the balance in a gift card to purchase music instead of charging my credit card?

    I'm trying to use the balance from a gift card to buy music for my iTouch, but the system keeps trying to charge my credit card.   How do I use my balance???

  • I need to email more recipients than Mail will allow

    I am trying to send newsletters to large numbers of recipients, but Mail won't let me go over a certain number. This is obviously for good reason, but if spammers can do it, there must be a way for me to do it. Do I need 3rd party software? Thanks! P

  • Auto update of timestamp with trigger

    I have a timestamp data element that we want to be updated via a trigger whenever a row is inserted or updated. My trigger looks something like - create trigger "name" before insert or update on "table" for each row begin :new.create_timestamp:=systi

  • BouncyCastle provider not found (in Glassfish)

    I've installed the BouncyCastle cryptography provider on my system (Intel Mac running OS X 10.5.5, java version "1.5.0_16"), placing bcprov-jdk15-140.jar in /Library/Java/Extensions and adding the line security.provider.8=org.bouncycastle.jce.provide

  • Trying to locate JSpellIntegration.zip file

    I am trying to locate the JSpellIntegration.zip file that is referenced here: http://otn.oracle.com/sample_code/products/forms/extracted/hyperlink/jspellintegration.html#install In particular in interested in the pl/sql library file JSpellIntegration