Generic component in a List

I would like to know how I can insert a generic component
(like a Canvas whit image and label) in a List visual component.
Is it possible or there's another way for to do a list of
component ?

You want to use an itemRenderer. For example, suppose each
record of the data to be displayed in the list is like this:
{label:"Some Label", image:"URL to an image"} then you could do
this:
<mx:List ... >
<mx:itemRenderer>
<mx:Component>
<mx:Canvas>
<mx:Label text="{data.label}" x="0" y="0" />
<mx:Image source="{data.image}" x="0" y="20" />
</mx:Canvas>
</mx:Component>
</mx:itemRenderer>
</mx:List>
The formatting in these messages makes it hard to see the
relationships. But look up itemRenderer in the help for more
details.

Similar Messages

  • I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?

    I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?  Is there some way to add the CMYK profile to the list of choices that are available in the export preset dialogue such that I can choose it?

    leonieDF
    Thanks for your response.  My profiles are located within color sync utility as you can see here:   
    These profiles do not respond to clicking and dragging.  Since they are all in one place, more or less, I'm reluctant to make further attempts to relocate them.  Accessing the CMYK profile is the first difficult experience I've encountered with this arrangement.  I have never needed the CMYK profile until recently, and that need has now past.  However, it remains a mystery to me as to why it does not appear with all the others on the menu of export choices in Aperture 2, or on the menu of profile assignment choices in the Preview application (where again all the other profiles are listed as choices).  I'm beginning to think my current set up will permit me to view an image that was created in CMYK space, but does not easily assign, or convert to that space.  I don't face these restrictions with all the others, so it remains a curious circumstance for me.  I anticipate upgrading my computer and software in the near future which might alleviate this issue altogether.  Again, many thanks for your attention to this matter.  The reach of this community is astounding.

  • Add component in task list

    Hello All,
    I have an issue with adding component in task list (for example task list number EIMN-68) via transaction IA05.
    When I try to add component to operation, I get the message *
    Standard BOM PAEIMN-68  4 already exists
    Message no. 29771
    Diagnosis
    You want to create a standard BOM for standard object PAEIMN-68 with usage .
    A BOM already exists for this standard object and usage. You cannot extend a standard a standard BOM.
    Procedure
    Check whether the standard BOM is suitable for standard object PAEIMN-68 and usage . If it is not, you need to create the BOM for another standard object.
    Is there any special way to create material master for such components.Whats the solution.
    Please help
    Cheers
    Sunny

    Hi Pithan, how are you..
    I want to add components.
    Just now I was able to add components. I explain how:
    When i added component number in operation, and press enter, system gave me the error that standard bom already exist. In the same screen I changed the BOM usage to 3 as universal usage. After this usage only, system allowed me to add components. No other bom usage allowed me to do so.
    Also, why system took me to BOM screen if I just want to add components.
    I wait for your reply.
    thanks and regards
    Sunny

  • Create generic component to handle errors after using the function modules

    Hi,
    Please provide steps to create a generic component to handle the BAPI Return structure meesages after the function calls..
    Please let me know how to pass the structure or internal table from one component to other.
    Thanks in Advance,
    SV
    Moderator Message: No Step-by-steps will be provided here. Either take a classroom course or search for SAP Documentation
    Edited by: kishan P on Dec 10, 2010 3:14 PM

    Hi Hari,
    Plz give me ur mail id.. i will forward some documents regarding Generic Extraction using FM  and query...
    For function module means.. you have to  create function module. in RSAX..in R/3 side
    and you want to extract data using Query means...you have to create Infoset query in (SQ01,SQ02,SQO3) IN r/3 Side
      you can refer this blog also..
    to Function module "RSAX_BIW_GET_DATA_SIMPLE" and there is very good weblog . Search "generic extraction" for weblog. /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    thanks
    @jay

  • I would want to capture the reference of memory of a generic component ?

    I would want to capture the reference of memory of a generic component
    example1 ->{javax.swing.JScrollPane@678 }
    example2 ->{javax.swing.JTextField@577 }
    ecc..
    Thanks

    I would want to capture the reference of memory of a
    generic component
    example1 ->{javax.swing.JScrollPane@678 }
    example2 ->{javax.swing.JTextField@577 }
    ecc..
    Thanksuse an Objectit is the closest thing in the language to a memory reference
    all EventListeners have a getSource() method that yields an Object
    Furthermore anything allocated with new descends from Object
    For example, lets say you added the same ActionListener to 3 different buttons
    You could test which button triggered the action as follows
    Let e be the ActionEvent passed to the ActionPerformed method of an ActionListener
    if (e.getSource().equals(jButtonOne)){; // jButton1 actions
    } else if (e.getSource().equals(jButtonTwo)){;//jButton2 actions
    } else if (e.getSource().equals(jButtonThree)){;//jButton3 actions
    }The equals method of Object is the Java idiom for comparing memory references.

  • Mass change of component in Task list

    Hi Experts
    I have thousands of material and there are changes done for them to use them in maintenance order task list as stock or nonstock.
    The task is to change the item category (from L to N or from N to L) of those materials used as components in task list and also find out those materials in BOM , Equipment TL and FL TL and change the item category.
    1.can this be done using a BDC (checking all task list / BOM for that material and change the item category)
    2. table to check component assigned to which operation in task list.
    Any help for this requirement
    Thanks
    Jey

    There is no standard transaction for the changing of components in the task lists this would have to be a bespoke program.
    If you are looking to change the components allowcated to the Bills of Material you can use transaction CS20 where you can replace the exisitng component category N with the new component category L.
    There is transactions for changing the PRT and Work Center if you get your ABAP consultant to have a look at the PRT transaction/program (transaction CA77) he may be able to copy and ammend this to make things a little easyer.
    Jim

  • Component where used list

    Dear PP Gurus,
    My client requires a where used list report for material part number.
    When i give the part number, it should display the Semi FG/FG part number in whose BOM that part number is component.
    Is there any standard report in system?
    If no , through which tables i can create such report using SQVI or do i need ABAP help?
    Thanks & Regards
    Shalini

    Dear Shalini,
    If you want to display the where used list for a single material you can use T code CS15.
    If it's more muliple material,then You have to develop a small report in order to meet your client's
    requirement.
    For this you can use the FM's CSEP_MAT_BOM_SELECT_WHERE_USED or else
    CS_WHERE_USED_MAT. Prepare the functional Spec's and prepare a customized report.
    Regards
    Mangalraj.S

  • Make Component of Custom List Type Property

    Like Following .Net Class how to make component in coldfusion10?
    public class ViewModelSearch
            public List<PropertyAttributeGroup> PropertyAttributeGroups { get; set; }
            public List<Product> Products { get; set; }
    Where PropertyAttributeGroups  ia s class autogenerate using Entity Framwork in .NET.

    Hi Steve,
    Did you ever get an answer to this?
    Thanks

  • Is there Any AutoComplete Component with customizable List?

    Hello Guys
    Is there any AutoComplete Component which uses mx:List as a list of suggestions
    I actually want to show some tiny images along the suggestions.
    So please guide in this regard
    Thanks

    The Flextras AutoCompleteComboBox is an extension of the Flex ComboBox.  So, yes, the drop down that displays your data is a List.  And you can customize the item display using itemRenderer.
    More info is, here:
    http://www.flextras.com/?event=ProductHome&productID=10
    If you have any questions, contact me directly, and I'll help out. ( http://www.flextras.com/?event=ContactForm ).

  • Generic component IDs - myFaces

    Hi,
    I've been wandering around several days to find out how i can find a good solution for tackling following problem;
    I've a component let's say a commandlink component. According the tld specification the value of the id can only be a static value. What I want to do is have there a variable ID, suppose <h:commandLink ID="#{someBean.someGeneratedID}"/>
    Is there a way to accomplish this, a work-around? Do I need to write a custom renderer or convertor? I've no idea how to solve this issue.
    I'm new to JSF, I use to work with JSP and Struts so in that environment there is no problem for this "ID issue".
    Any comments/ ideas/ links to threads I might have missed are welcome to help this newbie out!

    The only way i'm seeing for to do what you whant is to add programatically the components to the page, that wahy you can give the id's in a more dynamic way.
    Or you can change the id's programatically, although i don't know if this works. USe binding in each of the components. Then you can access them and alter several properties, amongst wich the id.

  • Cant see software component in list of components for proxy generation

    Hi all,
    I am tring to implement ABAP proxy.
    The problem i am facing is that i cannot see my software component in the list of software components when i use SPROXY tcode.
    All other software components existing in the integration builder are seen. Only mine is missing.
    What could be the possible reason.
    Thanks in advance
    Regards
    Neetu

    Hi Keith,
    I am using SAP WAS 6.4.
    How to check the connection to the integration builder and SLD.
    I think everything is fine because all other software components can be seen. Only my software component is missing.
    I think i am missing out some setting.
    Pls giude
    Regards
    Neetu

  • How to find list of transactions for a given component

    Is there any table that holds information about transactions.
    My requirement is to retrieve all transactions for a particular component.e.g. list fo transactions for SD or MM.
    I am into java and have need to develop a program to retrieve teh above information using sap jco.
    Hence if there is any RFC or table holding this info please let me know.
    Thanks and Regards,
    MNGHosh

    Hi
    Let me explain this witha na example.
    Let us assume that one developer received a requirement on Material Management Module.
    (Create Material)
    Step1:
    Go to the Transaction Code : SDMO.
    Step2 :
    Execute SDMO Tcode from SE93 or Press /nSDMO
    Step3:
    It will prompts for you  a Dynamic menu with text box.
    Step3 :
    Enter your required description in that text box and press F8 or press execute button.
    Here Iu2019m entering u201CMaterialu201D as description and pressing F8.
    Step5 :
    We will get the list of Transaction Codes associated with the description u201CMaterialu201D as Follows.
    Step6 :
    In the above list, we will get all Transaction Codes associated with the description u201CMaterialu201D
    Search for your required transaction code based on your need.
    Suppose if our requirement is to create a material then search with the word u201Ccreateu201D in the above list.
    Step7 :
    It will gives you the sub list of Transaction codes associated with Material and Create search terms
    Step6 :
    In the above list, we will get all Transaction Codes associated with the description u201CMaterialu201D
    Search for your required transaction code based on your need.
    Suppose if our requirement is to create a material then search with the word u201Ccreateu201D in the above list.
    Step7 :
    It will gives you the sub list of Transaction codes associated with Material and Create search terms.
    Step8 :
    If you observe the list, we got many Transaction Codes including
    MM01 u2013 Create Material in the Sub list.
    In this way we will get the required Transaction Code using the description only.
    This is applicable to any module.
    Regards,
    Sreeram

  • Why doesn't  list component identify grid component

    Hi,
    I have couple of doubts.
    1. I put <grid> component inside of <List>
    component . Surprise! The <List> component is not identifying
    the <Grid> component. Is this bug of Flex Or it's property of
    Flex <List> component.
    What I have to do to make <Grid> visible even I put
    inside of <List> component.
    2. what is an equilanat of <Table> in Flex. Ofcourse it
    may be DataGrid. Suppose If I use DataGrid I have lot of
    restrictions.
    These are the problems I am facing with <DataGrid>
    ( i ) Is this possible to put radio button / link bar as one
    of column in a row. I mean how to put radio button / link bar as
    row in array
    ( ii ) Is it possible to make columns in a row as variable
    sizes i.e. suppose if DataGrid header has size=100. Is it possible
    to make column of next row size as 200.
    anybody help me in this regard. I am eagarly waiting for
    reply.Because I have been strugling to solve this problem for last
    4 days.
    Regards,
    Siva Kumar

    A custom itemRenderer will be the solution to several of your
    issues(1,i).
    For 2., there is no exact equivalent of an html table. Look
    at Grid, TileList, or consider making your own component.
    for ii), no, all cells in a columns must be the same size.
    Tracy

  • Mass component substitution in Task List

    Hi Gurus,
    I'have so many Task Lists, and total have hundreds of line operations.
    But, now there material substitution. Let say, previously in Taks List using Material/Component "A", and now material "A" substituted become material/compenent "B".
    How could we do change (mass change) to all Component in Task List that previously using "A" and than replaced by "B" and how about if there are unit of measure differences .
    How do we do it ? Any T-Code to do this ?
    Regards,
    Tri W

    Tri W,
       The material will be replaced, with the follow up material,  once there isnt sufficient quantity available to satisfy the demand from the reference date entered on the MRP screen.
        However, it looks like this replacement of the follow up material only works if you manually enter the orginal material in the components tab or if you import the material from a BOM.This doesnt seem to work if the material is directly associated to the Task list(Even though this is also assigned a BOM number of Type "standard") . When you import the task list into the order, the Original material is not replaced with the Follow up material if there isnt sufficient stock available.This looks like a bug to me, you may want to consider raising a OSS note to see where that leads you, otherwise my apologize for misleading you. We had used the BOM and this worked perfectly for us,hence i was pretty sure this would work for materials assigend directly to task list(Since this also had a BOM number and type assigned to it).
    Best Regards
    Narasimhan

  • Scroll one item in List component

    Hello!
    I use List component for song list in my flash music player. Everything works ok except for one problem - when the name of the song is too long, user can't read the full name of the song. One solution would be to use the horizontal scroll bar, but I have a better solution on mind: would like the current song automatically scroll (go around like in mp3 players). I guess I have to get current song's DisplayObject, to change it's x coordinate, but how? Maybe there are other solutions?
    Thanks in advance,
    elvman

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

Maybe you are looking for