Legend item index on click

Hi
I'm starting with flex. I have and issue with getting the
legend item index on click event. If someone knows ow to do it
would be great.
Thx

Tom, 
   I have played around with the XY Graph and am unable to get access over that scroll bar in terms of changing it. I found that changing the Index Display effectively scrolled the legend but was unable to get a reference to it either. This kind of functionality seems to be a great product suggestion if you would like to put it on the Idea Exchange for future versions of LabVIEW.
Ben J.
National Instruments
Applications Engineer

Similar Messages

  • I google an item. I click on the link. It start's to open then sends me to another website. This just recently started to happen.

    I google an item. I click on the link. It start's to open then sends me to another website. This just recently started to happen. When I hit the back button the page remains blank. I have to copy the url in and hit enter.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Since I upgraded my Ipad2 with IOS6, i keep getting kicked out of Safari after I am in the middle of looking for something and on Ebay it continually kicks me back to the first item if I click to see a picture, say after I am 150 items down.  Even CNN too

    Since I upgraded my Ipad2 to IOS6, I keep getting kicked out of Safari after I am in the middle of searching for something.  Also, Ebay kicks me back to first item if I click on an item, say number 153 or 642!  Very annoying.  Even CNN kicked me out back to Ipad home screen last night!  How do I make it stop???

    My question is this:
    What is the best way of getting the pictures out of the iPhoto Library? I
    Select the photos you want out and export them as JPGEs - kind = current for the current edited version - kind = original for the original
    f I get access to the original folders within the library by right-clicking any photo and then being able to browse inside the library, am I going to have any problems if I copy or move those original pictures directly to a folder outside of the iPhoto Library?
    Copying photos out will not be a problem if you make no errors - for me that is not a good bet - it is best to stay out of yoru iPhoto library
    Would it be better to export the pictures?
    Yes
    Does exporting using "current" under "Kind" give you the original more safely?
    No - it gives you the current version which may be the original if no changes have been made or will be the current edited version if edits ahve been made
    Also, any suggestions on how to best have photos OUTSIDE of an iPhoto library organized so that iPhoto can reference them, but your backup is also organized?
    In the iPhoto preferences un check the advanced preference to "copy imported items to the iPhoto library"
    HOWEVER - this is not recommended - it makes importing more complicated, deleting more complicated and makes replacing a hard drive or going to a new computer much more difficult - and it puts you totally in charge of your original photos - being sure that they are there and do not get moved
    I'd like to have my photos organized by date in the backup as well, so that I don't have to backup all my pictures every time I add new ones, just add the latest to the backup drive.
    Finally, any suggestions on what to do with pictures that you scan so that they appear by the date they were taken as opposed to the date they were scanned? Is there a way to modify the date of the photo info?
    Select the photos in iPhoto and use the batch change command under the photos menu - the tiem and date option
    LN

  • Legend item text too long

    Hello.
    Question to Flex guru:
    I have too long text in Legend for chart. How can I do line
    folding or how can I show toolTip for legend item (like for a Label
    object)?
    How can I initialize Legend object with array of LegendItem
    objects?
    Sorry for my english :)
    Thanks in advance.

    Im not sure what your asking exaclty as my english is bad
    too, however i know that the label will only show one line of text,
    for wordwrap or multiple lines i think you need to use the "Text"
    control.

  • BDC - How to find line item index in table control?

    Hi guys,
    I am doing a BDC for VL02N, I am stuck up in positioning the line item index. For example, I have 10 line items, I want to fill quantity for the item 000060 which is in the third line. I am able position the cursor using button for locating item ( ok_code = 'POPO' ), but I could not find the index of the item in the table control, so that I can enter the quantity value as
    PERFORM bdc_field  USING 'LIPSD-G_LFIMG(03)' '100'.
    Any expert to help me on this?

    Depending on the message the line number might be in one of the fields:
    MESSAGE_V1
    MESSAGE_V2
    MESSAGE_V3
    MESSAGE_V4
    Although if the message simply is not meant to include the line number, it won't be there. That's the way it is. If there is a user exit available, you may add your custom messages with the line number. In some user exits (in sales order for sure) there is a special variable (flag), which is set when the BAPI runs the transaction.

  • Finding which menu item has been clicked

    Does oracle forms have anyway of knowing which menu item has been clicked.
    I have a security structure set up where menu items are made visible depending on their name, which in turn is based on the individual forms that a particular user can access.
    I would like to write a generic method for all menu items where it uses the name of the clicked menu item to perform a query, the result could be used to open a new form.
    So is there a build in or some 'secret source' which tells me the name or gives me the id of a clicked menu item?
    Message was edited by:
    gazbarber

    Not entirely sure what you mean, are you sugesting i have a generic method with a switch statment and uses the input paramter to decide what to do?
    It's not really what i'm after, rather I already have the name of the menu item in the database, the same table also contains the module filename that clicking the button should go to.
    So the idea would be somthing like
    declare
    begin
    select module name into new form from secutity table where menu item = :system.current menu item;
    open_form(new form);
    end;
    :sysem.current menu item is the missing ingreadiant.
    My menu has many items in the hundreds i think so even the generic switch staement would be pretty tedious and i want changes in the database to be felt system wide as they are else where in my system.
    Thanks for you help and i hope this explains my question better.
    Regards,
    Gareth
    Message was edited by:
    gazbarber

  • Can't retrieve item indexes for app.project.selection[x]

    Hello, I'm relatively new to scripting.  I'm trying to write a script that dupliates the selected comps in the project window a number of times and then modifies each of the dupliates.  How do you retrieve the item index for each app.project.selection[x] ?  Please let me know if there's a better way to select each of the duplicated comps rather than using item indexes.  Thanks in advance!
    Dave

    Very simple
    app.project.selection[x].id
    var newComp = app.project.selection[0].duplicate()
    var theID= newComp.id;
    Check out the scripting guide, assumption that the selected item is a comp.
    For your duplicates you just need to store the item id's in variables or as an array of items.

  • Deleting multiple items in one click

    Hi Guys
    My iTunes has been reset and has for some reason added all the songs on my computer twice = about 120GB when it should only be 60GB.
    I'm sure there used to be a way to delete multiple items in one click but the only way I can seem to do it is by doing it individually after click view duplicates, this clearly isn't practical for over 5500 songs.
    Thanks for the help!

    Thanks for the answer.
    If I understand it correct, If I have an invoice of 10+ items, there is no possibility to delete 5 items for example with one click?
    I have to the delete the 5 items one by one or delete the whole invoice and start again?
    Thanks.

  • Error At Essbase Startup: Fatal Error: Invalid item index in security file

    Hi
    I'm newbie in ESSbase
    A Essbase startup, i got this message: Fatal Error: Invalid item index in security file
    I do a copy a the Essabse.bak to Essbase.sec and get the same message.
    Need some help : it's a Production Application
    Thanks in advance

    Please try to restart Essbase once do rename Essbase.bak to Essbase.sec and check now

  • Spry Menu submenu items jump when clicked

    Here is the test site:
    http://jboyerdesign.com/keepsake/
    When you click on the submenu items, the menu jumps as if there is a different size defined for the text of the menu item as you click.
    Any ideas?
    I haven't edited the submenu CSS settings. I did change some things in the menu section:
    ul.MenuBarHorizontal ul
              border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: #EEE;
              padding: 0.5em 0.50em;
              color: #333;
              text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              background-color: #EEE;
              color: #A74343;
              padding: 0.5em 0.50em;
              text-decoration: none;
              font-weight: normal;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: #EEE;
              color: #A74343;

    Lines 96-102 of nl3.css reads
    a:active {
        color: #996600;
        font-size: 0.95em;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: bolder;
    This interferes with the menu item list. If you change or delete the font-size, all should be well.
    Gramps

  • Strange "Hello World" menu item on right click

    Hello - for a few days now I am getting a strange Hello World contextual menu item when right clicking in some applications… Excel, iPhoto… It's at the bottom of the items separated by a line. When I choose it a text clipping kind of window comes up with German heading "Ohne Titel". In it it shows Hello World, which cannot be edited. Closing window is the only option.
    Any idea what this is and how to remove it?

    It displays which ever application is active, i.e. the window seems to belong to that application.
    Below is a list of "My Processes"… I am not familiar enough with the list to say if there is anything unusual in it.
    Here is a screen shot from iPhoto: http://homepage2.nifty.com/megaperls/hello.png
    126 fontd dirk 0.0 2 7.5 MB 30.4 MB
    120 pboard dirk 0.0 1 768 KB 18.4 MB
    2151 Image Capture Extension dirk 0.0 2 6.3 MB 29.1 MB
    118 Finder dirk 0.0 5 36.4 MB 40.8 MB
    117 SystemUIServer dirk 0.0 5 25.2 MB 283.5 MB
    116 Dock dirk 0.0 3 24.9 MB 29.0 MB
    2022 TextEdit dirk 0.0 2 28.1 MB 27.8 MB
    2147 iPhoto dirk 0.0 12 139.2 MB 146.4 MB
    112 launchd dirk 0.0 2 972 KB 38.0 MB
    235 DashboardClient dirk 0.0 5 45.6 MB 217.4 MB
    232 Flash Player (Safari Internet plug-in) dirk 1.5 6 14.8 MB 54.6 MB
    2137 mdworker dirk 0.0 3 18.4 MB 39.2 MB
    38 loginwindow dirk 0.0 2 8.0 MB 34.7 MB
    927 AppleVNCServer dirk 0.0 4 2.8 MB 30.1 MB
    222 AppleSpell.service dirk 0.0 2 9.5 MB 29.1 MB
    156 Safari dirk 0.0 10 313.1 MB 413.6 MB
    219 WebKitPluginAgent dirk 0.0 2 936 KB 39.5 MB
    152 iChatAgent dirk 0.0 2 6.0 MB 13.7 MB
    723 ARDAgent dirk 0.0 5 2.5 MB 31.7 MB
    151 Kotoeri dirk 0.7 3 43.7 MB 52.3 MB
    147 HP Event Handler dirk 0.0 4 2.6 MB 30.6 MB
    145 TISwitcher dirk 0.0 2 6.2 MB 30.2 MB
    144 HP Scheduler dirk 0.0 2 3.6 MB 29.9 MB
    143 imklaunchagent dirk 0.0 2 1.9 MB 39.0 MB
    140 Little Snitch UIAgent dirk 0.0 3 7.2 MB 30.7 MB
    2172 mdworker32 dirk 0.0 3 5.7 MB 72.7 MB
    2165 Activity Monitor dirk 2.1 3 20.1 MB 38.3 MB
    131 UserEventAgent dirk 0.0 3 5.0 MB 40.7 MB

  • JTree: Index of clicked Item in treeWillExpand

    Hi.
    I have a JTree component which I do not completely load at the beginning. I have to fill the paths when the user expands a folder of the tree.
    Because the new items are out of a database, I need to know to whick "parent" folder the user has clicked.
    With "event.getPath().getLastPathComponent().toString()" I can get the text of the "parent". But I need any number (Index) that is connected to this String. With thsi Index i want to seek in the database.
    I cannot use "tree.getRowForPath(str);" because it gives me the certain Index of the first level. If a folder above is expanded, the items of level 2 and 3 are counted as well as rows. So i cannot use it as an Index.
    Do you have any other solution?!
    Thank you very much!
    Sebastian

    DefaultMutableTreeNodes take an object, so create an object which contains both the string you want the user to see and the index number. I'm guessing that the TreeNode uses the object's toString method to figure out what to display, so make your object's toString return the string.
    Then in your treeWillExpand method, do event.getPath().getLastPathComponent(), cast that to your object type, and reference the index you need.

  • How can I remove the list of 20 recently saved items when you click on the arrow on the far right side of the File Name screen for images, web pages, ect?

    When I right click and go save image/page/ect as the file save popup screen appears and on the right side of the File Name bar there is an arrow. If you click the arrow it shows the last 20? items that have been saved and their save location. Is there anyway to not have the list of recent items there or at the very least a way to clear them? I'm running Firefox 17 on Windows 7.
    Also when you save items as you were typing in the name you want to save them as it used to show filenames with the same name as you type that are saved in that directory so instead of typing the whole filename or copy/pasting you could start typing a filename and then hit the up or down arrow, backspace and just change the end of the filename without having to retype the entire filename.
    Hopefully you understand what I mean and can help me fix it, thanks.

    It's in the proper directory. I can scroll down the window on the right and see the files but if I start typing the file name of one of them the autocomplete drop down thing that shows matching file names does not appear. In the back of my mind I'm starting to think a setting got changed and then the list of matching file names stopped appearing but I can't recall what setting may have been changed, if it was a firefox or microsoft change or for certain if anything got changed at all. Yeah I know I'm not helping my own cause but what can you do.

  • How to read row index when clicking on F4 search multiple rows

    Hi Experts,
    I would like to read index of selected row in assignation block. Please help.
    My requirement is to restrict product search base on product category available in same row of table row.
    When I select f4 search on product ID, It shows me all products available in system, however user wants product search should be based on product catagory.
    I have added following code in get_v_orderprod. Problem is when user click on f4 button on product for first time CONTROL doesnot go to get_v_orderprod method in BT111H_OPPT component btadmini contextnode firsttime pop up comes with open search of all product available in system.
    DATA:  lr_admini            TYPE REF TO cl_crm_bol_entity,
             lr_iterator         TYPE REF TO if_bol_bo_col_iterator,
             lv_ordered_prod     TYPE REF TO crmt_ordered_prod_db,
             lr_collection       TYPE REF TO if_bol_bo_col,
             current             TYPE REF TO if_bol_bo_property_access,
             dref                TYPE REF TO data,
             lv_pr_catagory      TYPE string.
      FIELD-SYMBOLS: <l_data> TYPE data.
    * if iterator is bound.
    *      current = iterator->get_current( ).
    *    else.
    *      current = collection_wrapper->get_current( ).
    *    endif.
      lr_iterator = me->collection_wrapper->get_iterator( ).
    if lr_iterator is bound.
          current = lr_iterator->get_current( ).
        else.
          current = collection_wrapper->get_current( ).
    endif.
    lr_admini ?= current.
    *   lr_admini ?= lr_iterator->get_by_index( iv_index = iv_index ).
      IF lr_admini IS BOUND.
        lr_collection = lr_admini->get_related_entities(
                     iv_relation_name = 'BTItemProductExt' ).
    *   lr_collection = current->get_related_entities(
    *                 iv_relation_name = 'BTItemProductExt' ).
        current = lr_collection->get_current( ).
    *   if lr_collection is bound.
    *      current  = lr_collection->get_current( ).
    *    else.
    *      current = me->collection_wrapper->get_current( ).
    *    endif.
        IF current IS BOUND.
          TRY.
              dref = current->get_property( 'PROD_HIERARCHY' ).
              ASSIGN dref->* TO <l_data>.
              CHECK <l_data> IS ASSIGNED.
              lv_pr_catagory = <l_data>.
            CATCH cx_sy_ref_is_initial.
              RETURN.
          ENDTRY.
          CLEAR: lv_pr_catagory.
        ENDIF.
      ENDIF.
    Is there anyway out to achieve this ?
    Thanks
    Neha

    Hi Venkat,
    <li>You are the right person to solve the problem .
    <li>What you have to get it solved is place Break-point on REUSE_ALV_GRID_DISPLAY function module and break-point inside USER_COMMAND event where u press SCREEN button which takes you to table control and another break point where DELETE function you are doing. Definitely it works out.
    Thanks
    Venkat.O

  • Copy of Item Box - on click of a button

    I need to capture a value in the Item box from a table column only when a particular button is pressed. User needs it there so that he can Edit and update it . Is there a Way to do it.

    If I had not Explained well. I would like to put it in better words.
    * I have a Form for CASE with most of the ITEMS in Read Only Format.
    * I need to Have Empty Text boxes (Item box) where When we Click a button it should pull the value of the one particular column (say Summary of the CASE) from that Read only data.
    * The User should be Able to Edit the Summary part in that text box and the record should get updated with SQL process page process on clicking the apply changes button.

Maybe you are looking for

  • How to delete saved report S_ALR_87012078

    Hi, Good day! We would like to request your advice on the following: Whenever we generate report S_ALR_87012078/0SAPDUEAN-01 (Due date analysis for open items), we save it  and it is automatically shown onscreen whenever we access the report. However

  • Is there a maximum number of keywords in Lightroom 4 on Windows XP?

    A friends finds that near the end of a long list of keywords in the Keyword List pane, the right-pointing arraow to the right of the keyword fails to appear. If she adds three new keywords above that point, the point moves up three, suggesting a maxi

  • Contacts don't show up on my iphone 4

    I cannot see my contacts when phone or text is received, only their numbers. Information is loaded correctly. What's wrong with my iphone?

  • CS5 to CS3

    I'm a designer and someone sent me a CS5 file, I only have CS3.. Does anyone know how I could get this file to work in my version? Any suggestions are welcome!

  • Time Machine starts new full backups

    Two MacBook Pro using Time Machine and Time Capsule: TM never uses the full capacity ot TC but claims "A problem has ocurred preventing TM from using the existing safety copy.", wipes out the existing sparsebundle and starts a new one so old backups