Source of component explorer

Can we get the source for the component explorer? I like how
it does some things and would like to see how they are done.
Thanks, John Luke Mills

You can utilize the same Transferable from your tree and table. The DragSource is just a mechanism to initiate the DnD.
-B

Similar Messages

  • Flex component explorer

    I have an application that I would like to develop that is
    basically like the flex component explorer. Any chance of getting
    this code?
    Thanx

    Hi, Peter. Yes, I found the link. I would like to see the
    source for the following link
    http://examples.adobe.com/flex3/componentexplorer/explorer.html
    for the "tree".
    Peter, you have at least 100 examples of trees, but none of
    them show how to link from the nodes to a new page in the panel on
    the right side. If you have the code for this zip it up and send to
    [email protected]
    Thanx

  • Source Data Component in Xcelsuis 2008

    How can i use source data component? can i have a full description about this utility?
    Thanks and Best regards

    Hi Lutfi,
    Source Data is a component that has data insertion function but no interactive interface. At design time, Users can set the insertion type, the source range and the destination range, like charts or selectors. If users set the u201CSelected Item Indexu201D in property sheet, the source data with the index will be inserted to the destination at run time.
    For advanced using, users can bind the u201CSelected Item Indexu201D property to a cell and use another component to input number. Then the data will be inserted to destination accordingly.

  • Source Data Component

    hi,
    i am trying to figure out what this component actually does in cx 4.5 pro.
    below is what is inthe online help file, but i do not understand it.
    "A component that has no visual interface. Users can push data into other cells by changing the value of the component's Selected Index."
    my other question is under what conditions would one use the source data component?
    thank you
    tracy

    i just realized that i posted another question on the same topic, so , i'm closing this one because it can't be deleted. sorry for the double posting.

  • Source Data component index

    Can someone explain to me how the selected item index is used with the Source Data component?

    Got my answer, thanks.

  • Where did Component Explorer and Demo Apps go?

    When I try to go to the
    Demo
    Apps page, and try to open Component Explorer or Dashboard (or
    etc), I have trouble. For instance, I click
    Component
    Explorer and end up at an intermediate page, where I click
    Experience the
    application
    But as it is loading, I am redirected to the
    Developer Center instead.
    I'd really really like to use the component explorer right
    about now, but for some reason, it seems the demo apps don't load
    anymore.

    Component explorer is here:
    http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html
    I'll look into that link that redirects to the same page.
    hth,
    matt horn
    flex docs

  • [svn] 3787: Added FxTextArea, FxTextInput, and TextView class-level examples to the Component Explorer.

    Revision: 3787
    Author: [email protected]
    Date: 2008-10-21 12:16:28 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Added FxTextArea, FxTextInput, and TextView class-level examples to the Component Explorer.
    Modified Paths:
    flex/sdk/trunk/samples/explorer/explorer.xml

    One workaround is to turn off automation:
    File-->Options, Advanced tab, General Section, uncheck "Enable Automation Events"
    However, you will loose the ability to configure callouts, and all of the commands in the Process Engineering tab.
    Another workaround is to change the loop number of the shape you are editing before changing its type. Then change the loop number back to the correct loop number.
    This is another example of the pernicious philosophy of trying to help the user do what the programmers think the user is trying to do that started in Excel 2000 (where you can no longer tell excel that you want a scatter plot - it will force the plot
    to be a line plot under certain circumstances).
    I suppose another option would be to modify the master and swap the text and subtype shapes in the indicator to use the subtype property for the loop number and then use the text for the instrument type. I guess this is what MS was trying to implement, but
    didn't explain it well enough to their programmers.

  • Flashbuilder 4 how to create custom folders in component explorer

    Hi, I was wondering if anyone knew how to create my own folder in the components explorer? I know that when I create a new component it gets added under "custom", but I want to create my own folder and insert an image next to the component. I've searched everywhere and cannot find a solution. Thanks in advance!

    I tried that and no go. This was the only tutorial I could find on the subject but it didn't work.
    http://groups.adobe.com/posts/aac1e13143

  • Flex 2 Beta 3 Flex Component Explorer

    Is there some valid or explainable reason that every time I
    click on a
    component in the explore I am being asked to restart my
    computer?

    ntsiii wrote:
    > I am running it inside FB.
    >
    > Are you having any other problems with FB?
    Yes, the code hints pop ups do not work for me, I have a
    thread in the
    flex_builder forum on this point. They lock out my keyboard
    when they
    pop up.
    > Do you get an error message?
    Nope just the "System Settings Change" MS Windows dialog box
    saying,
    "You must restart your computer before the new settings will
    take
    effect. Do you want to restart your computer now? Yes | No"
    This
    happens whenever I click on the component links on the left
    side menu.
    If I say yes, my computer reboots. If I say no nothing
    happens and no
    component example.
    > Stand alone FB or Eclipse plug-in?
    Stand alone Flex Builder 2 Beta 3.

  • Source Data Component - when/how to use in cx 4.5?

    hello,
    i've read a few mesages here on this component, but i truly do not understand the basics of what this component does or when and how to use it. i'm hoping someone can give me an example of what it does and under what conditions it should be used. yes, i'm still learning cx
    my other question is whether or not this component is available in the standard version of cx 4.5.
    thank you
    tracy
    Edited by: training 2go on Feb 24, 2009 5:14 PM

    Hi Divya Kumari,
       If you do not want the selection screen, then remove the VIA selectino screen addition in the submit
    SUBMIT RPCEDTX0
    TO SAP-SPOOL WITHOUT SPOOL DYNPRO
    SPOOL PARAMETERS mstr_print_parms
    USING SELECTION-SET 'ZPDF'
    VIA JOB lv_job_name NUMBER lv_job_nr
    AND RETURN.
    Regards,
    Ravi
    OOPS I was too late..please ignore..
    Edited by: Ravi Kanth Talagana on Apr 23, 2009 1:01 PM

  • FTP open source component

    I�m looking for an open source FTP component in Java ... any tip?

    For GETting a file, you can simply use the ftp: protocol with the URL object. Placing the file remotely, you will have to use a separate library. There are several out there you may wish to search on http://sf.net

  • SSIS script component to use defined connection manager to load data from a Oracle

    In SSIS script compoment, I can connect to oracle with hard-coded connectionstring:
    OracleConnection conn;
    conn = new OracleConnection();
    conn.ConnectionString = "Data Source=XE;User ID=hr;Password=******";
    however, when I defined an connection managers in the script compoment and call it as follows:
        IDTSConnectionManager100 connMgr;
        OracleConnection conn;
        public override void AcquireConnections(object Transaction)
            connMgr = this.Connections.MyADONETConnectionManager;
            conn = (OracleConnection)connMgr.AcquireConnection(null);
    I got error below:
    TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task source [Script Component C# Oracel HR Oracle [21]]: System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to class type 'Oracle.DataAccess.Client.OracleConnection'. Instances of types that represent COM
    components cannot be cast to types that do not represent COM components; however they can be cast to interfaces as long as the underlying COM component supports QueryInterface calls for the IID of the interface.
       at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.HandleUserException(Exception e)
       at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.AcquireConnections(Object transaction)
       at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction)
    Error at Data Flow Task source [SSIS.Pipeline]: Script Component C# Oracel HR Oracle failed validation and returned error code 0x80004002.
    Error at Data Flow Task source [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task source: There were errors during task validation.
     (Microsoft.DataTransformationServices.VsIntegration)
    I did not find any example for Orale. A similar SQL server example is as linked below:
    http://technet.microsoft.com/en-us/library/ms135939(v=sql.110).aspx
    can anybody shed some light? I appreciate it...
    thanks,
    Steve

    You need to create a connectionmanager for Oracle connection and use it within the script task
    See
    http://www.mssqltips.com/sqlservertip/1787/oracle-parameterized-queries-in-sql-integration-services-ssis/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Explorer error "Failed to retrieve the Information Spaces list." from HANA

    I am getting this dumb error "Failed to retrieve the Information Spaces list. // Request timed out" in Explorer's "Manage Spaces" area every time I click on the analytic view listed under my HANA sources of the Explorer. So, my HANA source is visible, and analytic views are visible in Explorer as well, but I cannot get any Information Space created because of the error, and I could not find the error and its causes in Explorer docs.
    I already
    - upgraded HANA db to Rev 18 (for some reasons I cannot u[grade this system to SPS3 yet) and BIP and Explorer 4.0 are on the latest Patch 8 of SP2.
    - configured connection using IDT defined connection,
    - restarted servers in CMS already 100s of times.
    There is enough free space on the BO server's drive: 33GB. BO is a single server based on Win2008 R2 SP1 with 40GB RAM.
    Any ideas what else I can do to get rid of this issue? It is a test server, so I cannot open customer msg to SAP Support.
    Thanks,
    -Vitaliy

    Try increasing the timeout under
    ..\SAP BusinessObjects\Tomcat6\webapps\explorer\WEB-INF\classes\ default.settings.properties
    from
    request.timeout=60
    to
    request.timeout=600

  • Distinct Count in Explorer

    This is from BOB post, which was posted in 2008. Now it's 2013 and there is no solution by SAP? We are doing a POC on Explorer, this is probably time to scrap it. Very frustrating! Is there any
    Hi,
    We have 2 tables used in universe "orders" and
    "order_line_product_item" from where we are pulling data in explorer indexes.
    We have issues getting distinct count of
    customers in explorer when we bring data from order line product item level
    facets/dimension.
    Just wondering if anyone else had solution of how to
    handle this on explorer side?
    At universe level we using count (distinct cust key), which is working at
    webintelligence.
    Looks like BO XI R3 further enhanced on handling this kind
    of situation by implementing delegated measures, but don't find anything similar
    to it in BO explorer.
    Occurrences is always getting us count at the lowest grain level(basically row level
    counts, but we are looking for distinct counts though !) .
    Is getting
    distinct counts limitation in explorer?
    Any help will be greatly
    appreciated.
    Thanks,
    ~SK
    Courtesy of Sachin

    Hello,
    So if you have a calculation(Webi) function(Excel) built into the two tables you are using from the data source you might try 'configuring' the data as 'Occurance' from the workspace you created or after the file in index if you're using excel.  If you are using a universe as a data source for the exploration view set you can attempt to drag the 'measure' needed (count) into the workspace option "measure" when creating the workspace.
    I do hope this helps

  • Component to Firewire

    I am looking for a device that converts Component video and RCA audio to Firewire, so that a movie can be imported into iMovie. I am currently using a Canopus ADVC110 for S-Video but have an HD source with component video and would like to be able to get it into iMovie. Does anyone know of a product that can do this?
    Thank you

    I have spent hours attempting to solve the same issue - in fact the same issue as I have my son's hockey on a DVR recording from a HDTV broadcast.
    What was most frustrating is on my Motorola DVR there are USB and 2 firewire outputs, which one can use to transfer download to an HD camcorder, which I attempted in this case. Unfortunately, it was only have screwing around for hours unsuccessfully did I find out from my cable provider (also the DVR retailer) that the USB and firewire outputs are disabled on the units they issue.
    I have been unable to source anything to address the issue. Looks like an answer is on the way from Hauppauge with their proposed HD PVR, scheduled for delivery May 1 (???). No price info, but suspect it will not be cheap.
    http://www.hauppauge.com/site/products/hd_pvr.html

Maybe you are looking for

  • Just updated itunes to 12.1 and now it won't sync or show my iphone 5s

    I just updated itunes to 12.1 and now it won't sync or show my iphone 5s.. I have tried EVERYTHING. I completely uninstalled & reinstalled my itunes 2 times. Everything is completely up to date, and when I plug my iPhone into the computer, it makes t

  • Using the internet on an Ipod touch

    How does the internet work on an Ipod touch? Does it only work through wifi? or can u set up a personal internet account specifically for the ipod that you would pay monthly for?

  • Putaway Strategy for replenishment of fixed bins - SU destination bin

    My client is using ECC 6.0 Retail and using WM. After creating the TR for the replenishment of the fixed bins according to the bin situtation using LP21, we create TOs using LB11 for article. At the TO creation, the system creates a new Quant and aut

  • Need to type on a document

    My doc isn't coming up and when it does how can I type on it and sent it back to the sender?

  • Production Order Operations System Status

    Hello Friends, I want to include Production order operations status in customized report. Can you pls suggest me how to fetch Operations status since I am unable to find the same from any of the Production Order Operation table (AFVC, AFRU, AFVU, AFR