Scroll bar, buttons and a Custom Component - help

Thanks to another forum I was able to create a scroll panel and add a scroll bar to it.  That works fine.  Inside the scroll panel I have thumbnails of the product that I'm highlighting.  I want to be able to click on the thumbnail and have a full size photo of the product come up in the window next to the scroll panel.  I created a custom component that has a stage showing each full size product individually.  This worked fine when I simply had buttons and no scroll bar.  I could convert the thumbnail to a button and then add interaction so that it would go to the proper state of the custom component.  Where I'm having problems is now that I've imbedded the buttons in a scroll panel I'm no longer given the custom component as an option to pick from.  I can add interaction, but it only gives me the option of picking one of the pages, and not a component.
I've attached a screen grab to help show what I'm describing.
Any ideas?
Doug

Doug, thanks for asking this question.
Hi ADAM...
It seems that a lot of us are asking the same question: Scrollbar Navigation-Make Actionable
(I created a low-fidelity proof-of-concept to test—using a datalist as you suggested. See link in my posting).
I have reviewed the video you refer to here, but you example still does not allow for individual items in the datalist (scrollbar) to be assigned individual actionable events.
Can you expain your thinking in Option 1, as a workaround? Do you have any other suggestions?
BOTTOM LINE
We are all looking to do the same thing... something we are going to see A LOT MORE of after Uncle Steve's TABLET presentation next week:
A scrolling menu, with selected items in the menu causing "navigation" to a certain point in a scroll panel. (imitating the flick or slide effect of iPhone).
Suggestion: Can you add a field to thedatalist so that when the "repeated item" (in edit mode) is configuredto do an action (i.e., On-Click, Transition to State), we can then assign the state  you'd like for each item in thetable itself?
Now the issue is making it change the "State" within another component (i.e. scrolling panel). Can that be done?
Thanks,
- Rick

