Custom Components not Visible in the Flex Design

Hi
    I am trying to create a Flex Application to consume a Web service.
     Which DataGrid can i use to get the list of data at runtime.
     The Datagrid component which is available  under Controls in the design is displaying 3 columns and 3 rows by default. But if i use this UI element no.rows and coulmns cannot be changed at runtime.
So could anybody advice me which datagrid can be used?
By defalult Flex design has Controls, Layout, Navigators, Charts components
Could anybody tell me whats Custom Component in the design. becoz i cannot see any of the components under Custom folder.
Is it a custom developed one or is it a Default like other components ?
How do I get these components  Customer DataGrid, Video Chat, Yahoo Search, Countries By Group etc.
Please guide me...
Thanks & Regards
Sireesha.
Edited by: sireesha esukapalli on Dec 1, 2008 1:06 PM
Edited by: sireesha esukapalli on Dec 1, 2008 1:17 PM

Hi Daniel,
    Could you please check the below code in MXML.
    I am getting the error as Unexpected paramater "CustomerNo" not found in input arguments.
   What node should be given under <request> tag ? Is it can be any xml node related to customer no? or anyother thing?
    <mx:WebService id="WSCust"
     wsdl="http://ctsintcosnw4.cts.com:8000/sap/bc/srt/rfc/sap/zws_custinfo?sap-client=812&wsdl=1.1 "
    showBusyCursor="true"
     fault="Alert.show(event.fault.faultString)"
     result="onCustResult(event)"
          >
<mx:operation name="ZBAPI_CUSTOMER_DETAIL2">
     <mx:request>
     <CustomerNo>
          {Cust_no.text}
     </CustomerNo>     
     </mx:request>
</mx:operation>
</mx:WebService>
<mx:Script>
     <![CDATA[
private function Getcust_data():void
WSCust.getOperation("ZBAPI_CUSTOMER_DETAIL2").send();
     ]]>
</mx:Script>
<mx:Label  text="CustomerNo"  id="lblcustno" />
     <mx:TextInput id="Cust_no" />
<mx:Button  id="btn_custno" label="Display Customer General Data" click="Getcust_data()" />
Regards
Sireesha.

