DragStart and DragComplete on a list scrollbar thumb- is it possible to add a listener to these events?

can't seem to find the actual Element to: addEventListener(DragEvent.DRAG_COMPLETE, callback) in a List component.It seems there should be a way to write something like: myList.scroller.thumb.addEventListener(...) Any ideas? thank you -b

Spark scrollbar thumbRelease, Halo scrollbar as thumbPosition.
Alex Harui
Flex SDK Developer
Adobe Systems Inc.
Blog: http://blogs.adobe.com/aharui

Similar Messages

  • When I try to post a comment on an article I just read, my post stays in the box w/out posting. And when I want to click thumbs up or down in the comment section in these articles, the number stays the same. Also, my Skype has stopped functioning.

    When I try to post a comment on an article I just read, my post stays in the box w/out posting. And when I want to click thumbs up or down in the comment section in these articles, the number stays the same. Also, my Skype has stopped functioning.

    Glad you seem to have sorted things out.
    The warning about the warranty is light hearted, I think at one stage it warned "here be dragons" but also intended to make us think as it warns that making changes may produce problems.

  • I downloaded the new 6.0 and now my shopping list app closes when i try to add an item to the list

    I downloaded the new update 6.0 to my Iphone4 and one of my favorite apps the ShoppingList wont let me add an item to the list. It closes completely when I select to add button. I have tried turning phone off and on and this hasn't helped any. Got any suggestions?

    Purchases are tied to the Apple ID they were purchased with. If you use a new ID, you have to buy again.

  • I use iTunes 11.1.3 and books is not listed in preferences.  I want to add a pdf file into ibooks.

    Hello:   I use iTunes 11.1.3 and under preferences,  books is not listed as an option.  I am trying to
    add a pdf file to ibooks.

    Sorry, I was only able to get back to this issue today, but it worked.
    Thank you again Michael for your help. It was as simple as just buyng a free book from the iTunes store to create a Books area, then I was able to drag and drop my 3rd party book there.
    Still, I feel that there should already be a Books area in iTunes, but perhaps I am the only one who has updated iTunes on a computer without any previously purchased books on it from the iTunes store.

  • In Aperture, Under "Adjustments" is there any way to permanently and "Edge sharpen" and "Sharpen" to my  list, so I don't have to add it everytime?

    I am on an Macbook Pro and an Imac with Yosemite 10.10.1 and Aperture 3.6. When I go under adjustments, I always crop, adjust vertical, edge sharpen, and sharpen. Is there a way to add those , so they are listed  and I don't have to add them every time? Thanks.

    If it is not in the default set then Léonie's screen capture will look like this.  In her shot she has the brick as  part of her default set so hers says Remove.
    Just a minor clarification
    regards

  • ScrollBar thumb look and feel

    Hi, i have problem finding things related to javafx css, is there some good books about that topic(don't recommend JavaFX CSS Reference Guide).
    Yesterday i have been googling few hours and didn't find solution to change dimension of scrollbar thumb. I need to decrease its default height.
    How can i do that?
    Edited by: 964681 on Dec 5, 2012 1:05 AM

    Hy,
    as you need to customize some CSS styles you are good to check the default style of java.
    This is found in jfxrt.jar in the file caspian.css
    This is the "MASTERSTYLE"
    There you can find more information of css styles as in the reference guide.
    Further i am not shure but you could try to do that:
    .scroll-bar:vertical.thumb {
    -fx-background-color: red;
    -fx-max-height: 15;
    BR,
    Harry
    Edited by: 953924 on 05.12.2012 03:36

  • Skinned scrollbar thumb does not reach the bottom of the track

    I have an application in Flex 4.1 where there is a vertical List, bound to an array. As long as the List scrollbar is not skinned, everything is ok, the thumb oscillates from top to bottom of the track. But after adding a skin it works bad. The thumb never goes to the very bottom of the track when scrolling, but locks somewhere in between. For very long list of elements, it even stops halfway.
    Despite of this behavior, the list is in fact scrolled to the last element - so the problem is not with some elements at the bottom of the list being unreachable, but it is only about the thumb not reaching the bottom of the track, which looks as if the list was locked halfway. The skin is very simple and it is just about defining an image for the track and thumb. Is there any method to ensure that the thumb always goes to the bottom of the track, regardless list size?

    I have 3 skins: for the scrollbar itself, for the track and for the thumb.Thumb and track skins are using fxg vector images, but exactly the same negative result is without fxg images, e.g. only using simple filled rectangles in place of the fxg - I just checked it.
    For Scrollbar:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin
            xmlns:flex="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"   
            minWidth="15" minHeight="35" alpha.disabled="0.5" alpha.inactive="0.5" >
         <s:states>
            <s:State name="normal" />
             <s:State name="inactive" />
            <s:State name="disabled" />
        </s:states>
        <s:Button id="track" 
                  focusEnabled="false" alpha="0.3"
                  skinClass="skins.VPhotoScrollbarTrackSkin" />
        <s:Button id="thumb"
                  focusEnabled="false" visible.inactive="false" alpha="0.5" left="-5"
                  skinClass="skins.VPhotoScrollbarThumbSkin" />
    </s:SparkSkin>
    For the thumb:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin
        xmlns:flex="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:fxg="fxg.*"
    >
        <s:states>
            <s:State name="up" />
            <s:State name="over" />
            <s:State name="down" />
            <s:State name="disabled" />
        </s:states>
        <fxg:thumb />
    </s:SparkSkin>
    For the track:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin
        xmlns:flex="http://ns.adobe.com/mxml/2009"
                 xmlns:s="library://ns.adobe.com/flex/spark"
                xmlns:fxg="fxg.*"
    >
        <s:states>
            <s:State name="up" />
            <s:State name="down" />
            <s:State name="over" />
            <s:State name="disabled" />
        </s:states>
        <fxg:track  />
    </s:SparkSkin>

  • Scrollbar thumb distortion - 9-slice scaling problem

    Hi friends,
    I have used a skin for scrollbar thumb whose PNG image size is 14x21 but which will be scaled vertically between its present height and extended height 498px. I have been trying to understand the 9 slice scaling parameters to assign to the thumb image so that it does not distort but I'm unable to achieve that. The CSS which has come closest to least distortion is follwing (though UI view of this is also not acceptable) is this:
         thumb-skin: Embed(source="assets/images/scroll_thumb.png",scaleGridLeft="1", scaleGridTop="4", scaleGridRight="13", scaleGridBottom="17");
    Though the thumb looks fine with height 498px but the three horizontal lines in middle of the thumb.PNG become rectangles!!. I tried many combinations with these parameters and read a couple of blogs etc but cant get to the solution.
    Please help.
    Added PNG

    Any help on this guys? Your inputs are welcome

  • I want to transfer a movie I have downloaded from itunes to my new IPAD. I have been on the itunes help menu, it tells me to look under 'devices' tab for IPAD. BUT there is no 'devices' tab and it does not list my new IPAD. Help!

    I want to transfer a movie I have bought in itunes to my new IPAD. I have been trying to work how to do this for 3 days now. I have accessed all the itunes help and forums and wiki online. They all tell me to go to the DEVICES tab on itunes and select IPAD then sync. YUP seem simple, BUT there is not DEVICES tab listed on my itunes and it does not list IPAD. Years ago I set up my IPOD no problem and that is listed, but not the new IPAD. Can anyone help? I would love to be able to actually watch films on my IPAD!! thanks

    If you have iTunes 11 on your computer then you can enable the left-hand sidebar on it via option-command-S on a Mac, control-S on a PC - when connected (and if your computer's iTunes is up-to-date) your iPad should then appear on that sidebar under a 'Devices' heading :
    If you select the iPad on that sidebar you can then use the Movies tab on the right-hand side of the iTunes screen to select and sync that film to your iPad's Videos app.
    Has your iPad been synced to the computer before ? If not then you might find this page for syncing to a new computer useful : https://discussions.apple.com/docs/DOC-3141

  • I have a mac mini mid 2011, this device have; 2,3GHz and 2 Gb Memmory.I want to upgrade the memory and i need the list of supported memory modules

    i have a mac mini mid 2011, this device have; 2,3GHz and 2 Gb Memmory.I want to upgrade the memory and i need the list of supported memory modules. i am from turkey.

    Welcome to Apple Support Communities
    The Mid 2011 Mac mini supports 8 GB of memory officially, but you can install up to 16 GB of RAM, so you can use 2, 4 and 8 GB modules. You can buy more RAM from OWC or Crucial.
    If you are looking for memory at a local shop, make sure you buy 1333 MHz DDR3 memory. See > http://support.apple.com/kb/HT4432?viewlocale=en_US&locale=en_US

  • I updated to Firefox 4.0.1 and can no longer use the thumb/finger spreading feature on the trackpad of my Mac Powerbook (Mac OSX 10.6.7) to enlarge text on websites. How do I restore this function?

    I updated to Firefox 4.0.1 and can no longer use the thumb/finger spreading feature on the trackpad of my Mac Powerbook (Mac OSX 10.6.7) to enlarge text on websites. How do I restore this function?

    * [/questions/777886]
    Some gestures have been removed in Firefox 4.
    You can restore the zoom feature by changing the values of the related prefs on the <b>about:config</b> page.
    browser.gesture.pinch.in -> <b>cmd_fullZoomReduce</b>
    browser.gesture.pinch.in.shift -> <b>cmd_fullZoomReset</b>
    browser.gesture.pinch.out -> <b>cmd_fullZoomEnlarge</b>
    browser.gesture.pinch.out.shift -> <b>cmd_fullZoomReset</b>
    browser.gesture.pinch.latched -> <b>false</b>
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    You can use the Filter bar at to top of the about:config page to locate a pref more easily.

  • When I try and print off a list of my contacts, it defaults to an envelope. How do I make a list of just the names?

    When I try and print off a list of my contacts, it defaults to an envelope style, with all the info. I just want a list of names.  How do I do that?

    Thanks so much Martin.  It took me awhile to figure out that in the print mode, there is an arrow that expands the print dialog box.  I've been looking for the print dialog box for awhile, and now that I found it, I could make my list. Thank you SO much!! I can show my computer savvy husband that I learned something new today!!!  I'm SO happy!!!

  • HT1491 I purchased a music album on itunes and it's not listed in my purchased music category.  How can I get the music on my iphone?  I purchased the music through itunes app on my iphone 5.

    I purchased a music album on itunes and it's not listed in my purchased music category.  How can I get the music on my iphone?  I purchased the music through itunes app on my iphone 5.

    Hi Vgreen08,
    Welcome to the Support Communities!
    The following information should help you with this:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933?viewlocale=en_US
    Cheers,
    Judy

  • My setup: iMac hardline to Canon i960 printer. Issue: endless printing of the same document. The printer window states that the pinter is in use and there is nothing listed in the Print Queue.  How can I stop printing the document?

    My setup: iMac hardline to Canon i960 printer. Issue: endless printing of the same document. The printer window states that the pinter is in use and there is nothing listed in the Print Queue.  How can I stop printing the document?

    Soution: Delete the printer and add the same printer back in, therefore creating a new print queue.

  • View application pages - view forms views and application pages. enumerate lists

    view application pages - view forms views and application pages. enumerate lists, if we disable this permission in sharepoint then user gets blocked from getting into application pages which is good. But now I have few list view web parts on a page and user
    is not able to see those reports based on view. It shows working on it. As soon as I enable view application pages permission it works.
    I need a permission level -view forms views only.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    SharePoint has a feature called “ViewFormPagesLockDown” at site collection scope. After enabling the feature, all groups / users not having the “View Application Pages” permission will not be able to navigate to pages like “_layouts/viewlsts.aspx”
    or “pages/forms/allitems.aspx”.
    So, for your issue, please disable the ViewFormPagesLockDown feature via PowerShell command:
    $lockdownFeature = get-spfeature viewformpageslockdown
    disable-spfeature $lockdownFeature -url [the URL of your site]
    More information:
    http://sharepointtechie.blogspot.jp/2011/06/blocking-access-to-application-pages.html
    http://sureshpydi.blogspot.jp/2013/12/viewformpageslockdown-feature-in.html
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • Inserting text to Acrobat PDF document, not able to create PDEText.

    Hi , I have created a plugin for Acrobat, On press of MyPlugin's 'Insert' button it has to add the text to the document. Eg: If there is a Active PDF document, which contains a text "Hello" in it. I want to insert "World" (i.e, the document should ha

  • Question Marks and Missing pieces in XML documents

    Hi there, I am using FM 10.  I have set up a conversion table to apply DITA structure to documents, with the intent of saving them as XML docs.  Unfortunately, after I do this, the XML docs are coming out a little strange...with ? added, with text an

  • Resizing / rescaling resolution of photos for use in iWeb

    I am shooting with a 7.1 Mega Pixel Canon to get enough quality to crop and print high quality pictures of my baby daughter and her adventures in the world. I have a website up made with iWeb, but when I select the photos in iPhoto and go Share / Sen

  • Get the Table name by providing the Sequence name

    Hello, I wish to retrieve the table name to which the sequence is related. I understand that when the sequence was created, no reference is mentioned to any table. The sequence may be used across many tables. But the DB definitely knows internally ho

  • Help a.s.a.p

    can somebody help me?! i login my apple id in my iphone but i cannot use it coz its telling iapple id is not used in itunes or app store.. how to use my id for free