Similar Messages

  • Scroll bar buttons are missing

    scroll bar buttons, arrows at the top and bottom of the scroll bar in the Thunderbird inbox, are missing in a linux distrobution. They are present in windows XP. The version is 24.6.0. How can I get them back?

    I do not have any linux system, but located this item:
    re; openSUSE
    http://opensuse.14.x6.nabble.com/Scrollbar-arrows-inT-bird-and-FF-td4999329.html
    scroll down as this person fixed the same issue you seem to be experiencing.
    Also Linux REdhat Fedora:
    http://comments.gmane.org/gmane.linux.redhat.fedora.general/424758
    quote:
    ''In my case, something during the upgrade to f17 has changed xfce's
    Appearance/Style to using Adwaita-style. This style lacks arrows
    on scrollbars and therefore hardly usable in scenarios like yours or mine.''
    ''Changing 'Appearance/Style' to a different 'style' through
    Application Menu>Settings'>Appearance->Style
    brought back the arrows.''

  • Scroll bar buttons/arrows

    Scroll bar buttons (aka arrows) allow for much more precise scrolling than using fingers on a trackpad, dragging the scroll bar, or pressing the arrow keys. These methods are all too jerky, and it's too difficult to scroll to a particular line in a large document. I cannot possibly overstate my frustration resulting from elimination of the buttons. I'm pleading with Apple to restore them. Why not at least make them an option?
    Is there some hidden option to get them back or some alternative I'm not aware of?

    I do not have any linux system, but located this item:
    re; openSUSE
    http://opensuse.14.x6.nabble.com/Scrollbar-arrows-inT-bird-and-FF-td4999329.html
    scroll down as this person fixed the same issue you seem to be experiencing.
    Also Linux REdhat Fedora:
    http://comments.gmane.org/gmane.linux.redhat.fedora.general/424758
    quote:
    ''In my case, something during the upgrade to f17 has changed xfce's
    Appearance/Style to using Adwaita-style. This style lacks arrows
    on scrollbars and therefore hardly usable in scenarios like yours or mine.''
    ''Changing 'Appearance/Style' to a different 'style' through
    Application Menu>Settings'>Appearance->Style
    brought back the arrows.''

  • AdvancedDatagrid scroll bar buttons

    Hello Guys, I've created an AdvancedDataGrid and i've populated it with an XML file. I need to increase the size of the Scroll Bar buttons.
    Is it possible?
    How can I do?
    byee!

    I do not have any linux system, but located this item:
    re; openSUSE
    http://opensuse.14.x6.nabble.com/Scrollbar-arrows-inT-bird-and-FF-td4999329.html
    scroll down as this person fixed the same issue you seem to be experiencing.
    Also Linux REdhat Fedora:
    http://comments.gmane.org/gmane.linux.redhat.fedora.general/424758
    quote:
    ''In my case, something during the upgrade to f17 has changed xfce's
    Appearance/Style to using Adwaita-style. This style lacks arrows
    on scrollbars and therefore hardly usable in scenarios like yours or mine.''
    ''Changing 'Appearance/Style' to a different 'style' through
    Application Menu>Settings'>Appearance->Style
    brought back the arrows.''

  • Is there any way to make the scroll bars wider and blue in Lion?

    Is there any way to make the scroll bars wider and blue in Lion?

    Nope, afraid not. The only third-party utility that you might look at is LionScrollBars 0.5.4. You can search for others at MacUpdate or CNET Downloads.

  • Itunes wont allow me to buy a song etc... i click the button and nothing happens? help please

    itunes wont allow me to buy a song etc... i click the button and nothing happens? help please. i can preview songs and click on everything but when i go to buy something it clicks but nothing happens

    I too had this problem after I redeemed two $50 gift cards.  I solved the problem by uninstalling iTunes and reinstalling it.  Give it a try.

  • Help with a vertical scroll bar issue with a List component

    hi. i have a basic <s:list> that uses an XMLListCollection as it's data provider and a very basic itemrenderer. when a row in the list is clicked a function gets the list.selectedIndex then populates some text fields with more xml data. that all works fine.. the problem i have is that the vertical scroll bar on the list seems to be "clickable" - just like a row in the list. the scroll bar scrolls normally but when it's clicked the selectedIndex becomes -1 which is not helpful b/c the value -1 is passed to the XMLListCollection.
    any ideas? cheers.

    thanks but still problematic...surely the <s:List> component shouldn't return a value when the scrollbar thumb is clicked? i created a very basic list (see below) and made the list dimensions short enough so that there is a vertical scrollbar and found that when the scrollbar thumb is clicked the trace(event.currentTarget.selectedIndex) returns a number. that's annoying b/c i just want a selectedIndex value for a row that is clicked not the scrollbar.
    any ideas to get around? cheers
    <fx:Script>
    <![CDATA[
    protected function list1_clickHandler(event:MouseEvent):void
    trace(event.currentTarget.selectedIndex);
    ]]>
    </fx:Script>
    <s:List x="162" click="list1_clickHandler(event)" y="276" labelField="@label" width="144" height="153">
    <s:dataProvider>
    <s:XMLListCollection>
    <fx:XMLList xmlns="">
    <node label="one"/>
    <node label="two"/>
    <node label="three"/>
    <node label="four"/>
    <node label="five"/>
    <node label="six"/>
    <node label="seven"/>
    <node label="eight"/>
    <node label="nine"/>
    <node label="ten"/>
    <node label="eleven"/>
    </fx:XMLList>
    </s:XMLListCollection>
    </s:dataProvider>
    </s:List>

  • HT4623 my niece played my phone earlier and i think she messed up my settings,now i have trouble putting it back to normal.i could hardly scroll the buttons and a voice command is contriolling my settings...how can i undo this? help me please...thanks.

    my niece played my iphone 4s earlier and i think she messed up my settings,now i have trouble putting it back to normal.i could hardly scroll down the buttons and a voice is controlling my settings...how can i reset it? please help...thanks!

    Triple-clicking home button won't turn voice over off on my iphone. i can't slide to unlock or slide to power off, either. (Nor slide to answer a call.) My phone's basically useless...help!

  • Howoto remove the "goto the adres in location bar" button. and how to restiore firefox 2 theme like before.

    Ok. trying FF30 again. after FF28 things wend in a terrible direction and technical mozila devs pinned you on FF28. sofar after a few versions later there's still no improvemnet. the firefox 2 theme is wrong now (wrong icons , contrast and color), the new ones look tgerrible and blurred. want the old sharp buttons back
    also the "goto the adres in location bar" button is stil;l blend into the search bar box.
    to get a bit working interface you need to install the following add-ons
    https://addons.mozilla.org/firefox/addon/firefox-2-theme-for-firefox-3x/
    https://addons.mozilla.org//firefox/addon/classicthemerestorer/
    problem is i need both add-ons because the first one dont let yopu move the refresh, arrow stop buttons etc. not found any option to change or move then with firefox-2-theme-for-firefox-3x
    lassicthemerestorer let you move and place the buttons back,
    but corrupt the layout and also place wrong icons back.
    I need the "firefox-2-theme-for-firefox-3x" theme like it where before, its the only best good and userfriendly one. waiting for fix.... until then rename FF30 and copy back FF28

    I just thought I would mention I have just tried the addon '' Firefox 2, the theme, reloaded 1.0.7 ''
    * At least on my setup the icons look fine and are not blurry
    * On Firefox 29 and later the location bar buttons can not at present be split off.
    ** http://www.varesano.net/contents/projects/firefox%202%20theme%20firefox%203x#comment-23582 <br />Possibly that will be added back later as an enhancement to the addon.
    * I believe the classic theme restorer is still able to split buttons off from the location bar.
    ** Recurring questions/issues http://forums.mozillazine.org/viewtopic.php?f=48&t=2827985
    ''Combined STOP-RELOAD button issue <br/> Move stop and reload buttons from customizing area to a toolbar and place them like this: <br /> [stop] followed by [reload] <br /> Enable the combined option on CTRs preference window and you will get the combined stop/reload button. ''
    Note we can only try to give general advice and tips about addons.
    If you need detailed help and support you need to contact the addon's own support sites.

  • Scroll Bar code in Awt Required Plz Help me

    Hi,
    My requirment is to add Vertical Scrollbar to the table.There are 12 rows in a table like from January to December.
    I am able to see data of rows as jan,feb,mar,apr only .
    i want to see the data of rows of next months by adding vertical scroll bar using Awt code.
    I added vertical scroll bar using awt code. When i click on that Vertical scroll bar event is going to below method.
    public void adjustmentValueChanged(AdjustmentEvent e) {
    I tried with some logic inside above method but it is not working.what is the code i have to write inside the above method inorder to scroll the next months.
    Plz Help me.
    Thanks In Advance.........

    But i want to do this code In Using Awt only......Well, a JTable is a Swing component so I have no idea what you are talking about.
    To control the size of the table you can use:
    table.setPreferredScrollableViewportSize(???);
    JScrollPane scrollPane = new JScrollPane( table );

  • Multi-image (300+) horizontal scroll bar buttons

    I am new to DreamWeaver, and need some guidence: I need to
    create 300+ square image buttons in a horizontal scroll bar, but
    haven't been able to find how to yet. Can someone direct me to
    where I may find out how to create this?

    So what are you having trouble with exactly -- Making 300 +
    images with
    your image editing software or making a horizontal scroll bar
    in DW?
    Why exactly do you want to make people scroll through 300+
    image buttons?
    Is this supposed to be an image gallery or something? Sorry
    for all the
    questions but it's hard to picture what you're trying to do
    without more
    facts.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "J. Donovan Smith" <[email protected]> wrote
    in message
    news:fc1iks$4td$[email protected]..
    > I am new to DreamWeaver, and need some guidence: I need
    to create 300+
    square
    > image buttons in a horizontal scroll bar, but haven't
    been able to find
    how to
    > yet. Can someone direct me to where I may find out how
    to create this?
    >

  • Drag and drop custom component

    I have a custom component that is a JPanel with a JTextField and a JButton. The component is a display and chooser for an address. I want to be able to copy the address from one to another with drag and drop.
    Here's what I have so far. The drag starts, but it won't allow to drop on another instance of the same class. MyTransferHandler is a simple subclass of TransferHandler that logs everything so I can watch what is happening. The canImport() method of TransferHandler is never getting called. Any ideas?
    transferHandler = new MyTransferHandler("address");
    setTransferHandler(transferHandler);
    dragListener = new MouseMotionListener() {
    public void mouseDragged(MouseEvent a_evt) {
    if (address != null) {
    TransferHandler l_h = getTransferHandler();
    l_h.exportAsDrag(PanelAddress.this, a_evt, TransferHandler.COPY);
    public void mouseMoved(MouseEvent e) {
    addMouseMotionListener(dragListener);
    txtAddress.addMouseMotionListener(dragListener);

    Figured it out while creating the SSCCE. Needed to set the TransferHandler on the text field and button because they were "hiding" the panel.
    {noformat} MyTransferHandler l_transfer_handler = new MyTransferHandler("address");{noformat}{noformat} setTransferHandler(l_transfer_handler);{noformat}{noformat} txtAddress.setTransferHandler(l_transfer_handler);{noformat}{noformat} btnChoose.setTransferHandler(l_transfer_handler);{noformat}{noformat}{noformat}

  • Scroll bar in field of custom Infotype

    Hi,
    I have created an infotype with some fields in it. I want one of the field as 'Description' field into it and it should have a scroll bar in it.
    Please suggest how to create a field with a scroll bar.
    The field should be capable of having 300 characters and should have 30 characters in each line.
    Thanks,
    Parul

    Hi Parul,
    For this you may have to use the concept of SAP TextEdit Control while designing the screen. You will also have to use classes and use logic for using such kind of text box.
    Regards,
    Amit Mittal.

  • Scroll bars jumpy and screen wavy

    I had a problem with my macbook pro (2011) this morning, I had a black screen with a cursor showing.  Went to the community and found a fix, (thanks again jesseinma).  Now, when I scroll, my scroll bar is "jumpy" and there is a wave in my screen almost like a line that disrupts the text for a second as I scroll through it. Any ideas on what's causing it and how to resolve it? 

    That may be a graphics chip issue, or it may just be reopening itself in recovery mode.     If the issue goes away with use, it is the latter.  Otherwise, run the hardware test that came with the computer:
    https://support.apple.com/kb/HT1509

  • Scroll Bar Appearance And Inheritance

    1. The only appearance property that you can modify for a scrollbar in a block appears to be Background Colour. This relates to slidebar you move up and down (not sure on terminology). Foreground Colour appears to have no affect. Do I have this correct? Can you modify the colour of main length of scrollbar? Can you modify colour of buttons at top and bottom of scrollbar?
    2. What is best way to inherit scrollbar properties? Scrollbar properties are attributes of block. Seems a bit over-the-top to create block object library type just to get basic scrollbar properties such as width? Can inherit scrollbar Background Colour through block Visual Attribute Group.
    Thanks

    Doug, thanks for asking this question.
    Hi ADAM...
    It seems that a lot of us are asking the same question: Scrollbar Navigation-Make Actionable
    (I created a low-fidelity proof-of-concept to test—using a datalist as you suggested. See link in my posting).
    I have reviewed the video you refer to here, but you example still does not allow for individual items in the datalist (scrollbar) to be assigned individual actionable events.
    Can you expain your thinking in Option 1, as a workaround? Do you have any other suggestions?
    BOTTOM LINE
    We are all looking to do the same thing... something we are going to see A LOT MORE of after Uncle Steve's TABLET presentation next week:
    A scrolling menu, with selected items in the menu causing "navigation" to a certain point in a scroll panel. (imitating the flick or slide effect of iPhone).
    Suggestion: Can you add a field to thedatalist so that when the "repeated item" (in edit mode) is configuredto do an action (i.e., On-Click, Transition to State), we can then assign the state  you'd like for each item in thetable itself?
    Now the issue is making it change the "State" within another component (i.e. scrolling panel). Can that be done?
    Thanks,
    - Rick

Maybe you are looking for

  • IPDS install error on a port other than 389

    Hi I need to install iPDS on a port other than 389. During installation, when I give a different port and try to install, during the post-installation phase, I get error that the configuration information could not be updated and installation fails.

  • Headless g4, ibook and intel imac (2.33ghz) issue

    Ok so I have a small network hooked up through an ethernet switch. I have my iMac running ARD 3.2 and it works perfectly with my ibook both through ethernet and airport. When I plug my headless g4 quicksilver into the ethernet swtich I get nothing. E

  • Presentatsion with videos, can't get it working on fullscreen.

    Hi Happy new year guys:) I made a flash presentatsion and because i'm using FlashEff components it has to be in as3. I'm a total newbie in coding, particularly in as3. I have made my presentatsion in as3 before and got everything working fine. This t

  • Should I have to explicitly install CA certs that are already preinstalled in iOS?

    Hi all, I'm trying to understand how iOS deals with certificates and I'm wondering if anyone can explain a few things to me. I'm working on a system that would provide users with a personal identification certificate for authentication to various ser

  • How to route the sounds?

    I want to route a few instuments inputs into one bus then use an insert effect and send it into the main output. any ideas?