Similar Messages

  • Jdeveloper - GUI not visible in the visual design editor

    Hello everybody!
    Actually I'm designing a Java Desktop Application with javax.swing. using JDeveloper 11g Release 1 (Studio Edition Version 11.1.1.3.0, Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660), Java Platform 1.6.0_18 and Oracle IDE 11.1.1.3.37.56.60 on Linux.
    My question is related to JDevelopers visual design editor. Most of my forms extend javax.swing.JInternalFrame. Those forms are visible within the visual design editor but for some of my forms I had to create a subclass of JInternalFrame named ITMSInternalFrame.
    package itms.view;
    import javax.swing.ImageIcon;
    import javax.swing.JButton;
    import javax.swing.JInternalFrame;
    public class ITMSInternalFrame extends JInternalFrame {
        private MainWindow mainWindow;
        private JButton btnExit;
        protected static final ImageIcon ICOCOMMIT =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/commit-icon.png"));
        protected static final ImageIcon ICOROLLBACK =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/rollback-icon.png"));
        protected static final ImageIcon ICOINSERT =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/add-icon.png"));
        protected static final ImageIcon ICOUPDATE =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/page-edit-icon.png"));
        protected static final ImageIcon ICODELETE =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/delete-icon.png"));
        protected static final ImageIcon ICOUSER =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/user-icon-16x16.png"));
        protected static final ImageIcon ICOWAPPEN =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/wappen-icon.png"));
        protected static final ImageIcon ICOPRINT =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/printer-icon-16x16.png"));
        protected static final ImageIcon ICOPRINTPREVIEW =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/find-icon.png"));
        protected static final ImageIcon ICOITSET =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/folder-Options-icon-16x16.png"));
        protected static final ImageIcon ICOREALESTATE =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/real-estate-icon-16x16.png"));
        protected static final ImageIcon ICOBUILDING =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/building-icon-16x16.png"));
        protected static final ImageIcon ICOROOM =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/room-icon-16x16.png"));
        protected static final ImageIcon ICOPROCESS =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/process-icon-16x16.png"));
        public ITMSInternalFrame(MainWindow mainWindow, String title,
                                 String path) {
            this.mainWindow = mainWindow;
            this.setLayout(null);
            this.setTitle(title);
            setFrameIcon(new ImageIcon(ITMSInternalFrame.class.getResource(path)));
            this.addInternalFrameListener(this.mainWindow);
        public MainWindow getMainWindow() {
            return this.mainWindow;
        public JButton getExitButton() {
            btnExit = new JButton();
            btnExit.setIcon(new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/home-icon.png")));
            btnExit.setToolTipText("Closes this window");
            btnExit.setActionCommand("Exit");
            btnExit.addActionListener(this.mainWindow);
            return btnExit;
    }The forms that extend ITMSInternalFrame are not visible within JDevelopers visual editor. It says "No GUI selected. Double click on an item in the Structure Window to see its GUI here" and in the UI - Log it tells me "Unable to instantiate live instance for btnExit; using placeholder object instead."
    I've used Google to find an answer and I've read certain tips about it in different forums but non of that used to help me. So please, does anyone of guys around here know what to do to solve this?
    I look forward to receiving your advice on this matter.
    Yours sincerely.
    Florian W.

    Hi,
    I remember GUI subclasses to be an issue in 10.1.3. Not sure this has been resolved. Best suggestion is to file a service request with support and have them looking at a test case
    Frank

  • Custom fields not visible in the Active Subject Area column

    Hello,
    I have created several custom fields in the Object Service Request. I need to create a report with those fields, but some of them are not visible / displayed.
    Is there any delay between the custom field creation and its availability in Oracle Answer? Because, only the "old" custom fields appears in the list.
    Thanks in advance for your advices.
    Laurent

    it generally takes one day to appear in analytics

  • Attribute not visible in the Query Designer

    Hi,
    I am not able to see 0BPPartner as attribute of object 0Customer in the Query designer .It is marked as display attribute.For some user its visible & for Some not.
    Please help me its very urgent.
    Thanks & regards,
    Anita

    Hi Anita,
    As you stated earlier that some users are able to see it and some are not then it surely is a Authorization/Profile issue. Speak to the BASIS/person who manages this to resolve the issue.
    Bye
    Dinesh

  • OTL Custom Formula not visible in Time Entry Rule window

    Hi Friends,
    I have created a custom Fast Formula of type 'OTL Time Entry Rules'. Created a context with segments for the OTL Formulas Flex Field with formula name same as of the context. But the formula is not visible in the in the time entry rule window.
    Can any one please suggest what is the reason for this?
    Many many thanks in advance.

    Hi,
    Check whether you have given the description for your custom Fast formula while defining the FF in the Write Formula screen.
    Coz, In the Time Entry rules window you will see the description of the fast formula .
    Though the description iss not a mandatory field while defining the FF in the Write Formula screen the time entry rule will take only the description of the FF instead of the FF Name.
    Get beack to me if you need further info.
    Thanks,
    Anuradha

  • Payload not visible in the XI monitor

    In my scenario an xml message was successfully reaching its destination. The XI system was upgraded from support pack 13 to support pack 16. After that the process is still working fine as the XML message is still successfully reaching its destination. The issue we have is that the ‘Payload’ is not visible in the last two steps of the monitor. We can see the Payload until ‘Technical Routing’ in the monitor. But ‘Call Adapter’ and ‘Response’ steps do not have payload.
    (TCode: SXMB_MONI)
    when we double click a message we get XML message details and on the left hand side it shows following hierarchy:
    XML Message:
    Receiver Grouping
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Request Message Mapping
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Technical Routing
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Call Adapter
       -     SOAP Header
       -     SOAP Body
    <b>(( No Payload displayed, but present above!! ))</b>
    Response
       -     SOAP Header
       -     SOAP Body
    <b>(( No Payload displayed, but present above!! ))</b> 
    Any suggestions would be highly appreciated!
    Thanks in advance.
    Faiq

    Hi faiq
    This seems to be the normal behaviour starting with SP13 or 14. There was a discussion about this a while ago and I believe it turned out to be works as designed.
    This is what was posted as final conclusion in Re: SXMB_MONI does not show payload after upgrade to SP15:
    <i>According to SAP (OSS) this is working as designed. Apparently it was an error in the past that the payload was stored in the DB on the ABAP (IE) side when the AE is involved, as it would then be stored twice at DB level. This explains why this is not a problem when e.g. the IDOC adapter is used.
    Anyway, the only way to let the system show the payload in SXI_MONITOR is to set the runtime trace level to 3 (full trace) and parameter logging to 1 (trace switched on).</i>
    regards,
    Peter

  • Application Components not visible in SAP R/3 tree

    Dear All,
    We have standalone system and we have installed ECC 6.0 with BI Content. Harddisk is 320 GB with 2 GB RAM. We want to extract the data from R/3 to BW which are on the same system (As ECC 6.0 contains builtin BW).
    In RSA1 the application components are not visible in the SAP R/3 tree under datasource tab. When I am replicating the entire SAP data source it is giving shortdump(STORAGE_PARAMETERS_WRONG_SET).
    How can I replicate a particular data source to avoid the memory problems because I have only 2 GB RAM.

    You can also Replicate a single datasource w/o replicating the  App Comp using a FM.
    BW
    SE37
    RSAOS_METADATA_UPLOAD
    Execute
    Give Source System n Datasource - Execute
    *Give Datasource Name - for I_O... & Source System for Logsys.

  • Supplier not visible in the Purchase Order Menu

    Hi All,
    I have created a Supplier and a Supplier Site from the back end using Supplier Conversion.
    It was successful and I am able to see the customer in the Supplier menu in Payables and Supplier base menu in the Purchasing, but the supplier is not visible in the Purchase Order Menu in Purchasing.
    I have Enabled the following flags in the Supplier Site Level,
                   l_vendor_site_rec.purchasing_site_flag := 'Y';
                   l_vendor_site_rec.pay_site_flag := 'Y';
                   l_vendor_site_rec.rfq_only_site_flag := 'Y';
    What else do I need to enable in Supplier level for the Supplier to be visible for Purchasing.
    Please give me a solution so that I can resolve my issue.
    Thanks in advance.
    Regards,
    Bhaskar.

    Hi,
    You will have to achieve this through APIs, Please do some google and refer Oracle docs.
    Following are some links, which may interest you:
    R12 Oracle Apps: Supplier or Vendor Creation API
    Oracle EBS Technical Step By Step: August 2012
    Hope this helps!
    Best Regards

  • Configuration tab not visible in the costom view created.

    HI All,
    My requirement is:
    To create a view in the standard component : BT301i_lam (Financial service item level).
    For this i followed following steps:
    1> Added item component through EEWB.
    2> Enhanced the component BT301I_LAM to add a custom view which will show the required details created through EEWB.
    3> Now problem is , after view creation , the "CONFIGURATION" tab is not visible in the view.
        Also , in the runtime repository (where i can add my view to the overview page) i am not able to find the view.
    Can anyone please tell me on where i went wrong.Please also provide the correct steps to add a custom view so as to show attributes added through EEWB.
    Thanx.
    Edited by: abhishek ranjan on Mar 25, 2011 10:48 AM

    Hi,
    Try with the below code in .HTM .
    <%@page language="abap" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <chtmlb:configTable actionsMaxInRow       = "3"
                        displayMode           = "FALSE"
                        allRowsEditable       = "TRUE"
                        downloadToExcel       = "FALSE"
                        enableTableGraphics   = "TRUE"
                        id                    = "table"-------you can give your table id
                        onRowSelection        = "select"
                        personalizable        = "FALSE"
                        selectedRowIndex      = "<%= X->SELECTED_INDEX %>"
                        selectedRowIndexTable = "<%= X->SELECTION_TAB %>"
                        selectionMode         = "<%= X->SELECTION_MODE %>"
                        table                 = "//X/Table"
                        usage                 = "ASSIGNMENTBLOCK"
                        visibleFirstRow       = "<%= X->VISIBLE_FIRST_ROW_INDEX %>"
                        visibleRowCount       = "25"
                        width                 = "100%"
                        xml                   = "<%= controller->configuration_descr->get_config_data( ) %>" />
    REPLACE X WITH YOUR CONTEXT NODE.
    Regards,
    Gangadhar.S
    Edited by: gangadhar rao on Mar 25, 2011 1:47 PM

  • Account generation workflow custom process  not visible in lov

    Hi guru,
    i have created a sample process in "Project Supplier Invoice Account Generation".
    but when i upload the work flow in data base by the concurrent program . i dont find the sample process in " account generation window" in GL.
    Please help gurus.
    Regards
    vishal

    Hi,
    See the foll notes for solution:
    Note 541877 - CUF: Customer fields as checkbox
    Note 1016297 - Header customer fields are not displayed in bbpsc02
    Note 1034079 - Customer fields not visible in shopping wizard
    BR,
    Disha.
    Pls reward points for useful answers.

  • Custom View not visible in Overview page as AB unless "Reset to Default"

    Hi Experts,
    I am facing a strange issue here.
    I enhanced the component TPMOE and created a custom view ZTRADESPENDEXCEPTION in it.
    Now i have added this view as assignment block in all 6 configuration available for the overview page.
    I have redefined the DETACH_STATIC_OVW_VIEWS and REATTACH_STATIC_OVW_VIEWS.
    The issue i am facing is that my view assignment block is not visible to the user unless he/she goes to the personalization of the overview page and hits "Reset to Default". Once this is done, later on users can change there personalizations and everything works fine.
    Now i am not sure i can go and tell all end users to go to personalization of the TPMOE overview page and click on "Reset to Default".
    Is there any other way i can show my view to the end users?
    I have done this on the lines of overview page layout changing when you select product planning basis while creating Trade Promotions.
    Thanks and Regards
    Gaurav Kumar Raghav

    Hi Amar,
    My coding is given below.
    In DETACH_STATIC_OVW_VIEWS, the coding is:
    Call Super Method
    ls_viewid-view_id = '<My View Name>'.
    Append ls_viewid to rt_view_id
    In REATTACH_STATIC_OVW_VIEWS, the coding is:
    Call Super Method
    if <flag>  = 'X'.
    ls_viewid-view_id = '<My View Name>'.
    Append ls_viewid to rt_return.
    endif.
    In debug mode, the coding get executed correctly and my view is returned for attachement.
    For each user, the first time, i need to say "Reset to Default".
    After that it works fine, my view is displayed.
    Is the program "BSP_DLC_DELETE_PERSONALIZATION"  a good solution to my problem?
    Thanks and Regards
    Gaurav Kumar Raghav

  • MRS - Resources and demands are not visible in the Planning Board

    Hi Friends - I am working on the the MRSS 610. We have installed it on the our ECC 6.0 as an add-on. We have configured the system as per the configuration guide.
    But when I am accessing Manageru2019s Planning Board -  /MRSS/PLBOMGR , using the Organization unit, I am getting Notification saying that the resources assigned to the Organization unit are not available in the MRS.
    "Resource 00000000010000000000000000000000 not yet created in the WFM Core"
    The details of the Error message
    "Resource 00000000010000000000000000000000 not yet created in the WFM Core
    Message no. /MRSS/SGE034
    Diagnosis
    Resource 00000000010000000000000000000000 has not yet been created in MRS.
    System Response
    No assignments have been created for resource 00000000010000000000000000000000, even though, according to the organizational model, this resource is to be taken into consideration in the planning board.
    Procedure
    Contact technical support.
    Procedure for System Administration
    Create the resource in question in MRS."
    I have run the Report
    /MRSS/HCM_RPTWFMIF : Transfers the HR data (availability times, qualifications and the resources itself) into the MRS Basis
    But even after that I am not getting the resources in the planning board.
    Also I am not able to view the Demands from PM/CS orders.
    I have created PM Orders and
    Assigned Work centres to the operations and
    assigned the Resources to the Operations.
    The HR assignment to the work center is also done.
    I have tried T Code   /MRSS/PLBOSRV - Enter the MRS planning board using a specified order
    to pull the order demand. But it is not working
    Its giving following message
    1004280 is not a valid demand
    Message no. /MRSS/SGU139
    Diagnosis
    The order does not exist in MRS.
    This may be because:
    The order number has an invalid format.
    The order does not exist.
    The order is not relevant for planning and has therefore not been transferred to MRS.
    The order has been deleted from MRS.
    Pls help me on this.
    Thanks in advance and warm regards
    Purnendu

    Hi Anil/Saurabh - Thanks a lot for your replies.
    I have checked the MRS configuration as per your suggestion.
    It looks fine as per the configuration guide. I have done the PM/CS integration for Orders as demand.
    But the Demands are not visible on the Planning Board.
    I have checked in the debugging mode what is causing the problem - It looks like
    "The Database Table: /mrss/d_dem_h  needs entry"
    But there are no entries in this table.
    I could not find any Customizing transactions or Application transactions for maintaining this table. This is an Application Table for Master and Transaction Data and its Display and Maintenance allowed with Restriction.
    I could not also find any transaction for transferring Demand from ECC(R/3) to MRS.
    How do I maintain entries in this table?
    How do I transfer Demand from ECC to MRS?
    Saurabh - I have also been not able to transfer HR Resources from ECC to MRS.
    We don't have WFM Core installed in our instance. But MRS should work fine without WFM. MRS Basis should take care of it.
    To transfer Employee resources i have run the Program " /MRSS/HCM_RPTWFMIF". But when I execute the transaction with the selection parameters system shows that it is processing (Clock at the bottom Status bar) but it does not shows any result or status.
    So I am not sure whether it is executing the program properly.
    Pls help me resolve these issues.
    Thanks and warm regards
    Purnendu

  • Custom field not visible for Project task in PPM 5.0

    Hi,
    I have done the SPRO configuration required to add a custom field in Project task
    1. Enhance DB table. added  the field in structure DPR_TS_TASK_EXTENDED_ATTR, object type TTO
    2. Define field groups for custom fields
    3. Set up field control.
    The custom field tab has come after making SPRO changes. But the field is not visible on the tab.
    Please let me know if I am missing any steps.
    Thanks,
    Yomesh

    Dear Yomesh;
    You have to config the view or subview at:
    SAP Portfolio and Project Management -> Portfolio Management -> Global Customizing -> Global Field Settings -> Assign Fields to Views/Subviews
    Here try to to setup the view that you want to see the custom field.
    Hope you help you.
    Regards.
    Mariano

  • Static text is not appearing from the form designer

    Hi,
    We are using Adobe Live Cycle designer 6.0 to design print forms.
    The problem we are facing is, sometimes static text element created on the Body Page of the form does not appear at all(when we open the form designer after creating the Static text element), though we can find the static text in XML Source of the form.
    For example, if a text element is created with text "XYZ" on body page, it is not visible on the body page whereas the XML Source  contains "XYZ" in it.
    What can be the problem ?
    Regards,
    V Joshi.

    Hi Nikhil,
    I tried using static text from Standard Library and ISR library too. Still the text disappears when i activate the form.
    More inputs on this will be helpful.
    Also, we are using the Form Designer Version 6.0 which is in-built component of NWDS 2.0.16 installation.
    Regards,
    V Joshi.

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

Maybe you are looking for