Hide TextArea scroll bar

Has anyone found a way to hide, edit, alpha the scroll bar
with the TextArea component (flash CS3 - AS2)?
I can hide the border, alpha the background, but no way to
hide the scrollbar... arggg.
my example... when you click one of the buttons (bottom) you
will notice the scroll bar (right) flickers then disappears and the
text also shifts. I hid the border and alpha the background but
need to get rid of the scrollbar.
http://dev.webadmin.ufl.edu/~akirby/dynamicFlash2/index2.html
thanx in advance

"If you can tell me what you are trying to accomplish..."
- Folks want flash on their home page but don't know Flash or
have the app.
- I provide this "system" to them.
- They upload the files to their server
- They include the satay method of embedding the flash into
their markup (existing web page based off of official templates
provided by my office)
- All they need to maintain are the text files, images, and
css (for styling text).
- No need to open/use the Flash application to maintain this
system.
It works perfectly other then the scroll bar flickering and
text shifting bug(s) that occurs within the TextArea Component.
That's the only issue that is causing this project to be held up.
"They are always overly coded..."
Myself and two other Flashers have developed this system
(timeline) as slim and as simple as we possibly could. I'm sure
there's a better way to produce this system by using timeline
actionscripting... but our skills are limited.
"hard to trace their logic."
Logic is... not to have to open/use the Flash app to maintain
this system. Only maintain external files.

