Scroll bar does not work when creating a datalist

So I created a very simple vertical scrollbar from 2 stretched rectangles (a thumb and a track). I also grouped a text field and a square together, that would make up the list items.
Next, I selected the scrollbar and the list item, and created a data list from them. When I tested the project, however, I could move the scrollbar without any problems, but the items in the list did not move. I also tried adding some more items to the list, which didn't help either.
Then i tried using the component from Flash Catalyst, instead of my "home-made" scrollbar. Making a data list out of this, and testing the project gave the desired result.
I'd really like to use my own made scrollbar here, and I have the feeling that I missed something completely obvious on the way that I forgot.
Note: I checked several times if I had forgotton to "edit the parts" of the scrollbar and data list, but I had selected all the parts as required.

What you can try if the above doesn't work, is deleting the scroll bar from your Data List, and then dropping it back in from the Library. The act of re-adding the scrollbar may get you the desired behavior.
If that doesn't work, you will probably need to post your project so we can take a look.
-Bear

Similar Messages

  • The dropdown list in the address bar does not work when clicked

    In the address bar the dropdown list icon does not work when clicked. I have tried resetting everything in safemode and it still doesn't work. When I click on the icon it just highlights the entire address line.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    Also check the setting in:<br />
    [http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Privacy > Location Bar: When using the location bar, suggest: History, Bookmarks, History and Bookmarks

  • Scroll bar does not slide when dragged using curser in word

    I need answers to two questions.
    1.   How to maximise a word document to full window size.
    2.   Why the side scroll bar of a document does not slide when dragged.
    3.   Am very  used to the "delete", "page up and page down" keys and cant find them on keyboard.
    Thanks.

    What you can try if the above doesn't work, is deleting the scroll bar from your Data List, and then dropping it back in from the Library. The act of re-adding the scrollbar may get you the desired behavior.
    If that doesn't work, you will probably need to post your project so we can take a look.
    -Bear

  • ABAP Webdynpro table scroll bar does not work

    Hello,
    I have created a dynamic WD table using cl_wd_dynamic_tool=>create_table_from_node. I have set the no. of visible rows to 5. Now when ever the table has more rows, it displays a vertical scroll bar. But if I scroll it down, after 5 rows, it dosent scroll further. Am I missing something here?
    Thanks and Regards,
    Sandhya

    Hi,
    I guess you might have wriiten the code in the MODFIYVIEW right.
    One thing you do....
    Use the FIRST TIME parameter , create the tbale and all. When the application runs for 2nd time, then reset the vsible row count value.
    Have you used any BIND_TABLE statement in this modfivyew.
    Please clarify above.
    Regards,
    Lekha.

  • Scroll Bar Does not work

    Hi I've took the example from http://corlan.org/2009/02/12/how-to-add-a-scrollbar-to-text-layout-framework/ to add a scroll bar to my editor
    I use TextLayout Framework 2 and SDK Version 3.5 so I had to adapt my code to work and I got stuck on
    private function composeListener(event:CompositionCompletionEvent):void {
               var textHeight:int = Math.ceil(_controller.calculateHeight());
                 if (textHeight < _controller.compositionHeight) {
                     scroll.enabled = false;
                 } else {
                     scroll.enabled = true;
                     scroll.minScrollPosition = 0;
                     scroll.maxScrollPosition = textHeight - _controller.compositionHeight;
                 _controller.verticalScrollPosition = 0;
    TLF 2 & SDK 3.5 Forces me to use a ContainerController that doesn't have a calculateHeight method.
    How can I adapt this code to work with my current code? Is there an updated example of this?
    Also here is my set textFlow method that might be helpful.
    public function set textFlow(newFlow:TextFlow):void
                        // clear any old flow if present
                        if (_textFlow)
                             _textFlow.flowComposer = null;
                             _textFlow = null;
                        _textFlow = newFlow;
                        if (_textFlow)
                                            //textArea - Canvans
                             _controller = new ContainerController(_container,textArea.width,textArea.height);
                             _controller.verticalScrollPolicy = ScrollPolicy.ON;
                             _textFlow.flowComposer.addController(_controller);
                             // setup event listeners for selection changed and ILG loaded
                             _textFlow.addEventListener(SelectionEvent.SELECTION_CHANGE,selectionChangeListener,false,0,true);
                             _textFlow.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE,graphicStatusChangeEvent,false,0,true);
                             _textFlow.addEventListener(FlowOperationEvent.FLOW_OPERATION_BEGIN,operationBeginHandler);
                             _textFlow.addEventListener(CompositionCompleteEvent.COMPOSITION_COMPLETE, composeListener);
                             _textFlow.addEventListener('scroll', scrollTextFlow);
                             // make _textFlow editable with undo
                             _textFlow.interactionManager = new EditManager(new UndoManager());
                             // initialize with a selection before the first character
                             _textFlow.interactionManager.selectRange(0,0);
                             // compose the new textFlow and give it focus
                             _textFlow.flowComposer.updateAllControllers();
                             _textFlow.interactionManager.setFocus();
    Thank you

    I've just found this:
    http://www.ungramdeimagine.ro/tlf_on_Gumbo_example/TLF_on_Gumbo.html
    The line that I was looking for was
    var textHeight : int = _controller.getContentBounds().height;
    Hope It helps someone

  • Scroll Bar is not coming when creating Excise invoice in case of Depo Sales

    Dear All,
    We are upgrade system from 4.6 C to 6.0, when we create Excise invoice for Depo with reference to Delivery document no., when i am enter and select the item and go to excise invoice tab(incoming) there i dosenot get scroll down option which comes in 4.6 C.
    Please send some solution for the same.
    Thanks & Regards,
    Pankaj

    issue solved closing the thread.
    thanks for all.
    Maheedhar.T

  • When Firefox is open the zoom function (option/command/space bar) does not work in Adobe programs (InDesign, Photoshop, Illustrator)

    Mac OS X 10.6.7
    CS 5.5
    When Firefox is open the zoom function (option/command/space bar) does not work in Adobe programs (InDesign, Photoshop, Illustrator). This happens only when Firefox is open and when I close it the zoom functions work fine again without having to restart the applications.
    This is intermittent but happens quite frequently each day if Firefox is active.

    MDN doesn't mention -chrome being used for ordinary web pages: https://developer.mozilla.org/docs/Mozilla/Command_Line_Options#Chrome
    When I use
    firefox.exe -chrome about:permissions
    I get a usable window, but zoom doesn't work as you noted.
    How about using an intermediate page and window.open() for the target page? You can (mostly) restrict the chrome of windows opened that way, but it will leave behind the intermediate window...
    https://developer.mozilla.org/docs/Web/API/Window.open

  • When I go to websites the right scroll bar does not appear

    hen I go to websites the right scroll bar does not appear

    what is the url. Did you make the screen as wide as possible.
    A lot of web designers appear to think you have a lot of wasted unused space and are all to happy to "help you" make the most of that space.

  • Down scroll arrow does not work in Firefox or Safari.

    When in Firefox or Safari, the down scroll arrow does not work (I have arrows set to top and bottom, both at bottom makes no difference). Striking above or below the scroll bar works as expected (set to one page, up or down). The up scroll arrow works as expected. Both arrows work fine in all other applications (word, excel, powerpoint, preview, etc.). Grabbing the scroll bar and moving it up and down works fine also.
    Only failure is the down scroll arrow when in Firefox or Safari.

    Thanks for your help, but in setting up another account, I was looking at the settings for Firefox on the MacBook Pro (my wife's computer). I saw that for some reason she had turned off (probably accidentally) the status bar. Some reason turning it off merges the up scroll arrow and the window expansion corner, somehow turning off the scroll bar. Sounds stupid, but by turning it on I fixed the problem she had.

  • Partner function not working when creating PO with ref to PReq

    Partner function is not working when creating a Purchase Order with ref to a Purchase Requistion, Partner functions maintained in the vendor master are VN, OA & PI.
    But OA & PI are not appearing in the PO header partner tab when created with ref to PR.
    however it works when i create the PO directly ( without the PR ref )
    I am using the same material & Plant for both manual PO & PR to PO.
    Any idea what could be wrong .
    I have maintained the settings for schema groups for vendor master & purchasing doc in the partner determination.
    Thanks
    Dkmurthy

    Hi,
    I have also an issue that seems similar to one you are discussing.
    When we use ME59N and create a PO with ref. from a PR (created from a sales order), the message determination works well, it reads the condition set in MN04 (condition records for messages), and creates a message (with output type for EDI , medium: 6, and partner function LS: Logical system). Message is created and idoc is sent.
    When we try with ME21N, ME21 and we create the PO with ref. to the same PR, either by entering manually the PR in the document overview of ME21N or by selecting the PR (without entering the PR number), i.e with date, the message is not created in the PO.
    Company code is assigned to purchase organization, and so is purchase organization to plant.
    Any idea why there is no automatic message determination in the case of the transaction: ME21N
    Note: If I try ME21N, and enter the output type and partner, manually, I receive a warning message
    VN006 (Partner XXXX does not exist for partner function LS). If I accept this warning message, then message is saved- idoc is sent. However I can not overcome the warning message, if it plays any role, because I can not assign partner function LS to the vendor.Then I receive message CZ 327 (Can not use this partner role).
    Any input is wellcome.

  • Scroll bar does not retain its position after or before pack

    Hi
    My Scroll bar does not retain its position after pack in my application.
    But i need to retain its state.
    My code snippet is :
    System.out.println("VAlue--->" + getHXValue());
    scrollPane.getHorizontalScrollBar().setValue(getHXValue());
    pack();
    My VAlue printed is 100.
    But my positon of scroll bar is at 0 th location.
    Can any one help me.....

    Swing related questions should be posted in the Swing forum.
    My code snippet is :Snippets don't help.
    If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)",
    see http://homepage1.nifty.com/algafield/sscce.html,
    that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    Don't forget to use the "Code Formatting Tags",
    see http://forum.java.sun.com/help.jspa?sec=formatting,
    so the posted code retains its original formatting.

  • Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bars are supposed to appear when needed.
    For example, scroll bars will appear when you zoom in on a page.
    FAQ: How to zoom in/out on a page
    Windows 8 automatically hides scroll bars after a few seconds of inactivity.  Scroll bars will reappear when you touch the screen and move your finger (on a Touch-enabled device) or move your mouse.
    Additionally, page navigation depends on the view mode (Single Page vs. Continuous Page).
    In the Single Page mode, you can swipe left/right (horizontally) or click the left/right arrow button with your mouse to go to the previous/next page.
    In the Continuous Page mode, you can swipe or scroll up/down (vertically) to go to the previous/next page.

  • How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    Create a group and send mail
    http://www.dummies.com/how-to/content/how-to-create-a-basic-contact-group-in-mac -os-x-li.html
    http://www.macworld.com/article/1165582/how_to_email_groups_with_mail.html
    Best.

  • My App Store does not work when trying to update applications

    My Apo store does not work when I try to update applications that need to be updated

    There are a number of other threads from people reporting a problem with a blank Updates tab in the App Store app - it looks like there is a problem at Apple's end which they need to fix.
    Some posts are suggesting that you if you go into the Purchased tab in the App Store app you might be able to update the apps from there, though you will need to scroll through the list to find those with updates and individually update them.

  • Brand new 27" iMac scroll bar does not appear

    Scroll bar does not appear in almost any window. To make it appear, one way I make it appear is to grab the lower right hand corner and move the window size a little bit. The scroll bar appears. But when I try to then grab the scroll bar, I must stay INSIDE the window as I move my cursor toward the scroll bar.
    Sometimes swiping down on the cursor to move the page down, the scroll br will appear.
    But there is a basic problem. The scroll bar does not appear without EXTRA moves of some kind to make it appear.
    By the way, the scroll bar in the window I am in RIGHT NOW is appearing without EXTRA moves.
    An Apple Tech wen through this with me on the phone and could not resolve the problem
    This is the FIRST problem I have had in TWENTY NINE YEARS that Apple Techs could not solve for me.
    Help anyone?
    Phil Russell

    Here you go.

Maybe you are looking for

  • How to get the data in Charts

    HI Guys, In the BEX reports for the rows used the date and in the columns i have created a structue using the selections based on the KF. i have used the 29 KF in the structure. My problem i want to dispaly the data by spliting the key figures from 1

  • Flat-File Recon And Provision to DB Apps Table

    Hi, I have a query relating to the process for recon with Oracle HRMS and creating/updating users in OIM and then approval to provision to target resource. The following is detailed process that I am looking for - 1. Run Recon to get the users from f

  • When I clear recent history,yahoo login information is not cleared.

    When I'm hit the clear recent history tab and I clear everything,the next time I log on to yahoo my wife's information shows up.This is happening on all websites-i.e ebay,msn,etc.how do I fix this?

  • Replacing keyboard on Satellite L350

    A clumsy friend of mine spilt a glass of red wine over my L350 at the weekend which has resulted in my keyboard malfunctioning. No problem, I thought, should be easy to get a replacement and fit it. However, as I've taken the original keyboard from t

  • Release Strategy Inconsistent

    Hello Experts, We have a release procedures configured and due to some changes I have deleted one of the release procedure in the system and transported to other clients. This deletion has caused inconsistency in the system and every time the deleted