Forms4.5 - Horizontal Scrollbar on window not working

I have a form in Oracle Forms 4.5.8 where the fields in the
block take up a space much wider than the window.I have created
a horizontal scroll bar on the window that contains my content
canvas-view - it displays but is disabled.And I can't figure out
how to enable it.I've tried resizing the window and the canvas
but nothing works.I can tab through the fields in my block and
the window moves accordingly so I can see the field that has the
current focus but I can't use a scroll bar to see the fields on
my canvas.
I would appreciate any help you can give me
Thanks
null

Check in the form property sheet whether the mouse navigation
limit is set to form.
Thanks,
Syed.
Barry (guest) wrote:
: I have a form in Oracle Forms 4.5.8 where the fields in the
: block take up a space much wider than the window.I have
created
: a horizontal scroll bar on the window that contains my content
: canvas-view - it displays but is disabled.And I can't figure
out
: how to enable it.I've tried resizing the window and the canvas
: but nothing works.I can tab through the fields in my block and
: the window moves accordingly so I can see the field that has
the
: current focus but I can't use a scroll bar to see the fields on
: my canvas.
: I would appreciate any help you can give me
: Thanks
null

Similar Messages

  • Horizontal scrollbar for JComboBox - Not workable under Mac

    By referring to this thread Re: Horizontal scrollbar for JComboBox across multiple look and feel I try to provide horizontal scroll bar for JComboBox to my clients.
    private void adjustScrollBar() {
        //if (this.getItemCount() == 0) return;
        Object comp = this.getUI().getAccessibleChild(this, 0);
        if (!(comp instanceof JPopupMenu)) {
            return;
        JPopupMenu popup = (JPopupMenu) comp;
        // Works fine under Windows and Ubuntu Linux
        // However, in OSX 10.6.4
        // javax.swing.Box$Filler cannot be cast to javax.swing.JScrollPane
        JScrollPane scrollPane = (JScrollPane) popup.getComponent(0);
        scrollPane.setHorizontalScrollBar(new JScrollBar(JScrollBar.HORIZONTAL));
        scrollPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
    }The above code will cause ClassException under OSX 10.6.4. (Works fine for Windows and Linux)
    Any suggestion to resolve this problem. Sorry. I do not have a Mac machine. Hence, can't experiment out much with it.
    Thanks

    The following code works quite well for me.
        private void adjustScrollBar() {
            final int max_search = 8;
            // i < max_search is just a safe guard when getAccessibleChildrenCount
            // returns an arbitary large number. 8 is magic number
            JPopupMenu popup = null;
            for (int i = 0, count = this.getUI().getAccessibleChildrenCount(this); i < count && i < max_search; i++) {
                Object o = this.getUI().getAccessibleChild(this, i);
                if (o instanceof JPopupMenu) {
                    popup = (JPopupMenu)o;
                    break;
            if (popup == null) {
                return;
            JScrollPane scrollPane = null;
            for (int i = 0, count = popup.getComponentCount(); i < count && i < max_search; i++) {
                Component c = popup.getComponent(i);
                if (c instanceof JScrollPane) {
                    scrollPane = (JScrollPane)c;
                    break;
            if (scrollPane == null) {
                return;
            scrollPane.setHorizontalScrollBar(new JScrollBar(JScrollBar.HORIZONTAL));
            scrollPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
        }

  • New Browser Window not working on My Mac Intel pro

    I have set a behavior in Dreamweaver CS3 to open a new
    browser window to a set size and to only show scroll bars if
    needed. I have left all other attributes unchecked. This is not
    working for me. Can you tell me how to make a new browser window to
    my settings using the behaviors in Dreamweaver CS3? I do all the
    steps right. what do I do when I follow all the steps for setting
    up a new browser window correctly and it doesn't work!? The new
    browser window never pops up even when i use an image map. The
    Behavior is not working correctly and I even re-installed
    Dreamweaver CS3. I am on an intel based mac pro. Running Firefox
    version 3 and Safari 3.1.2 on Leopard. I have done this several
    times before and it has worked. but that was before Leopard. Here
    is my code:
    <area shape="rect" coords="4,3,78,77" href="#"
    onClick="MM_openBrWindow('images/02.jpg','','width=378,height=504')">
    The only way I can get it to halfway work is add it into the
    link area
    on the properties panel. The window will then open but not to
    the
    specified size.?
    please advise as this is taking a long time to figure out!?

    Schafer Design wrote:
    > Yes site is live! However I have been able to figure out
    how to make them pop
    > up with the picture in the new window but now it will
    not fit to the size of
    > the picture? I think it is time to take it live so I can
    see how it acts on the
    > server. the site is
    http://www.davidmyersdesign.com.
    Also having a rollover
    > problem on the portfolio and contact page.
    > Dreamweaver is not so dreamy to me right now!
    >
    This is an unusual way to go about doing this. Typically you
    simply put
    the thumbnails up on the page rather than combining them into
    a collage
    and then adding imagemaps to that.
    Nevertheless, it can be done.
    You have code like this:
    <area shape="rect" coords="0,0,80,80" href="images/12.jpg"
    target="_blank"
    onClick="MM_openBrWindow('images/12.jpg','','width=378,height=504')">
    Try adding
    ;return false
    to each like this:
    <area shape="rect" coords="0,0,80,80" href="images/12.jpg"
    target="_blank"
    onClick="MM_openBrWindow('images/12.jpg','','width=378,height=504');return
    false">
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Windows not working, please help me

    Hi ... I have a problem with windows 8 in my macbook pro, in the past year it happens twice, first time it was solved by itself and now happened again and take too long around tow weeks, the problem is " Whenever i turn the windows 8 it just gives me the windows 8 logo then usually gives me black screen but you can hear the computer working and some times after the windows 8 logo appears it come a blue background with message said " it looks like windows hasn't loaded correctly ", and with tow options restart ( and it dose not works with me ), and use advanced tools ... pleaaaase i need help i dont know what to do.
    Best Regards,
    Amro

    Windows 8 Support

  • Batch window not working. Help,plz its urgent!!

    My batch window is not showing up stuff that I have submited from compressor, FCP still says its exporting but file does not work afterwards.
    G5   Mac OS X (10.4.3)  

    You might want to check this note from Apple:
    http://docs.info.apple.com/article.html?artnum=93234

  • Save as window from modal window not working

    when i try to open an excel document from modalwindow, the download window appers, asking for "save as" or "open with". but there is no name of the file to be downloaded. and nothing happens when i click ok or cancel button. but from a normal window this works fine. the problem is only with modalwindow which i am opening using the javascript code showmodaldialog. How can i solve this. please help
    == This happened ==
    Every time Firefox opened

    Hello.
    Although possibly not related to your problem, I will remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. Furthermore, it has known bugs and security problems. I urge you to update to the latest version of Firefox, for maximum stability, performance, security and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].
    As for your problem, you may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Preview Window Not Working

    Problem:
    The preview window in the top right of iMovie 08 does not work. It is either checkered or black.
    Possible Solution:
    If your iMovie project is using video from an event that has a lot of video in it, split that event up. Do this via right click->Split Event Before Click.
    Background:
    When I would start up iMovie '08 (7.1.4) everything worked fine until I clicked on a certain project that I had made. Then the preview window would not work--it showed a blank screen or was checkered, even though the audio would play. Weird things would continue to happen, and none of the other projects would play in the preview window, it seemed to get progressively worse.
    The project used video from an even that had a lot more video in it than other events I was using. It had 45:45 and the others less than 30min. I split the event up half way via right-clicking about half way and then selecting "Split Event Before Clip". This split the event into two events, and everything works fine now. (When you split the event, you need not worry about messing up your project, it knows that you have split the event and can still find the video.)

    Well, I just seemed to have solved the problem...at least as I was experiencing it. As mentioned, I have my Motion content on an external drive, so I decided to revisit this.
    I had installed all my Final Cut Studio content on the external drive using the "Content Installer" (after first installing the apps to my laptop). When opening Motion for the first time, it couldn't find the content so I manually typed in the appropriate path...or so I thought:
    250GB Drive : Final Cut Studio Content : Motion Content.
    Oddly enough, a few things worked this way, but not everything. It turns out I had to specifically point one folder deeper:
    250GB Drive : Final Cut Studio Content : Motion Content : Motion
    After doing this, all my content seems to preview, although there still are a few anomalies. Some things have to be clicked on more than once to preview, or sometimes I must preview something else first, then try the desired effect a second time. In some cases waiting quite a while produces something.
    I'll try moving the cursor about as Mabou suggested and see if that makes any difference.
    At least I'm getting somewhere!
    Thanks,
    Doug

  • Going to files by typing in Finder window not working

    My entire life using Mac OSX I have opened finder windows and then began typing the name of the file or folder I wanted in order to get the finder to select that file/folder.
    For example, if I have my home open I just type "Do" and the Documents folder gets selected. Then I can hit Cmd-O to open it.
    This stopped working today, and I'm perplexed and annoyed about it.
    I installed the Security Update 2006-007 last night and so I'm wondering if that broke this.
    Anyone having the same problem/know how to fix it. Not being able to do this is making using my computer significantly more annoying.
    Thanks you!
    PowerBook G4   Mac OS X (10.4.8)  

    Also, I just tried clicking on the sidebar (I tried applications, desktop, and documents) and it will not navigate away from this window. If I exit the window and open a different finder window, it works. So what is it about this particular folder?

  • Finder window not working properly

    This only just started happening, and it only seems to be happening to one or two folders...
    First of all, this is what it looks like
    as you can see, the file names look funky.
    Also, if I edit a picture or delete one, it doesn't register the change unless I exit the folder and bring it back up.
    Anyone know what's going on here and how I can fix it? This also happened when I tried to make a ringtone a few weeks back. I am running Yosemite.

    Also, I just tried clicking on the sidebar (I tried applications, desktop, and documents) and it will not navigate away from this window. If I exit the window and open a different finder window, it works. So what is it about this particular folder?

  • BP Transaction Horizontal scroll bar is not working

    Hi,
    Horizontal Scroll Bar Not working for Marketing Attribute after Upgradation from Crm 6.0 to EHP 7.02
    Scroll bar need to be Enabled or active Please suggest any OSS Note or any Idea in doing this .Please help me out
    Thanks & Regards
    Srinivas

    Hello,
    Not sure to understand the issue here. If you are using CRM7 EHP2, you should user WebUI/IC to manage BP. SAP GUI is no longer supported.
    Best regards,
    Sylvain AGUETTAZ

  • BI PUBLISHER DOWNLOAD Link  for MS windows not working

    Dear Admin,
    The following link for BI PUBLISHER download on MS windows is not working could you please help ???
    following is the error message
    http://www.oracle.com/errors/404.html
    TA
    s

    Dear Admin,
    The BI Publisher link for windows is not working ........pls pls reply and let me know
    ta
    s

  • PC Suite with virtualized Windows NOT working

    PC Suite (6.83.14.1) is not working with a vitualized OS, i tested it with
    Linux (Ununtu) 7.10 as Host OS
    VirtualBox 1.5.6 with USB support
    Guest (virtualized) OS tried: Windows 2000, XP Sp2/3 and Vista sp1
    The phone (nokia N73) connected bij USB is recognized, the modem is working, but wen connecting the phone it comes with an error:
    "PC Suite does not recognise the connected phone. The connection between the PC and the phone failed, error code 0x80044403. Switch off your phone, switch it on, and try again."
    in Windows management the phone is recognized, correctly
    as "Nokia N73 USB Phone Parent" and below that device:
    - Nokia N73 as: COM3, Generic, Modem, en 2 OBEX devices.
    also below "Ports" the phone is visible as USB(COM3)
    Al (!) my other USB devices like USB stick's USB-DVD-recorder are working fine.
    also Windows CE-devices, like a Navman (Windows CE), connected by Microsoft activesync are working perfect.
    PC Suite is necessary to run firmware upgrades!
    So, it lookes likes a PC Suite problem, while everything is functioning except PC Suite.
    Message Edited by rolandbreedveld on 27-Mar-2008 12:11 PM

    PC Suite ver 7.0 is NOT working with virtualised OS. I have tested on OpenSuse 11.0 as HOST OS with SUN xVM VirtualBox Graphical User Interface 2.0.2 with USB Support enabled. The Virtualised OS is Windows XP with all Service Packs / Windows updates loaded.
    The Phone E90 Communicator is connected via USB
    In Windows management the Phone is recognised as Wireless Communication Devices --> Nokia E90 Communicator USB Phone Parent.
    When connecting the Phone it shows an error:
    "PC Suite does not recognise the connected phone. The connection between the PC and the phone failed, error code 0x80044403. Switch off your phone, switch it on, and try again."
    PC Suite is required to backup the phone, etc so that I can use the E90 in Virtualised Windows on OpenSuse 11.0.
    Would Love to have this working. Hate using Windows only to access the Phone since OpenSuse 11.0 is my primary OS. I will have to reboot the system, select Windows XP if all I have to use Windows XP is for accessing the Phone.
    Appreciate a revert at the earliest.
    Live every day like it is your last.
    You have only 1 lifetime , NO matter what different religions tell you. DO good in all that you do.

  • Photo stream on windows not working

    Hello
    Since a couple of days the photo stream between my devices and my pc is not working.
    i cheked all the settings on the devices and in icloud for windows... all is correct
    but the photos still don't appear automatically on my pc...

    the page is not that much helpful.
    i tried to add a photo to the the stream from my PC. i can see the photo on my iPhone but not in the folder "My Photo Stream" on the laptop...

  • Trust ALL root Certifications in Windows not working for non-Admins on Terminal Server

    I have been trying to setup a verification process that will allow us to us Active Directory Certifications to verify signatures. I have finally found the setting to use the Windows Store after not getting Adobe to query our Certificate Authority. It works great on our local desktop where users have Admin access, but when users do it on our Terminal Server it does not allow it. I thought the issue was access to a configuration file in the Adobe directory, but I found the setting in the Registry set correctly. But does not work correctly. One additional note is I had noticed that after I enabled it on a Non-Admin, is Adobe would say it crashed after I shut it down.
    My question is what type of privilege do you need, or maybe Adobe need to access the Windows Cert Store from a Terminal Server with a non-Admin because it is not validating after confirming the Setting is enabled.
    Thanks,
    Donavan  

    hello, since version 26 firefox is able to auto-update on windows even for non-admin users (when the mozilla maintenance service is getting installed in the original configuration): http://www.mozilla.org/en-US/firefox/26.0/releasenotes/#whatsnew
    those would be the auto-updates provided by mozilla directly - so i'm not sure if this is something that would fit in your environment. installing the .exe file of a new version (available at [https://www.mozilla.org/firefox/all/]) on top of an older version will also update the program.

  • Back button in new window not working

    When opening a new window and navigating to further pages the back button is still grey and does not work.
    When opening a new tab in the same window and navigating to further pages it works correctly.
    Therefore the problem is only when opening a new page.
    This is different to problems other people are having on this forum as they have problems on all tabs/pages.
    Mac OSX 10.4.11
    Firefox version 3.6.17

    Thanks cor-el for the reply. Your reference to Add-on was very helpful.
    It was the add-on called Image Tweak that was causing the problem.
    Just as a side point and this is aimed at Firefox, as usual the instructions within the help section of Firefox are for PCs and not Macs. The basic instruction for Safe Mode does not seem to apply to Macs even the 'Hold down shift key' instruction.
    Putting in 'Start with Safe Mode Mac' in the search facility comes up with 294 results - none about starting in safe mode.
    Thanks again cor-el.

Maybe you are looking for

  • Problem with the way fonts display in Internet Explorer

    Howdy. I built a site about a week ago (first crack at this). It has quite a bit of content but seemed to be fine on Safari, Netscape and Firefox. I checked it out at work on a PC with Internet Explorer 6 and there were typography problems. I intenti

  • Libraries not working (CC sync is connected) what's wrong?

    Hi All, I'm having a bit of an issue with the CC libraries / assets showing up within Illustrator / InDesign since I updated these apps a few days ago. Before the update, I use to have 4 items in my Libraries, 2 created by myself, and 2 from the mark

  • How to cache portal pages using VSAT

    We have a big customer who is using portal via vSAT. on the other end of the vsat customer has caching box, which will cache all the GIF's, CSS, HTML and other static. When we use portal through vSAT, Portal generates every page with pragma no-cache

  • No equalizer on the Lumia 800?

    It looks like the 800 doesn't have an equalizer.  Are there plans to add it in an update or as an additional download? It's a sad omission for a phone that's advertised with decent headphones.  Thanks!  

  • Wi-fi diagnostic doen't appear in my MAc with OS 10.8.2. Anybody can explain it? TKS Gabriele

    I need to check my Wi-fi connextion that seems very unstable in the last period. I check what software to use and Wi-Fi Diagnostic, the on board utility, semed to be useful but........i did not finf it!! I use the icons on the top of the desktop but