Similar Messages

  • How can I hide the scroll bar in TextArea?

    How can I hide the scroll bar in TextArea?

    Hi. To remove the horizontal scrollbar you can do this:
    textArea.setWrapText(true);
    To remove the vertical scrollbar you can do this:
    ScrollBar scrollBarv = (ScrollBar)ta.lookup(".scroll-bar:vertical");
    scrollBarv.setDisable(true);  and set the opacity to 0 in the css file:
    //css file
    .text-area .scroll-bar:vertical:disabled {
        -fx-opacity: 0;
    }Here is an example:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ContextMenu;
    import javafx.scene.control.MenuItem;
    import javafx.scene.control.ScrollBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.input.ContextMenuEvent;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    public class TextAreaSample extends Application {
        @Override
        public void start(Stage primaryStage) {
        final TextArea textArea = new TextArea();
            textArea.setWrapText(true);
            StackPane root = new StackPane();
            root.getChildren().add(textArea);
            Scene scene = new Scene(root, 300, 250);
            primaryStage.setScene(scene);
            primaryStage.show();
            scene.getStylesheets().add(getClass().getResource("style.css").toExternalForm());
            ScrollBar scrollBarv = (ScrollBar)textArea.lookup(".scroll-bar:vertical");
            scrollBarv.setDisable(true);
        public static void main(String[] args) {
            launch(args);
    }

  • How do I temporarily hide the scroll bars ?

    How do I temporarily hide the scroll bars ?

    I assume that your post in [[/questions/906990#answer-291125]] ended up in the wrong thread and should have appeared here.
    The only thing that changes if you run the code in the Scratchpad is the disappearance and reappearance of the scroll bar in the current tab. You do not see anything in the Scratchpad. So you need to switch back to the browser window.
    You can test it with this code, that should make both scroll bars appear:
    <pre><nowiki>void(document.body.style.setProperty("overflow","scroll",""));
    </nowiki></pre>
    [[/questions/906990#answer-291125]]:
    <blockquote>In Scratchpad I ran both:
    <pre><nowiki>void(document.body.style.setProperty("overflow-x","hidden",""));
    and
    void(document.body.style.setProperty("overflow-x","hidden",""));
    In the 2nd one I got:
    17:48:57.826 |x unexpected end of XML source
    @ Scratchpad:1'''
    For the 1st one I got no activity, only a blinking cursor.
    any other ideas ?
    Good luck and merry Christmas, Bill
    .</blockquote>

  • Disable / hide ALV scroll bar (Navigation Pane)

    Hello,
    is there a way to disable or hide the scroll bar in an ALV table? in other words I wanna display all
    the data in an ALV table without having to scroll down.
    Thanks,
    Abdul.

    Hi, you can use the table configuration to control this. set_visible_row_count to -1.
    data:
    l_salv_wd_table type ref to iwci_salv_wd_table,
    l_table type ref to cl_salv_wd_config_table.
    l_salv_wd_table = wd_this->wd_cpifc_usage_alv( ).
      l_table = l_salv_wd_table->get_model( ).
      l_table->if_salv_wd_table_settings~set_visible_row_count( -1 ).

  • How can I hide horizontal scroll bar?

    Some websites use CSS code (overflow-x: hidden or overflow-y:hidden), that shows the horizontal scroll bar while the frame on the website is centered and only 800 pixels wide, but I really don't need my horizontal scroll bar to show up. So how can I hide it?
    Thanks!

    If you use <b>overflow: hidden</b> then you shouldn't see a scroll bar (overflow:scroll does that).<br />
    If that doesn't work then try to add the !important; or use the code in Stylish or to userContent.css in the chrome folder.
    *http://kb.mozillazine.org/userContent.css
    *https://developer.mozilla.org/en/CSS/@-moz-document

  • Hide bottom scroll bar

    <p>Is it possible with WEViewer to also hide the bottom page navigation toolbar? We&#39;re using iFrames and very often we get two toolbars at the bottom of a page.</p><p> Thanks</p>

    1)My create iframe formula is:
    WhilePrintingRecords;
    //Add other parameters stringVar startdate := ToText({?StartDate});
    stringVar enddate := ToText({?EndDate});
    stringVar projid := {?ProjID};
    stringVar status := {?Status};
    stringVar type := {?Type};
    stringVar path := WETargetPath("rpt", "name", "my_Detail",
    Â Â Â "lsSStartDate=" + startdate + "&lsSEndDate=" + enddate + "&lsSProjID=" +
    Â Â Â Â Â Â Â projid + "&lsSStatus=" + status + "&lsSType=" + type);
    WEIFrame("detail", path, 1700, 1600, "True");
    I'm not using WEViewer for this one. So the toolbars would the default display
    2)XiR2, .Net, IE6.0.2900.2180
    Hope this enough. Thanks

  • How to hide scroll bar

    Hi everyone,
    when i display iviews on the page it should not show me the scroll bar.
    how to hide the scroll bar in iview.

    Hi Sonal,
    You can try this, create a JSPDynpage to display your Iviews as Iframes ( disable the scrolling mode in Iframes), in the imgsrc attribute of Iframe give the URL path of ur Iviews to be displayed.(if two iviews put it as two iframes)
    Regarding the gap between Iframes or design of the JSP page you can handle it thro Htmlb or even html tags.Upload the Par in the portal, create a new iview out of it (it will not have scrolling mode and your design can be established) Now add this Iview to a page.
    Hope it helps.
    Regards,
    Vivekanandan

  • How to make the scroll bar in flex automate to focus on the new ui component added in the canvas?

    Hi all ,
    There is a canvas container where am adding charts in separate windows.
    So whenever a new chart is added the scroll bar needs to set the focus on the present chart window.
    For this i made the functionality for the canvas container to scroll whenever a new chart is added using the below code
    canvasContainer.verticalScrollPosition = canvasContainer.maxVerticalScrollPosition;
    But the calculations for the vertical position are not precise...
    Is there anything else I should do to make the scroll happen automatically as the chart windows get added in the container ??
    Any suggestions pls
    Regards,
    Ajantha

    Many many thanks to Frank,
    In the css,use the follwing style settings to hide the scroll bar
    af|carousel::spin-bar{    
    visibility: hidden;
    af|carousel::spin-h-previous-icon-style{
    visibility: hidden;
    af|carousel::spin-h-next-icon-style{
    visibility: hidden;
    af|carousel::spin-info{
    visibility: hidden;
    }

  • IView and Scroll bars

    Hi... 
    I need to hide the scroll bars in my iViews... my content have scroll bars, and iViews is generating one more... So, I need to hide iviews scroll bars, because I can't edit the content to hide in there. 
    What can I do? 
    iViews has any option to hide scroll bars? I see a option called "window features". Maybe putting some option there... I don't know... Anyone can help me? 
    Thanks a lot....

    Hi Glauber,
    First, make sure that the iview size (in Appearance-Size) content area is sufficient to display your content.
    Then, in the iviews that you have in the Page, just try to set "SHOW TRAY" Property of each iview in properties of that iview to "NO". It will remove vertical scroll of the iview.
    Also checkout this webblog about scroll bar when using URL isolation.
    Those pesky scrollbars when using URL isolation
    Quote from SAP Darrell Merryweather:
    "Normal content generally isn't a problem because the scrollbars will only appear if the content extends past the height of the page, however, this is also dependant on client browsers, etc, so the main scrollbar cannot be completely guaranteed to dissappear. However, the inner scrollbar (which is what the blog talks about) shouldn't be a problem because the content is added to the main page and therefore the page is flat, so inner scrollbars shouldn't be an issue .Like the other people said, also remove the tray in the iview properties, although I don't think that the tray has scrollbars, but its been a while since we used the tray on an iview, so I can't be 100% certain".
    Hope that helps and award points for helpful suggestions.
    Ray

  • Remove/Hide scroll bars in scroll panes.

    Hi all,
    I am pretty new to action script. I am building a photo gallery and I am loading the thumbnails from an XML file into a scroll pane dynamically. As the scroll pane fills up, it gets wider to accomodate the thumbnails. There is one row, and eventually, I want to have the user be able to mouse left or right and have the scroll pane scroll, versus clicking on the bar or the left/right arrows. However, in order to accomplish this, I need the scroll bars to disappear!
    Is there anyway to either remove or hide both the x and y scroll bars on a scroll pane? My scroll pane is called: thumbPane.
    Thanks in advance!
    -Rob

    Hello friend,
                       first select scrollpane.Then open parameters panel (if dont know go to window > properties > paramiters ) turn to OFF HorizontalScrollPolicy  and verticalScrollPoliy then left and right scroll Bar will not display.
    THANKS.

  • Hide scroll bar from the web window

    We have our application working on Oracle forms 10g hosted on unix application server.
    We have a requirement to hide the vertical scroll bar which appears on the web page(not on the form)
    Is there a server config setting which can be done to hide the vertical scroll bar appearing on the web page.
    Scrollbar does not appear on chrome. Issue is coming only when application is opened in IE
    Thanks in advance
    Edited by: 984493 on Mar 4, 2013 1:05 AM

    984493 wrote:
    We have our application working on Oracle forms 10g hosted on unix application server.
    We have a requirement to hide the vertical scroll bar which appears on the web page(not on the form)
    Is there a server config setting which can be done to hide the vertical scroll bar appearing on the web page.
    Scrollbar does not appear on chrome. Issue is coming only when application is opened in IE
    Thanks in advance
    Edited by: 984493 on Mar 4, 2013 1:05 AMHello
    It's the issue of browser. There is no setting for it. most probably you are not using
    separateFrame=Truein you formweb.cfg file. It's allow the applet opening in another window.
    In you issue, may be you have toolbar visible in the browser. if you use the browser full screen you didn't get that.
    Hope this helps
    Hamid
    Mark correct/helpful to help others to get right answer(s).*

  • Textarea: strange vertical scroll bar

    Hi, everyone
    I implemented textarea with JTextPane, code is below.
    The problem is that,
    when there is only one pane in the content of HBox, the vertical scroll bar runs normal;
    but when there is 2 panes, the vertical scroll bar changes between visible and invisible again and again.
    My code wrong? or a bug of JavaFX?
    Thanks.
    * TextArea.fx
    * Created on 2009-12-5, 22:27:47
    package morsshow;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import java.awt.Dimension;
    import javax.swing.JScrollPane;
    import javax.swing.JTextPane;
    import javafx.ext.swing.SwingComponent;
    import javafx.scene.layout.HBox;
    * @author icycandy
    var text: JTextPane = new JTextPane();
    var pane: JScrollPane = new JScrollPane(text,JScrollPane.VERTICAL_SCROLLBAR_ALWAYS ,JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
    text.setText("youyouyouyouyouyouyouyouyouyouyou");
    text.setPreferredSize(new Dimension(500, 300));
    var text1: JTextPane = new JTextPane();
    var pane1: JScrollPane = new JScrollPane(text1,JScrollPane.VERTICAL_SCROLLBAR_ALWAYS ,JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
    text1.setText("lovelovelovelovelovelovelovelovelovelove");
    text1.setPreferredSize(new Dimension(500, 300));
    Stage {
        title: "love you"
        scene: Scene {
            content: [
                HBox{
                    content:[
                        SwingComponent.wrap(pane),
                        //SwingComponent.wrap(pane1)
    }

    Hi,
    I've just used the following SQL statement to create a tabular form:
    select
    "EMPNO",
    "EMPNO" EMPNO_DISPLAY,
    "ENAME",
    "PHONE1",
    APEX_ITEM.TEXTAREA(5, PHONE2, 5, 50, 'style="overflow-Y:scroll"') "PHONE2"
    from "#OWNER#"."EMP"PHONE2 is a small field, so you probably won't be able to save anything, but this statement is used in: http://htmldb.oracle.com/pls/otn/f?p=33642:100
    Both in IE7 and FF3, the scroll area appeared on the right of the box.
    Andy

  • Is there any way to hide or remove the scroll bars when programming?

    I wish the vi which builded by app builder can display a interface without the scroll bars even before it runs. Thank you very much!

    As was answered here, you can only hide the scoll bars when the VI is running. If you need to enter data or set options before running, then you should redesign the application with a "Go" button or a pop-up and not rely on the user to press the run arrow. Putting the controls inside a while loop would be sufficient and should be easy to do. It's that or live with visible scroll bars.

  • How to hide scroll bar in video player

    With iPhone in landscape position, when watching video using iPhone 5S' default video player, how can I hide the scroll/status bar at the bottom of the screen? It's obscuring large part of the video.

    Tap in the video window while it is playing. The controls should disappear.

  • TextArea horizontal scroll bar?

    Is it possible to have horizontal scroll bars in TextAreas? In html, the horizontal and vertical scroll bars automatically render themselves when needed. But that is not happening with the TextArea dropped on the design page from Creator's JSF Standard Components palette. Is there a setting somewhere to make the horizontal scroll bar show?

    Hi,
    This problem has been noticed earlier too and a bug exists for the same. In the meanwhile the following workaround is available which has been suggested by one of the engineers:
    1. Add a "div" tag enclosing "select" tag.
    2. Move the style attribute from "select" tag on "div" tag
    3. In addition, add an "overflow" attribute to "style" attribute on "div" tag and set it to "auto".
    <div style="left: 168px; top: 96px; overflow: auto; position: absolute; height: 192px; width: 192px">
    <ui:listbox binding="#{newPage.listbox1}" id="listbox1" items="#{newPage.listbox1DefaultOptions.options}" />
    </div>
    Please be warned that once you do, your page will not render well in designer. So this should be done once the app has been rendered and is ready for deployment.
    Hope this helps
    Cheers
    Giri

Maybe you are looking for

  • How to union results from 3 different dimensions in where clause with or - Mdx query

    Hi  I have a MDX Query and i need to pass the variable values to it by dynamically. Each time it will get any one attribute from three dimensions. Select  {} ON Columns, {} ON Rows  From Cube Where [Dimension1].[Attribut].&[Value] or [Dimension2].[At

  • Need Help with AirPlay

    I have a 3G Touch and my son has a 4G. We have an older Airport Express that is joined to our wireless network. The AE is connected to a set of powered speakers. It works great to play music from iTunes. I have never had a problem. The Mac is connect

  • My Nano Format Unknown after update

    I was in the process of updating my nano tonight with version 1.1. During the process, my computer crashed. Now I lost all my information and songs. It shows that I have version 1.1, but it lists the Format as "unknown" and the capacity at "0 Kb". iT

  • Cursors in Oracle 10g XE stored procedures

    I want to use a cursor in a stored procedure. I saw many examples on the net but none of them seem to work in Oracle 10g Express Edition. I am new to Oracle and any solution relevant to Oracle 10g XE is highly appreciated. Yosief Kesete

  • Unable to join 3 fact tables in obiee data model.

    Hi, I am unable to join the 3 fact tables in obiee rpd. If I join with 2 fact tables I got the data in repors, Once I add the one more fact table and join with related dimensions, I am getting nodata error. I am following all joins keys as per datamo