Highlight color in list component

Hi there
Can anybody tell me how to change the color from the default blue that the list component uses for the currently selected item.
myList.highlightColor = something; ??
Many thanks

- Doubleclick your list.  -> goto frame 2
- Doubleclick the 3. (Cell Renderer Skins)  -> goto frame 2
and you will see
there you can doubleclick preferred over, down states...

Similar Messages

  • How to change color of list box highlighting in Acrobat 9 Pro?

    When you create a list box in Acrobat 9 Pro you select the default value.  That default value displays on the form in a highlighted color.  Does anyone know how to change the color of the highlight or ideally make it no color?  Thanks.

    When you create a list box in Acrobat 9 Pro you select the default value.  That default value displays on the form in a highlighted color.  Does anyone know how to change the color of the highlight or ideally make it no color?  Thanks.

  • Displaying items in different colors in a List component

    Hi.
    How can I make each label of an item in a List component
    appear in a different color? I can change the color of the items in
    the list, but I want the items to appear in different colors...
    Thanks,
    - Yuval

    Hi.
    How can I make each label of an item in a List component
    appear in a different color? I can change the color of the items in
    the list, but I want the items to appear in different colors...
    Thanks,
    - Yuval

  • Highlight current Index label in list component

    Hi,
    I'm writhing http xml video playlist. i was took 'List' component for playlist.
    if i click on label, that is working (i mean playing video & highlighting label).
    but after video ending, video automatically playing but label not highlighting, How can i highlight current playing video label?
    Code:
    var videoURL:String = "playlist_http.xml";
    var bolLoaded:Boolean;;
    var intActiveVid:int;
    var urlLoader:URLLoader;
    var urlRequest:URLRequest;
    var xmlPlaylist:XML;
    var nConnection:NetConnection;
    var ns:NetStream;
    var video:Video = new Video();
    nConnection = new NetConnection();
    nConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
    nConnection.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
    nConnection.connect(null);
    function connectStream():void
              ns = new NetStream(nConnection);
              ns.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
              ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, ayncErrorHandler);
              ns.checkPolicyFile = true;
              ns.client = this;
              vidDisplay.attachNetStream(ns);
              ns.play(videoURL);
              vidDisplay.smoothing = true;
              urlRequest = new URLRequest(videoURL);
              urlLoader = new URLLoader();
              urlLoader.addEventListener(Event.COMPLETE, playlistLoaded);
              urlLoader.load(urlRequest);
    function netStatusHandler(event:NetStatusEvent):void
              trace(event.info.code);
              switch (event.info.code)
                        case "NetConnection.Connect.Success" :
                                  connectStream();
                                  break;
                        case "NetConnection.Connect.Closed" :
                                  break;
                        case "NetStream.Play.Stop" :
                                  playNext();
                                  break;
                        default :
    function securityErrorHandler(event:SecurityErrorEvent):void
              trace("securityErrorHandler: " + event);
    function ayncErrorHandler(event: AsyncErrorEvent):void
              //Nothing
    //PlayList SetUp
    //=====================
    var listBox:List = new List();
    addChild(listBox);
    listBox.setSize(194, 339);
    listBox.move(484,0);
    function playlistLoaded(e:Event):void {
              xmlPlaylist = new XML(urlLoader.data);
              //trace(xmlPlaylist.vid[0].@src);
        for (var i:int=0;i<xmlPlaylist.vid.length();i++) {
                                  listBox.addItem({label:xmlPlaylist.vid[i].attribute("desc"), data:xmlPlaylist.vid[i].@src});
                                  listBox.addEventListener(Event.CHANGE, playVidlist);
                                  listBox.selectedIndex = 0;
    // set source of the first video but don't play it
              playVid(0, false);
              if(!bolLoaded) {
                        ns.play(videoURL);
                        bolLoaded = true;
              else{
                        ns.resume();
    function playVidlist(e:Event):void
              //intActiveVid=int(String(e.currentTarget.selectedItem.data));
              ns.play(String(e.currentTarget.selectedItem.data));
              lblDescription.text = e.currentTarget.selectedItem.label;
              if(!bolLoaded) {
                        ns.play(videoURL);
                        bolLoaded = true;
              else{
                        ns.resume();
    function playVid(intVid:int = 0, bolPlay = true):void {
              if(bolPlay) {
                        // play requested video
                        ns.play(String(xmlPlaylist..vid[intVid].@src));
              } else {
                        videoURL = xmlPlaylist..vid[intVid].@src;
              lblDescription.text = String(xmlPlaylist..vid[intVid].@desc);
              // update active video number
              intActiveVid = intVid;
    function playNext(e:MouseEvent = null):void {
              if(intActiveVid + 1 < xmlPlaylist..vid.length()){
                                  playVid(intActiveVid + 1);
    function playPrevious(e:MouseEvent = null):void {
              // check if we're not and the beginning of the playlist and go back
              if(intActiveVid - 1 >= 0)
                        playVid(intActiveVid - 1);

    Thankyou.... working good, but after adding next previous buttons that selection not working currectly.
    if i click some label, selection is working after if i click next not working selection.
    function playNext(e:MouseEvent = null):void {
               if(intActiveVid + 1 < xmlPlaylist..vid.length()){
                                  playVid(intActiveVid + 1);
      listBox.selectedIndex = intActiveVid + 1;
    function playPrevious(e:MouseEvent = null):void {
              if(intActiveVid - 1 >= 0)
    playVid(intActiveVid - 1);
    listBox.selectedIndex = intActiveVid - 1;

  • Highlighted default item in list component???

    I can't seem to find how to have an item in a list component
    highlighted by default. I'm sure its right there in the docs
    staring me down, but I dont see it.
    I've found scrollToIndex method, but that doesnt seem to
    actually highlight the index item. How do I highlight an index item
    in a list in as3?
    Thanks,
    Matt

    Oh, I forgot to mention that I am using ActionScript 3.

  • How do I change the highlight color of my PDF file?

    On my PDF files, I'm able to highlight text, but cannot figure out how to change the color of the highlight.  I've got Adobe Reader, and also paid to upgrade - but honestly, I'm not sure which program I have.  This is the most confusing application I've ever used!

    Hey,
    You are most welcome
    Yes, you can change existing highlight color also.
    For this, go to 'Comment List' on the right hand side and select any one comment.
    Now, press 'cmd+A' to select all the comments in the list and then 'control click' to choose 'Properties' from the pop down.
    Choose highlight color as desired from 'Highlight Properties' dialog box.
    Please check and let me know.
    Regards,
    Anubha

  • List component row manipulation

    I have two questions regarding as3 list component:
    - I'd like to highlight and keep selected the item a user last selected from my list component. I've combed the live reference as well as google and must be typing the wrong search words. I can tell what label and index an item was that was selected but am not finding a way to highlight and keep highlighted the user's choice in the list component.
    - Also, I'm exploring the notion of inline buttons within a list's rows. If a user hovers their mouse over a row, a set of small buttons come up the user can click on for further functionality. This may be more of a make your own component answer but I'm exploring it nonetheless. Any thoughts or comments on this?
    Thanks!

    no something else is going on. Or perhaps you didn't explain your problem clearly.
    After servlet b calls getList() you have two servlets each having a reference to the same list
    A------\
    List
    B------/

  • Change XP Look and Feel Rollover Highlight Color

    Is it possible to change the orange rollover highlight color that is used in the Windows XP Look and Feel? If so, how? I want to change it in once place and see the results on every component in my application.

    By the way, I'm using 1.5

  • Changing the Preview highlight color

    When you search a PDF file with Preview, you get a list of results in the drawer. Selecting a result goes to that page and highlights the search text. However, the highlight color is a dull gray and is often very difficult to locate quickly, especially on a page full of small text.
    Does anyone know if this color can be changed, for example to imitate the easily visible color used by the Firefox find command? There's no obvious preference for this, but perhaps there's something hidden in the preference file?

    Preview follows the system default, which sets the highlight color of inactive windows to gray and the active window to the color set in Appearance.
    When you search, you can use Tab/ShiftTab to toggle focus between the drawer (containing the search instances) and the main page display pane.

  • Hotmail tools missing highlight color tool IE & Apple same Hotmail a/c is ok

    IE9 terrible, so as many advise I changed to Firefox & true in SRV is great, but when I access Hotmail live my account via IE 8 or 9 or Apple Safari browser, the email compose site has the last tool after text color as a highlight color button.
    I use this a lot in mail or extract pasted forwarding to others. Then I can select the highlight tool and type normal black text on yellow background, viewers know my work always yellow highlighted, other text are the originator of the pasted text.
    How can I restore that tool to Firefox operated hotmail live toolbar normal mposition as last tool on that standard format list.

    Hi there,
    I have this exact same issue with my Mac Mini home media server. It has a fixed IP. However there is no vpn client installed.
    When I restart the computer everything works fine. Then after a couple of days the dns loses it. Dig works fine and ping. If I try google in a browser it won't load, but if I put in an IP address of a known existing website, it works fine. I can still use remote desktop to access the computer. But if I try to access iTunes through the Remote iPhone app it fails to connect.
    I have searched a lot on the internet, and tried out a lot of solutions / suggestions but the bug is rather persistent.
    Is there anyone who can help me with this one?
    Regards,
    Jasper

  • Creating search field for a list component

    i have created a glossary of terms using the list component and populating it via an XML file.
    what i would like to do is create a search field that as the user types in the search bar if there are any matching entries in the list, the focus/selection jumps to that particular item in list. i don't want to clear the list just go to the item that matches.
    i would like it to be predictive so if i have these entries:
    samson
    seek
    seether
    south
    and the user types "s" in the search box to the first "s" entry in the list (samson) is selected, if they type "se" the selection jumps to the first entry with "se" in it (seek) if they type "seet" the selection jumps to "seether" and so on.
    i have absolutely no idea how to do it, but more importantly...is this possible?
    i have attached the sample files that i have been working on.
    thanks in advance

    You need the lowercase. the keyCode of the keybpardevent returns the key's uppercase charcode. So the A-key allways returns 65. Therefore convert keycode to char and to lowercase before appending after what's allready there in the field.
    To have the user not have to type the words with proper casing, convert the label to lowercase before doing the indexOf search.
    import fl.data.DataProvider;
    //-------declare vars----------------
    var firstClick:Boolean=true;
    var loader:URLLoader = new URLLoader();
    var dp:DataProvider = new DataProvider();
    var xml:XML;
    //-------add listeners---------------
    loader.addEventListener(Event.COMPLETE,onLoaded);
    glossary.lb.addEventListener(Event.CHANGE, itemChange);
    glossary.search_bar.addEventListener( FocusEvent.FOCUS_IN, clearbox );
    glossary.search_bar.addEventListener( KeyboardEvent.KEY_DOWN, onSearch );
    //-------functions--------------------
    //clears the input field when the user clicks into it for the first time
    //eliminates the need for them to highlight and delete the "type search here" text
    function clearbox( e:FocusEvent ):void {
        if (firstClick==true) {
            glossary.search_bar.text="";
            firstClick=false;
    //populate description box with definition when item is selected
    function itemChange(e:Event):void {
        glossary.ta.text=glossary.lb.selectedItem.data;
    //creates the data provider for the list based off external XML file
    //arranges the items in alphabetical order
    //populates the list
    function onLoaded(e:Event):void {
        xml=new XML(e.target.data);
        var il:XMLList=xml.channel.item;
        for (var i:uint=0; i<il.length(); i++) {
            dp.addItem({data:il.description.text()[i],label:il.title.text()[i]});
        dp.sortOn("label");
        glossary.lb.dataProvider=dp;
        glossary.ta.text="Please make a selection below";
    //dynamic search engine to locate items in the list
    function onSearch( e:KeyboardEvent ):void {
        trace( e.keyCode );
        var input:String = ( glossary.search_bar.text + String.fromCharCode( e.keyCode ).toLowerCase() );
        trace( input )
        for (var i:uint = 0; i < dp.length; i++) {
            if (dp.getItemAt(i).label.toLowerCase().indexOf(input)==0) {
                glossary.lb.selectedIndex=i;
                glossary.ta.text=glossary.lb.selectedItem.data;
                break;
            } else {
                glossary.ta.text="no matching searches";
    //-------load the xml--------------
    loader.load(new URLRequest("xml/movie1.xml"));

  • Highlight color

    I have an odd problem with highlighting text in safari.
    When I type in a search in Google and I am presented with a list of finds when I move down the list the highlight color does not exist and actually it is clear.
    At first I thought it was the highlight color in preferences but I changed it to orange with the same result.
    Is there some setting in Safari or some other system preference that needs adjusting.
    BF

    As far as I can tell, the sytem highlight color has nothing to do with the highlighting being asked about, which is more like the highlighting in a menu selection.
    Some traditional questions:
    Does this behavior survive a restart?
    Are there any plugins/extensions in Safari you have installed?
    Does this behavior persist for a different user, e.g., Guest?
    Does this behavior persist in Safe Mode?
    charlie

  • Highlight color for Combobox

    I have a JComboBox, when i navigate between the various items inside the Combobox, it gets highlighted by some color. I want to know how to get that color object, i want to use the same color for something else. What would be the RGB combination for tat color?

    Popup, or drop down, list of JComboBox is a JList object.
    JList has getSelectionBackground() and ---Foreground() methods to get selection highlight
    color. In order to access the JList object in a JComboBox, study the source code
    JComboBox.java. Especially, its AccessibleJComboBox() constructor is the key.
    Alternately, you could use:
    UIManager.getColor("ComboBox.selectionBackground")
    // and
    UIManager.getColor("ComboBox.selectionForeground")

  • How do I control the selection highlighting colors assigned to Layers?

    When new layers are created in the Layers panel, they are set to a default selection highlighting color. The color for each new layer changes, sequencing through a list of color options. For my personal use, whether or not it's the lighting in my office and/or the artwork I'm working with, I find about 75% of the color options to be unusable. In fact, the only color definition that works consistently for me is 'Green' (the third option from the top of the list). I work with many layers on every project and I find myself changing every layer to Green manually. Is there an option to set the default highlighting color for every new layer to a single color rather than cycling through the list? I have looked through all the options I could find throughout Illustrator without seeing such.

    Create all your layers, select the first layer, hold down shift, select the last layer, then doubleclick to change all layers at one.
    Or create a template with your layers/names/colors that you want them, and save as to a .ait template format.

  • Change highlight color for content assist

    Hello. The highlight color for current selection in Content Assist (Code .. Hinting) in FB3 IDE is too light for me to distinguish. How it can be changed?

    Try with this
    Windows -> Prefrences -> General -> Editors -> Text Editors -> Annotations -> Right side there is list from which select -> Actionscript occurance.

Maybe you are looking for

  • Image Processor doesn't launch

    Hi, I'm using CS5 Bridge and Photoshop, and I can't get my Image Processor dialog box to launch in Photoshop when I go to  Tools>Photoshop>Image Processor in Bridge. Photoshop will launch but no dialog box appears. I have updated all my programs and

  • Database link name does not work with JDBC.

    Hi, I am new to Oracle database. I run a query from a Java class and after waiting around 20 minutes then it returns "ORA-04021 timeout occurred while waiting to lock DBMS_LOCK" error. The query is: select r2.EXTERNAL_ID, d.EXTERNAL_ID AS ISIMPORTED

  • Header in the output of the program

    I have used this code for creating header in the output. REPORT  ZF7U_PAYMT_PAR         LINE-SIZE  132         LINE-COUNT 60         NO STANDARD PAGE HEADING. TOP-OF-PAGE. CALL FUNCTION 'Z_STANDARD_PAGE_HEADER'        EXPORTING             COMPANY_CO

  • IChat quits when I'm video conferencing

    Can someone please help. I start a Video Conference, About a minute later, ichat quits. Im using an isight.

  • Can I make Apollo--or any other browser than Safari--my default browser?

    I'd prefer to use Apollo since, as a Firefox stand in and the one I use on my iMac, I'm linked to it. Thanks.