Browser window scroll bars

Can anyone help with ensuring Scroll bars are functional on
browser window?

Rob,
Thanks for staying with this. Unfortunatly, I am not getting
scroll bars on Mac or PC, IE, Firefox and Safari. I called Tech
Support and they told me the same thing. They suggested a fix of
placing an empty paragraph after the embedd tag, which I did and
vertical scroll bars appeared. It does not scroll the whole movie
however.
I use the default html generated by Flash with the new Active
content .js file.
If you go to these sites, you can tell me if you see scroll
bars.
http://www.alphagraphicsseattle.com/bba/
and
http://www.djsloth.com/

Similar Messages

  • Column freez using browser based scroll bar

    hi all,
    i got some solution to freeze columns using scrollbar its really nice,
    but i want to freeze columns , i have to use browser based scroll bar instead of report scroll bar, when i scroll mouse then report headers will locked at starting position of page and then only data will vertically scroll without scroll bar in report.
    can anybody help me.

    no, no, that's just a regular finder window. I don't have any finder extensions. That's just a regular finder window that happens to have a folder with the CDFinder application in it.
    Here's another example:
    BEFORE clicking the last .ffx file in the list:
    http://picasaweb.google.com/lh/photo/aP7B8IO6c76v1Y_5w8TxXw?feat=directlink
    AFTER the first click:
    http://picasaweb.google.com/lh/photo/ahQ4EvvkMzcVhXMppvedOw?feat=directlink
    The second click of a double-click gets lost on the horizontal scroll bar.
    Are you saying you never get a horizontal scroll bar, or just that whenever a horizontal scroll bar appears it doesn't ever cover a file?

  • Not to display window scroll bar on the layout

    Hi all,
    when i am seeing the o/p layout in that i dont want to display window scroll bar kindly tell me how to solve this issue.
    Regards,
    Naveen

    hi,
    sctroll bar in window can't be controlled if your layout is broader so you will need to make your layout such that it fits in the o/p window.
    thanks,
    sahai.s

  • Window scroll bars for toolbar canvases

    Is there any way for window scroll bars to work for toolbar canvases. I am working in Oracle Forms 6i.

    deleted - wrong forum, try the swing posting

  • How to scroll within a datagrid without the browser window scrolling as well

    Hi,
    I have a datagrid with a vertical scrollbar. When the mouse
    is over the datagrid i'd like to use the mouse wheel to scroll
    through its contents. However when i do this the main browser
    window (which also has a vertical scrollbar) scrolls as well. How
    can i prevent the main browser window from scrolling when the mouse
    is over the datagrid so that only the contents of the datagrid
    scroll?
    Thanks

    I found some javascript code that solves this problem. Credit
    for the code has to go to the person who wrote the excellent
    article at the following link:
    http://www.switchonthecode.com/tutorials/javascript-tutorial-the-scroll-wheel
    If you read this article the code below should make sense.
    From this article i used the hookEvent and cancelEvent
    functions. In my particular case I embed the SWF object inside a
    JSP page using some javascript code. After the SWF is loaded i
    added the following line of code:
    hookEvent('my_swf_id', 'mousewheel', handleMouseWheel);
    where handleMouseWheel is defined as follows:
    function handleMouseWheel(e)
    if (document.getElementById("my_swf_id"))
    document.getElementById("my_swf_id").focus();
    return cancelEvent(e); // This is the key to the solution...
    When the mouse is over the datagrid in the SWF i can use the
    mouse wheel to scroll its contents without the main browser window
    scrolling at the same time.
    Thanks to all who took time to post their ideas, it was
    appreciated.

  • MDI Window Scrolls Bars Displayed

    We are having a problem with scroll bars displaying that we don't need or want. This happened when we converted from forms 5.0 to 6i. We have the window scroll bar properties set to "no", when-new-window-activated trigger has: SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);
    SET_WINDOW_PROPERTY('SITES_REF_WINDOW',WINDOW_STATE,MAXIMIZE);. We've also tried this in the when-new-form-instance - with no luck. We've also played around with canvas and window sizing. How do we get rid of these extra scroll bars??

    If you are in Client Server you can run in Single Document Interface mode - USESDI=YES on the command line

  • Finder window scroll bar behaviour

    Hi folks,
    In a finder window in icon view normally I can scroll down to the end, go up to the enclosing folder and then back into the starting window and the scroll bar will be at the bottom, where I left it, which is perfect. Just recently it will always postion itself at the top of the window now, which is annoying to say the least. Any thoughts on why the finder behaviour changes apparently at random. I don't think there is a full moon tonight...
    Cheers,
    Matt

    Any other ideas?
    Yes just one more. Playing around with this in Finder, if the window is open wide enough there is no jump back. Least that's how it works for me, and I do keep that 'spring thing' deselected as a matter of course.

  • How can i change the window scroll bar property at runtime...???

    hi all ,
    can i change the Window's (Forms window) "Show horizontal scroll bar property" at runtime, i mean programatically... Is there any property which i can set....??
    Thanx in advance
    Regard's
    Prasad

    There is no property there for your required task.
    Hassan

  • Active X web browser vertical scroll bar

    Does anyone know how I can hide the vertical scroll bar on the right of the
    Active X Web Browser?
    Bill

    Bill,
    The bar appears as soon as the contents don't fit the container anymore.
    If your displaying a html file of your own, make the body tag like this:
    This will remove the scrollbar.
    I'm not sore if it is possible to remove the scrollbar in the container for
    every page you load. The scrollbar is a property of the page, not of the
    container!
    If you need it for any document, take a look at the Document property.
    Convert it to a MSHTML.DispHTMLDocument, and use the ExecCommand method.
    This might be a way to hide the scrollbar (but I cannot garantee it). Close
    the ref!
    Regards,
    Wiebe.
    "Bill" wrote in message
    news:[email protected]..
    > Can anyone figure out how to hide the vertical scroll bar aft
    er putting a
    > Microsoft Web Browser component in an Active X container? (p.s. It looks
    > like it's not there at first... but, as soon as you run the VI it
    appears!)
    >
    > Thanks,
    > Bill
    >
    >

  • Scroll Bar Disable/Enable

    I need a code that will enable and disable the browser window
    scroll bars when the browser window is resized smaller than my
    MovieClip (800x650) and will disable them when the browser window
    is bigger than the movie clip.
    I have my publish settings set at 100% and becuase of this it
    does not allow the browser scroll bars to be enabled/disabled.
    Thanks In Advance For Any Help You Can Provide!

    Hi mbhatti2000,
    - Could you put up a small example of what you mean?
    If you just want to disable the array indicator and gray it out, then you can use the property shown below.
    Regards,
    Peter D
    Attachments:
    DisableIndicator.vi ‏9 KB

  • Scroll Bar Enable/Disable

    I need a code that will enable and disable the browser window
    scroll bars when the browser window is resized smaller than my
    MovieClip (800x650) and will disable them when the browser window
    is bigger than the movie clip.
    I have my publish settings set at 100% and becuase of this it
    does not allow the browser scroll bars to be enabled/disabled.
    Thanks In Advance For Any Help You Can Provide!

    The scrollbar can be placed on a separate stacked canvas, the same dimensions as the scrollbar. Then the canvas can be shown or hidden.

  • Scroll Bar on Window

    Hi. I have a form where the canvas/window is long. As such the Window has a scroll bar that the user can slide to move the canvas up and down within the window.
    Are there any programmatic controls for this? 1) After the user commits their changes I'd like the window to scroll back up to the very top. 2) I'd like the user to be able to use the Page Up/Down keys to move this scroll bar - is this possible?
    Any help would be greatly appreciated.

    Hi. This is the code in my Key-Commit trigger:
    -- SAVE AND CLEAR THE FORM
    go_item('rcpt_mpi.mailpiece');
    clear_form(do_commit);     
    DO_TRIGGERS.ENTQRY;               What do you mean when you say the item at the top of the form should not be visible? Do you mean that the 'visible' property of the item should be set to 'false'?
    Right now the item at the top of my form is the first field the user interacts with ('rcpt_mpi.mailpiece'). When the Window scroll bar is at the bottom then 'rcpt_mpi.mailpiece' is not visible simply because it has simply scrolled off the screen. When I save (F10) the data is saved, but the scroll position doesn't change. And when I scroll up manually I find the cursor is sitting in the 'rcpt_mpi.mailpiece' item. So the problem seems to be that the focus isn't changing to 'rcpt_mpi.mailpiece' even after the go_item.
    Any thoughts?

  • SCROLL BAR OF WINDOW DOES NOT APPEAR IN THE WEB

    Hi OTN Memebers,
    My problem is in one of my form the canvas type is content. It's
    size is bigger than that of windows size. When i run the form in
    the client/server enviroment, the window scroolbars are
    displayed. But when i try to deploy the from on the web , the
    window scroll bars are not displayed.
    Any solution for this. Please help me out.
    Feroz.
    null

    Feroz A. Khan (guest) wrote:
    : Hi OTN Memebers,
    : My problem is in one of my form the canvas type is content.
    It's
    : size is bigger than that of windows size. When i run the form
    in
    : the client/server enviroment, the window scroolbars are
    : displayed. But when i try to deploy the from on the web , the
    : window scroll bars are not displayed.
    : Any solution for this. Please help me out.
    : Feroz.
    This is a VERY OLD known problem with the product. The solution
    is to put your content canvas on a stacked canvas and give the
    stacked canvas scroll bars. Then disable the windows scroll
    bars, otherwise you'll end up with 2 sets in Client/Server
    mode...
    Mark
    null

  • How to create an MenuBar that stays at the top of the browser windows?

    We are trying to develop a screen in WDA. It has a menu (UI element MenuBar) at the top. Based on the menu selection it calls a WDA to display below the menu. The requirement is to have the menu bar be stationary. The bottom container (TransparentContainer) with the WDA object is allowed to scroll, but the menu on top should not move. The scrolling should be dynamic based on the browser window. The bottom WDA can have more data then can fit on the screen.
    How can we make the menu stationary and the called WDA scrollable? The scroll bars should automatically update due to different browser window sizes.

    Hi,
    Thanks for your response. Our system is functioning on SAP Ver. 7.00, Service Pack 16. I do not know when or if we will be getting the upgrade to 7.01 or 7.02.
    As far as separating the menu and the actual view, each menu selection leads to the loading of a different WDA view inside the TransparentContainer by dynamically linking the ViewContainerUIElement to different WDA views. The trouble here is that when the View becomes too large, we will have to scroll off to the right or down to see additional content. This results in the menu not being accessible unless we scroll back. The requirement is to have the menu stay at the top of the page no matter how the user scrolls through the secondary view container below the MenuBar element.
    So far our best solution was to place an arbitrary pixel size to the TransparentContainer of the view, generating in-window scroll bars for the menu-controlled view. The MenuBar always stays visible because it is on top of the scrollable container. However, with varying screen sizes, set-pixel-size is not an ideal solution. I am hoping that there is a more elegant solution than set pixel size since % does not work with height size setting.
    Are there any ways to achieve this via 7.00 layout settings? Or perhaps a method to detect browser window size? Any ideas are greatly appreciated.

  • What happens when the scroll bar moves to the bottom by itself?

    When I am browsing, the scroll bar moves downward all of sudden to the bottom of the arrow. When you click on the scroll bar to move the page back to the top, it automatically moves back the scroll bar back to the bottom of the page. I have tried reloading the page, going forwards and backwards, and refreshing the page but it still does this problem. The only way to fix this problem is you have to close Firefox and reopen the browser. Is there a solution?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Pairing new wireless keyboard to imac?

    Old wireless keyboard crapped out; replaced with a new one. My iMac is password protected and the keys on the old aren't working so I'm trying to figure out how to get past sign on screen to pair up the new keyboard. Please help me!

  • Checklist for Single-sourcing

    Hi all, I have a project that is written with RHX5 and delivered as a CHM. This project is two years old now, is mine right from the start and pretty much looks as I wanted it to look like :-) Now, the bad guys have rebranded the product that this CH

  • BEx Analyzer error in loading DLL

    Hello I have problem with BEx Analyzer. Each time I try to open it, there is an error message:  Microsoft Visual Basic Error in loading DLL . Last weak it was working! Do I need instal latest patch or what happend? Thanks for reply. Edited by: Marcel

  • Servlet executing a lot of actions

    I have a client (applet) I have a server (servlet based) my servlet is supposed to take a long time to execute (10 mins) the client do a request but the connexion is lost 'cause it's to long My first idea was to create a thread from the servlet. THe

  • Stange behavior of filter

    Hi, I've created a filter where year and month are prompted. In dashboard I've added my prompt and the report with the filter applied. So far that's working like expected, changing year and month in prompt filters the report. But when I set the year