Scroll bars on a tab canvas

Hi
when I run my forms the scroll bar on the tab canvas is disabled. How can enable it?

hi
Scroll bar will be enable once the no of records in the block increases , when u have one or two records the need of scroll bar is unnecessary so it is disabled.
u try adding few records to the block and check for the scroll bar.....

Similar Messages

  • Scroll Bar/visibility in Tab canvas/with child blocks property false

    Hi Every one:
    I am working on a Tab Canvas which has a parent block with 2 child Blocks, I am able to hide all items in a child block depend on the value of Parent block but not been able to hide Scroll Bar.
    If any one can give me some ideas. would be a great help.
    Thanx
    null

    perhabs you can create an item which is disabled and no level and not visible and has the same width and heigth of the scrollbar or bigger and if you want to set the toolbar not visible set the item visible.
    (i don't know if you can understand my bad english)
    ~
    pascal

  • Drag JTabbedPane out of the main Frame and set scroll bars for the tabs

    hi ,
    Iam working on a Swing application . In it i have Six Tabs added to a single JTabbedPane. all the tabs are different class files . is it possible to drag any of the tabs out of the frame.
    how to add scroll bars for the tabs individually. i have tried adding JScrollPane to the main frame and add the JTabbedPane to the Scrollpane . the scroll bar was not visible and i have tried adding
    all the six tabs to the individual JScrollPanes and add the six scrollpanes to the TabbedPane .
    only the scroll arrows are visible , when i minimised or resized the application the scrollbars were not appearing .
    could any one help me to solve the above two problems.

    just trying.....
    public void mouseDragged(MouseMotionEvent e){
    // this event should be activated only when the Drag goes out of scope of the parent JFrame which i dont know how
    Component c=JTab.getComponentAt(JTab.getSelectedIndex());
    JFrameobj.getContentPane().add(c,"Center");
    }

  • Tabbed Panel...Scroll Bar (on second tab)

    OK...I got a nice scroll bar on my first tabbed panel. See:
    http://www.lasvegascountertops.com/beta/products/samples_granite2.html
    But when I click on the "Exotic" tab, I can't get a scroll
    bar and the panel height is different.
    Spry CSS is at:
    http://www.lasvegascountertops.com/beta/SpryAssets/SpryTabbedPanels.css
    JS at:
    http://www.lasvegascountertops.com/beta/SpryAssets/SpryTabbedPanels.js
    Any help?
    Thanks,
    Kevin

    I just added 3 or 4 more items to that tab and it's not
    showing up.
    What style do I add: overflow-y:scroll to?
    I added that to my .TabbedPanelsContent style already....to
    get the scroll bar on the first open tab.
    Kevin

  • Scroll bars in tab canvases

    How to enable scroll bars in a tab canvas in order to scroll through the tab canvas using forms 6i
    kamal Mukhtar

    Thanks!
    I found the setting for "Show Scroll Bars."  However, I can't find the setting for the scroll-bar width.  How do I adjust scroll-bar width?

  • Scroll bar in tab canvas

    hi guys
    iam developing a custom form using forms 6i
    this is my prob i have a content canvas and a tab canvas in my window i have abt 20 col in my one of tab and i want to use a scroll bar in one tab how can i get it can any one help me urgent
    ravi

    Well, you are kind of out of luck: no horizontal scrollbar for tab canvases.
    Still, here's what I did to solve this problem:
    - I make a stacked canvas that would display above the tab-canvas, having an horizontal scrollbar
    - on the when-tab-page-changed I write the code needed to get to show/hide the stacked canvas, depending on which tab activates.
    It's not so simple, still this works.
    If anyone has a better solution without using java beans or some other complications, I'd really like to know how.

  • Adding a scroll bar to tabbed panel content?

    I have set a specific height to tabbed panels and I don't
    want them to expand according to content. Instead I want to add a
    scroll bar to the tabbed panels. How can i do this?

    Sure it's possible.
    Edit the TabbedPanelsContent class in the CSS file.
    Add a specific height to it and then add an overflow:auto;
    rule to it.
    .TabbedPanelsContent {
    padding: 4px;
    overflow: auto;
    height: 200px;
    When styling Spry Widgets, for the most part, just think of
    them as HTML. Add a height and a scrollbar just as you would to any
    DIV.
    Hope this helps,
    Don

  • [FYI] FRM-92101 and scroll bar and form crash

    Forms 6i
    Windows 2k for app server.
    I have just spent three hours figuring out why I was getting a FRM-92101 when I deployed a form from my development app server to my test app server. Noted that the development server has patch 18 and uses cgi, not sure what patch the test server has but it uses servlet. Anyway the form worked perfectly on the dev server but would crash out with the error on entry in the form on the test server. Eventually I found the solution to be a scroll bar on a block, get rid of the scroll bar from the canvas and voila it worked. Ended up having to place the scroll bar on a stacked canvas to get it to work on the test server. I have already had to deal with a palette issue and those dark pink colours on deployment. Developed for a while on visual studio and never came across such annoying quirks as these.

    I use XP to develop so I was compiling it there and then copying it across to both servers. Should I compile forms on the app server where they are going to be served or have I picked you up correctly?
    Kind regards

  • PCUI HTML viewer Scroll bar

    Hi,
    We have a custom HTML viewer as one of the tab in PCUI application.It conntains a vertical scrollbar within it. That means while accessing the page we have two scroll bar one is browser scroll bar and another is within the tab.We don't want the scroll bar within the tab.
    If we check standard html viewer tabs ( configuration tab in orders, Questionaire tab) inside scroll bar is not present.
    How can we remove the additional scroll bar.
    Thanks in advance,
    Abdul Raheem S

    Sorry for bringing up this old topic.. but I did not find any other solution in the forums for my problem:
    Currently we are using the PCUI HTML viewer to display a seperate BSP Application on a tab page. Everything works perfect, exccept the fact that I always get the user authentication pop-up when accessing the tab where the html viewer is embedded. Strange thing is, that we are using SSO. If the user logon fails I get an error page, but after that when selecting the tab again the bsp application is displayed correctly without authentication.
    Has anyone experienced the same behaviour ? Did i miss something to implement in the BSP ?
    Thanks for the help !
    Rgds,
    Axel

  • Vertical scroll bar on tab page.

    Hello,
    I have to show vertical scrollbar on my tab canvas.
    I have one Content canvas on which I have 1 tab canvas with 8 tab pages.(sec1,sec2,sec3 ..sec8)
    I have another tab canvas(kind of seb section for the above and each has 3 tab pages) like
    Sec1 will have (sub sectiion tab canvas) which has again 3 tab pages 1.1,1.2,1.3 and soon
    now on the third tab page of the sub section or second tab canvas, I need vertical scroll bar to fit number of fields which are more than the tab canvas size.
    all are from the same data block
    Could you please help me. i tried by creating staked canvas but no luck.
    can you please let me know the procedure to be followed
    Thank you in advance.

    Could you please help me. i tried by creating staked canvas but no luck.What happened when you tried to use a stacked canvas?
    If the items in the area you want to scroll are all in the same datablock you can set the Scrollbar properties of the block to be displayed. This will enable scrolling of the items that are within the specific block. If you items are assembled from more than block, then using a stacked canvas is a better option for enabling scrolling within an area.
    Also, what is your Forms version?
    Craig...

  • Scroll Bar on Stacked Canvas [Solved]

    Hi,
    I am trying to do the following. I have a form FORM A. Another form FORM B is called with a click of a button on FORM A. FORM B is having 2 blocks each on a stacked canvas. BLOCK 1 is master block and BLOCK 2 is detail block. Table on which BLOCK 2 is based on has 200 columns. Below is the property set for this block.
    1. Number of Records Displayed: 1
    2. Record Orientation: Vertical (To see 200 columns vertically).
    Now issue is that only 20 records (columns actually) are displayed in the viewport. And user has to tab out to go to next record (column).
    I want to put a vertical scroll bar here so that user can scroll down. I am not sure how to achieve this. Will scroll_view work in this case?
    Forms Version: 6i
    Thanks and Regards
    Amit Trivedi
    Never Mind got it working now.
    Edited by: ATrivedi on Jun 18, 2009 5:06 PM

    Set the Block2 canvas property
    Show vertical Scrollbar -- yes
    Please mark helpful/correct
    kanish

  • Scroll in a tab canvas

    I have a master fixed horizontal toolbar
    attached to a 2 page tabbed canvas.
    The first page is a detail block of say 5 records displayed vertically.
    How can I add a scroll bar verically to scroll tru my columns as there are lots some 20 columns for the first tab page only.
    Or is it that I should not condider using tab canvas?

    You need three canvas.
    1) A tab canvas as the one you have built.
    2) second canvas on top of page 1 of the first one , and you built you first block with vertical scroll bar on it
    2) a 3rd canvas on page 2 of the first canvas.
    You should have a scroll bar with you click tab1 and hide scroll bar when you click page 2 tab.
    null

  • Scrolling Tab Canvas

    Hi,
    how do we achieve horizontal scroll in a tab canvas ? It doesnt allow to place a stacked canvas on a Tab canvas. Do we have to put a content canvas on top of a tab and then place stacked on top of content ?
    Regards,
    Suresh

    its simple
    - Create Stack canvas simple separately without any canvas with all necessary items buttons etc etc SET its X and Y position according to the visibility with the Tab page
    - on tab page there should not be any item
    - Write on WHEN-TAB-PAGE-CHANGED trigger at form level call that stack canvas
    Note: i dont remember exact system variable name right now :D :system.new_tab_page check online help
      if :system.new_tab_page = 'MYPAGE' then
          go_block('Myblock');
          hide_all_views; --- custom procedure to hide all other stack canvases
          show_view('MyStack');
    end if;- For ease u can set the same name of the stack canvas as tab page and block name if possible then the code would be simple
       go_block(:system.new_tab_page);
       hide_all_views;
       show_view(:system.new_tab_page);
    if responses are helpful or correct plz mark it
    Baig,
    http://baigsorcl.blogspot.com

  • Scroll bar and tab bar turn to images, images on a page repeat themselves

    I don't know exactly how to explain my problem so I'll just give some examples.
    - On youtube, video thumbnails copy themselves on top of the other video thumbnails, and sometimes I can see 2 or 3 same thumbnail, but when I hover the cursor above them they return to normal. The names or video links are unaffected, just the thumbnail.
    - On facebook and some other forums, same problem exists. One thing I noticed, it doesn't affect huge files, as in it doesn't replace huge images but copies something like 200x200 image to some other place.
    - Some of the tabs in tab bar and scroll bar sometimes turn into diagonal patterns, and scroll bar sometimes has the same problem I gave as example above. The grey default layer turns into an image. But hovering the cursor above it returns it to normal again.
    Any help is appreciated.

    Hi, thanks a lot for the support. I've found the solution!
    I've checked all of the installed programs on my system. All programs are from verified publishers.
    Actual problem was with graphic drivers. My laptop is Sony Vaio and therefore I had the recommended latest drivers (for my graphic card) available from Sony website installed. The graphic card is from NVIDIA GeForce. So, don't know why but I uninstalled all graphic drivers from the system and downloaded the latest drivers available for my graphic card hardware from NVIDIA website. Now the new latest drivers from NVIDIA solved the problem !!! Firefox is working perfect. No problem on any website.
    May be the same can work for other Firefox users also having this problem. No need to disable "hardware acceleration when available" in Firefox.
    Happy !!!! :D :D

  • 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;
    }

Maybe you are looking for

  • Using Javascript To UnCheck A Checkbox

    Hi, I have a select list with two options in. When one of them is selected I have two checkboxes that I want hiding and setting to unselected. I can hide and show them fine using *$x_HideItemRow* and *$x_ShowItemRow*, but when I hide them I want the

  • TS1506 How do I close an attachment in an email on my iPad?

    How do I close an attachment in an email on my iPad?

  • ASM use for small scale datawarehouse ?

    Hello guys, We are working on a Datawarehouse (ard 50G ) architecture with the following acquired environment: Single server X3650 M4 Dual CPU ( 16 core in total ) with 48G ram Oracle standard 10g x64 Windows 2008 x64 128 SSD x 8 IBM ServeRAID M5110e

  • Transaction figures

    Hi dears, Could you help me to understand this issue: What is the meaning of transaction figures? For what transaction figures are used? is there any document which contain the definition for transaction figures Note : similar thred was posted in the

  • How big is SCM/APO/Livecache/TM customer base?

    Becuase these products are not used by some sectors such as finacial sector, etc., they used to have a small customer base. I have heard that now more companies start to use it. Is that true?   Thanks!