Cuatom Forms: Loosing the Vertical scrollbar when resizing the Window

Hi All
I have developed a Custom Form. In that there is a Content Canvas and on the top of that I have put a Stacked Canvas so that i can get both the Horizontal and Vertical scrollbars. the form has more than 40 fields to display.
Folder tool functionality has also been added to the Form.
The form works absolutely fine and scrollbars too.
But when I am resizing the window (making the window size bigger or smaller by dragging the window on the Oracle Apps screen), at that time I am loosing the vertical Scrollbar. Other than Vertical scrollbar everything works fine.
Is there any way (any code) by which the Vertical Scrollbar will not disappear.
I would really appreciate if any one could guide me on this.
Thanks
Madhu

Madhu,
Please post your message in the Oracle E-Biz forum. This forum is for Non-EBS Forms development and everyone here may not have EBS Forms development experience.
That having been said, I encountered this about a year ago. If I remember correctly, we were able to resolve the issue by applying a Forms server patch to the Apps Tech stack. Please check Metalink to verify.
Craig...

Similar Messages

  • My vertical scrollbar sometimes resizes my window, and I have to exit out of Firefox when this happens. Why?

    Sometimes, when I try to move my vertical scrollbar up or down, the entire window will shrink or expand, and the only way to make this go away is for me to exit out of Firefox and then re-open Firefox. It seems to happen randomly, and often happens several times a day.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Show vertical scrollbar when 1D array only shows one element

    When showing only one element of one dimensional array, only the horizontal scrollbar can be displayed.  The vertical scrollbar visible option is greyed out.  Even using property nodes does not make it visible.  I have an array of clusters with many controls in each cluster that are aranged hozizontally across the front panel.  I'd like the user to see only one element (one set of controls) at a time and be able to scroll through them using a vertical scollbar.

    I think Brent's suggestion is very good.  Another hack would be to cover the additional array elements with a decoration so that you only see one element.
    Message Edited by vt92 on 04-21-2009 09:58 AM
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
    Attachments:
    need to scroll.PNG ‏14 KB

  • Vertical scrollbar when you start program

    hello,
    where do I set up when the program starts to show a vertical scrollbar?
    front panel is higher than the monitor and I do not see the whole FP.
    Thanks,
    Peter

    Use Maximize property, it will fit your FP according to screen resolution.
    Use Vertcal scrollbar property, set it to true or else go into VI properties>> Window appearance and select "Show vertical scrollbar"
    Gaurav k
    CLD Certified !!!!!
    Do not forget to Mark solution and to give Kudo if problem is solved.

  • When resizing a window the scroll bars disapear

    Using FF 4 on Mac OS when i resize a window below a certain point the scroll bars disappear (or fail to appear) and/or become partially obscured.

    Did you update the firmware (to Boot ROM version 4.2.8) before installing Tiger? See Mac OS X: Available firmware updates
    http://docs.info.apple.com/article.html?artnum=86117
    Did you use a universal install CD or a CD from another Mac model?
    OS X is really "picky" about the "quality" of RAM. Many RAM modules that operate OK in classic OS do not operate OK in OS X. How much RAM is installed & does it all show up in the About This Mac/Apple System Profiler when you boot in Tiger? Check with the added RAM out.
    Are you getting the Kernal Panic messages. Here's some links to look at:
    What's a "kernel panic"? (Mac OS X)
    http://docs.info.apple.com/article.html?artnum=106227
    Mac OS X Kernel Panic FAQ
    http://www.macmaps.com/kernelpanic.html
    Mac OS X Kernel Panic FAQ
    http://www.index-site.com/kernelpanic.html
    Resolving Kernel Panics
    http://www.thexlab.com/faqs/kernelpanics.html
    Troubleshooting
    The X Lab (Troubleshooting & Maintenance of OS X)
    http://www.thexlab.com/faqs/faqs.html
    Apple's Mac OS X Troubleshooting 101
    http://www.apple.com/support/mac101/help/
    OS X Routine Maintenance & Generic Troubleshooting
    http://www.macattorney.com/ts.html
    Prevent Mac Disasters
    http://www.macworld.com/2005/01/features/preventmacdisasters/index.php
    Cheers, Tom

  • Get scrollbar on resizing a window

    Hi,
    How can we get scrollbar when window is resized? I have already tried "Show horzontal scrollbar" and "Show vertical scrollbar" properties in Window. But not working.
    Please suggest.

    I dont understand your question properly. But I will try to answer your question.
    Try using trigger "when-window-resized"
    then use built-in function "set_item_property()" to set your horizontal and verital scorll bars.
    One more thing to check is that your Canvas size (height and Width) is atleast equal to Window Height And Width to show scroll bar properly.

  • Apply transition when Resizing AIR Window Stage

    I am using FLEX and trying to resize the AIR Application's
    Stage - I have a desk app that I want to expand out when I change
    state:
    The problem I have is that none of the Transitions I have
    tried work - it would be nice to gracefully slide down.
    Or maybe I'm doing it wrong???
    [Code]
    <mx:states>
    <mx:State name="normal">
    <mx:SetProperty target="{this.stage.nativeWindow}"
    name="height" value="84"/>
    </mx:State>
    <mx:State name="expanded">
    <mx:SetProperty target="{this.stage.nativeWindow}"
    name="height" value="500"/>
    </mx:State>
    </mx:states>
    <mx:transitions>
    <mx:Transition id="transition1"
    fromState="normal" toState="expanded">
    <mx:Parallel targets="{[this.stage.nativeWindow]}">
    <mx:WipeDown duration="2000">
    </mx:WipeDown>
    </mx:Parallel>
    </mx:Transition>
    </mx:transitions>
    [/Code]

    This is a bug! I uninstalled AIR 16 and installed AIR 15.0.0.356, and there are no striped lines on window resize. What to do?
    EDIT: New information:
    Those lines appear and dissappear on mouse move/hover. It looks like lines disappear on "redraw region". Lines are always visible only on right side of window.
    EDIT: More info:
    I think I found that bug is if you have smoothingQuality="high" like in:
    <s:BitmapImage source="{imgCls}" smooth="true" smoothingQuality="high"/>
    If I set smoothingQuality to "default", then there are no horizontal lines flickering.
    What got wrong with latest AIR so I have this issue?
    EDIT: I filed a bug: Bug#3928797 - Display problem when resize a BitmapImage with smoothingQuality="high"
    It looks it is related to: Bug#3923037 - Corrupted display of resized images

  • Error when resizing IE Window

    Hi Folks,
    I am a software tester for our company and have been trying
    to put Captivate 2 through our certification process. We came
    across an error and I was wondering if anyone else has seen
    anything similar... We start a new recording session, open up
    Internet Explorer and go to a web site (i.e. www.google.com) and
    resize the window. This results in an error - "Internet Explorer
    has encountered a problem and needs to close. We are sorry for the
    inconvenience." We click Close and IE shuts down. When Captivate is
    not recording we can resize the window without any issues. We are
    running Windows XP Pro with IE 6. My personal laptop at home does
    the same thing. I've narrowed it down to web sites that place a
    curser in a text box by default (the search box on Google, a web
    site you need to put in your credentials for). If a text box is not
    selected (the cursor is not blinking), then the resize works fine.
    Any ideas? I've been trying to work with the Adobe support
    and haven't been too successful getting help from them yet. So
    until I can end the run-around, I figured I'd post here.
    Thanks all!
    SJ

    Hi Rick! Thanks for the quick response! All the computers
    I've been using have IE 6. We are not able to upgrade to IE 7
    because we know it breaks some of our critical software at the
    moment. This happens in Software Simulation using any recording
    mode and it I've tried enabling/disabling different options under
    "Recording Options". I've also tried different resolutions and
    disabling hardware acceleration for the video card as Adobe
    suggested in their knowledgebase. All resulted in the error.
    I just knew someone would make a comment about resizing the
    window during recording
    Yeah, while I don't use Captivate for production
    myself, I know the people who do will definately come across this.
    In fact, one of the users who came by to try it out found the
    problem in the first place. And I found that management doesn't
    like workarounds (I tried convincing them) because once we
    "certify" it, then any problems become our problem. So I guess I'm
    stuck trying to find a solution
    It looks like I might finally have another chance to
    call Adobe, though, so I'll see if I can get anything from them.
    Thanks for your help! And if you happen to think of anything
    else, please let me know.

  • Viewing more than 9 Forms from the Window Menu Item

    Hi,
    I would like to know if you can list more than 9 Forms at one time from the Windows Menu Item before you have to select the MORE WINDOWS option to display the entire list of currently opened forms.
    Can this be set in the .mmb or some config file?
    It would be nice to have a list of about 12 Forms to choose from at one time before selecting the MORE WINDOWS option.
    Christina.

    Hi Frank,
    The Forms version our system uses is Oracle Forms 6i.
    A user would like to know if this scenario is possible during runtime.
    However, I would like to know what modifications can I make during design time to make this possible.
    Thanks.
    Christina.

  • Screen flicker when resizing certain windows larger ( browser window or services.msc window)

    Hello, I have a H535 Desktop running Windows 7 with a A10-5600 processor with HD7660D graphics.  When I make the Window larger by pulling it diagonally to the right and down or (in particular, the browser or services.msc windows) I get a black line or band that flickers or redraws the right and left sides.
    I noticed that this happens in Aero mode or using any of the Aero themes, and it doesn't matter if transparency is on or off. BUT, if I change to the Basic Theme or Classic theme no black flickering occurs.
    Now I checked my graphics card driver and it's updated with the most recent Lenovo AMD driver.  Even when trying to update the driver, it says that I have the latest driver installed. Also tried uninstalling some drivers and letting MS reinstall them. No Dice.
    Is this a MS issue?  Do any of you have the same issue when you make the Services.msc window larger by pulling diagonally to the right and down and the same time?
    Thanks.
    Grazzie

    Problem went away overnight i never did find out why it did it !!!
    tim

  • Table Autofit - Fixed Column Width not actually fixed when resize viewing window

    Using RoboHelp x8.0.2.208
    Generating HTML help (CHM)
    Set the Autofit property for a table as Fixed Column Width
    Generate the CHM file
    The table starts as the size specified
    If I resize the width of the HTML help viewer, the column width shrinks
    I tested generating this project as WebHelp with the same results
    I also went into the Table Properties and specified a Preferred Width for the overall table and for each column.
    I thought this option would set the size of the table based on how I sized it in source and would not resize the table as the viewing window is resized (either the HTML help viewer for CHM or the web browser window for WebHelp).
    It appears the actual behavior is to start at the size specified and resize columns as the viewing window is resized.
    Can someone tell me if I am not setting something correctly?
    As always, thanks for any assistance/direction.
    Michael F Weart

    The "Autofit" option apparently only applies to the Window size you have specified.
    Once you reduce the window size, the HTML table protocol takes over:
    WARNING, WARNING, WARNING!
    I need "this much" space for the widest element in column 1, and I don't care what your settings are.
    Next, I need "this much" space for the widest element in column 2, and I don't care what your settings are.
    Next, I need "this much" space for the widest element in column 3, and I don't care what your settings are.
    Next, I need "this much" space for the widest element in column 4, and I don't care what your settings are.
    etc.
    etc.
    By "widest element," I mean either an image or the longest text string with no separating spaces (ex: SYSTEM_DIAGNOSTICS_PARAMETER_EXTERNAL_ISSUER).
    If you absolutely have to maintain the table the way you want, you might try creating it in a scrap topic, taking a screenshot, and saving that as a GIF file.
    Good luck,
    Leon

  • G4/400 Tiger freeze when resizing a window.

    Hello all,
    I'm helping a friend move from System 8 to Tiger on his G4/400 "Sawtooth" model. The machine is somewhat usable but it is awfully touchy and the keyboard and mouse freeze seemingly at random. However if I open a Finder window, and resize it, it will happen pretty much every time.
    I suspected the video card or driver, and he's willing to upgrade the card, but I haven't yet seen anything on these forums or elsewhere to suggest that a Rage 128 should be a problem. I don't think he had such issues with System 8, but I'm not sure.
    I've tried most of the standard checks: hardware test, disk utility, etc. though I need to repeat them with the added RAM out.
    Any suggestions?
    thanks
    -M
    Powermac G4/400 "Sawtooth" Mac OS X (10.4.6) original mouse, keyboard, and VGA monitor

    Did you update the firmware (to Boot ROM version 4.2.8) before installing Tiger? See Mac OS X: Available firmware updates
    http://docs.info.apple.com/article.html?artnum=86117
    Did you use a universal install CD or a CD from another Mac model?
    OS X is really "picky" about the "quality" of RAM. Many RAM modules that operate OK in classic OS do not operate OK in OS X. How much RAM is installed & does it all show up in the About This Mac/Apple System Profiler when you boot in Tiger? Check with the added RAM out.
    Are you getting the Kernal Panic messages. Here's some links to look at:
    What's a "kernel panic"? (Mac OS X)
    http://docs.info.apple.com/article.html?artnum=106227
    Mac OS X Kernel Panic FAQ
    http://www.macmaps.com/kernelpanic.html
    Mac OS X Kernel Panic FAQ
    http://www.index-site.com/kernelpanic.html
    Resolving Kernel Panics
    http://www.thexlab.com/faqs/kernelpanics.html
    Troubleshooting
    The X Lab (Troubleshooting & Maintenance of OS X)
    http://www.thexlab.com/faqs/faqs.html
    Apple's Mac OS X Troubleshooting 101
    http://www.apple.com/support/mac101/help/
    OS X Routine Maintenance & Generic Troubleshooting
    http://www.macattorney.com/ts.html
    Prevent Mac Disasters
    http://www.macworld.com/2005/01/features/preventmacdisasters/index.php
    Cheers, Tom

  • RDP session freeze when resizing RDP window

    Hi 
    since last week friday a user reports a freezing RDP session when he resize the RDP window (to move the session window to another screen (PC has 3 screens connected)) of a  . The RDP target is a windows 2008 R2 RDS. Last Friday there were many MS updates
    installed on this PC.
    I determined that the issue must be related to the PC, if user connects from another PC to RD-Server the problem doesn't exists. But i have no starting point to search for the reason. There are no warnings or errors in local eventlog. RDP connections to
    another RD-Server work fine.
    Any hint where to start to solve this issue?
    Regards Carsten

    Hi Carsten,
    Thanks for the reply.
    It seems that the user has updated his RD client to RDP 8.0. If so, please note that Aero Glass is not supported.
    Description of the Remote Desktop Protocol 8.0 update for Windows 7 SP1 and Windows Server 2008 R2 SP1
    http://support.microsoft.com/kb/2592687
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • My subscription for plus is valid but I cannot access my forms in the Windows program.  I can see them by logging on with a browser but not in the app.  Air is updated.  Help.

    Need help as I prefer using the App to having to use a browser

    You can try using this tool to first remove all traces of Reader from your computer:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, you can download the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/
    After downloading, restart your computer and run the installer before doing anything else.

  • TextEdit UI element, no vertical scrollbar

    Dear all,
    We are using TextEdit UI to fill a text.
    But we want  to desactivate the vertical scrollbar when user is typing return carriage character.
    Is there a possibility to desactive the vertical scrollbar or catch return carriage character ?
    We are in EHP7.
    Thanks a lot

    Hi Aurélien ,
    You should set the 'wrapping' property of the textEdit UI to soft.
    Please refer to the link below for more information:
    TextEdit Properties -  Web Dynpro ABAP - SAP Library
    Regards,
    Ashvin

Maybe you are looking for