Possible? access data from another effects plugin

right this sounds complicated so I'm gonna ask if its even possible before i start trying to build this. Picture this scenario.
Main comp has layer "A" which is a sub-composition, B. The layer A has my filter on it.
In comp B, we have a layer "C" with my filter on it (or another one of my filters on it)
When rendering the main comp, can the filter on A access information held by the filter "C" in comp "B"?
seems weird but what I'm after here is reusability. The filter on C will contain some information that A needs to render correctly. By placing the information in the nested comp "B", B can be reused anywhere in the project. Alternatively if I just did everything inside filter A, this meta information cannot be propagated across all uses of comp B across the project.
phew. confused? I know I am.

That's some scary stuff, but YES, plug-ins can access each others' data. See the Sweetie sample for how a plug-in can expose a function suite that other plug-ins can call. You'll also need a bunch of AEGP_EffectSuite calls to find other plug-in instances, and get at their params.
I strongly recommend against doing this, however; think of the user!

Similar Messages

  • Accessing data from another computer - a strain on my computer?

    My wife has an IBM Thinkpad laptop that is not connected to the internet. My computer is connected to the internet and sometimes she accesses her e-mail on it by clicking on a bookmark that I set up for her that links directly to her e-mail at work. Her entire work e-mail system (microsoft pc based) appears on my computer and she logs in. All of her e-mails (thousands) are on my computer including huge documents and such. I suspect that doing this may be causing my computer to freak out a bit.
    I only have 1GB of RAM. I once typed in the name of the bookmark "Ann's e-mail" into "spotlight" and it appears as though all of her work e-mails seem reside on my hard drive. One time she was checking her e-mail and a kernel panic happened. She's stopped checking her e-mail on my computer and the kernel panics no longer happen. Perhaps this is a coincidence but in general, do all her e-mails reside on my hardrive all the time or only when she clicks on the bookmark and logs in. Lately she doesn't even have to log in. All e-mail appears when she clicks on the bookmark. In the past it always asked for her password first. (I find it strange that it no longer asks for her password) ) She's going to be getting her own internet connection soon but does anyone know if bookmark that links to a ton of data on another computer uses up RAM or CPU on my computer?? Should I delete the bookmark?

    It sounds like you should be doing Internet Sharing on yours, is that not the case?
    Thank you for your reply, BDAqua. I haven't but doing internet sharing.
    Upgrade your RAM to 2 or 2.5 GB.
    I was told at the Apple store than the model I have will not allow any additional upgrades. When I bought the unit it had 512MB and I had 1GB of memory put in the only other remaining memory slot. So I actually have 1.5 GB RAM. AT some point I'm be getting a new computer in order to get 4GB RAM but can't afford it right now.
    What interface do you connect with, what interface does she connect wirh, and what is available on both?
    Sorry, don't understand this question. Do you mean how do I get the internet? I have Road Runner from Time Warner Cable. My wife's home laptop isn't connected to anything. She wants to get an Air Card so she can access the internet when she travels.

  • How do I access data from another class?

    I have a class RailNetwork which extends Datastore. DataStore contains a vector filelines which I need to access from RailNetwork. How do I do this? What do I put infront of filelines.get(i); ?
    public abstract class DataStore
    {    Vector<String> fileLines = new Vector<String>(); }
    public class RailNetwork extends DataStore
    {    ...main(){ .......filelines.get(i);....... }
    }

    This is the code from RailNetwork class:
    public static void main(String[] args) {
              String templine;
              int i = 0;
              int vectorlength = super.filelines.size();
              for( i = 0 ; i < vectorlength ; i++ )
                   templine = (String) super.filelines.get(i);
                   setStations(templine);  }The errors (for both lines, only 1 shown):
    RailNetwork.java:49: non-static variable super cannot be referenced from a static context
                            templine = (String) super.filelines.get(i);
                                                ^
    RailNetwork.java:49: cannot find symbol
    symbol  : variable filelines
    location: class DataStore
                            templine = (String) super.filelines.get(i);
                                                     ^

  • How do I access  data from one user account to another?

    I want to access data from a different user account. How do I make all the files available?

    I have another post here in the forum that explains in detail about the rez problem. It was read by a lot of people with no responses. 1 thing that might be important is that I was using a Wacom drawing tablet when this problem started. I removed the Wacom software and no help.
    My Apple 23" Cinema display has very large icons but the display prefs says it is at 1920 x 1200. It's not just a low screen rez but the dock and all icons will scroll on the screen when I move the mouse.
    The resolution will not change to anything else. The rez is fine on other user names.
    I have booted from the Apple DVD and run disk repair, repaired disk permissions. Booted and run Tech Tool.
    Booted from the Disk Warrior cd and ran that.
    I have zapped the PRAM. I have plugged the display into the other port on the video card.
    When I change to the problem user name it is fine for about 1 second and then changes to the "problem". I have never seen this before and I have been using a Mac since 1990.
    It's a G-5. Dual 2.0 ghz. 2.5 gb ram. OS 10.5.8. Apple keyboard. Logitech mouse and
    Thanks.

  • Can I create a Stored Procedure That access data from tables of another servers?

    I'm developing a procedure and within it I'm trying to access another server and make a select into a table that belongs to this another server. When I compile this procedure I have this error message: " PLS-00904: insufficient privilege to access object BC.CADPAP", where BC.CADPAP is the problematic table.
    How can I use more than one connection into an Oracle Stored Procedure?
    How I can access tables of a server from a Stored Procedure since the moment I'm already connected with another server?
    Can I create a Stored Procedure That access data from tables of another servers?

    You need to have a Database Link between two servers. Then you could do execute that statement without any problem. Try to create a database link with the help of
    CREATE DATABASE LINK command. Refer Document for further details

  • Accessing data from db table on another client on a separate server

    Hi
    We are trying to access data from a db table on client 400 NSQ with a program running on client 200 NSD. We are also trying to find the name of the table in which the connection configuration should be maintained. The two clients are on separate servers.
    Regards
    B.Garlipp
    Edited by: B.Garlipp on May 31, 2010 9:22 AM

    Create an RFC destination for NSQ system client 400 into your system where program is running (in this case NSD Client 200)
    Now in your program you can call function module RFC_READ_TABLE (with reference to this destination) to read entries from the other system.
    If you know ABAP, In fact you can create a Z RFC FM specific for this tables, so that you get the data in exact structure. This is because RFC_READ_TABLE returns data in text format with a delimiter.
    Cheers.
    Edited by: Rashid Javed on May 31, 2010 10:36 AM

  • APEX Application accessing data from two different databases

    Hi All,
    Currently as we all know that APEX Application resides in database and is connected to the schema of that database.
    I want APEX Application to be running and accessing data from two different databases. Elaborating my question,
    Currently, my APEX Production Application is connected with XXXX Schema of DB1 Database(Where APEX Resides). Now I want to add some pages into this APEX Application for REPORT Purpose, But I want to connect this REPORT APEX Pages to get data from Different Schema YYYY for Database DB2.
    Is it possible to configure this scenario?
    The reason for doing this is to avoid the REPORT related (adhoc queries) resource utilization effect on Production DB1 Database.
    Thanks
    Nil

    1. If you do the joining of two or more tables in DB1 then all data is pulled over to DB1 and then the join is executed: so more data over the databaselink and more work for DB1. Better keep the joining stuff where the data resides and just pull exactly that data over that you need.
    2. Don't know about your different block sizes. Seems a nice question for one of the other forums (DBA or SQL).
    3. I mean create synonyms on DB1 for reports VIEWS in DB2.
    Hope all is clear!

  • Access data from 2 SAP systems into WebDynpro..Please guide :)

    Hello,
    Is is possible to access/retrieve data from 2 seperate SAP systems in Web Dynpro?
    To ellaborate more:
    Under normal situation - We create a Model using which you can access the required BAPI/RFC and using the JCo this connection is complete.
    So, in the SLD there is one JCo connection/object for this model.
    Now as per my quesry, I want to access data from 2 systems... like CRM & R/3.
    So how can I do this:
    1. Create 2 seperate model objects and then do Model Context Mapping. If this is rite, then I will have to create 2 JCo connections in SLD.
    2. Is is possibe that under one model (example this model is accessing R/3), I need to access data from CRM <i><b>without creatiing another model</b></i>. So that are the possiblities? Secondly is this way/path recommended?If no, how should I proceed.
    Hope my requirements are clear
    Awaiting Reply.
    Thanks & Warm Regards,
    Ritu

    Ritu,
    There is no way you can create single model for 2 different R/3 systems (unless SAP decides to implement this in later versions).
    If you still want to stick with a single model approach, I would suggest to use <b>Webservice</b> model where the R/3 interaction part would be taken care by WebService.
    Ashutosh

  • Importing calendar data from another [dead] computer

    My G5 recently died on me, and I'm currently using an older computer (eMac) that's still running 10.4. But I still have access to my G5's hard drive through a FireWire connection. What I'm trying to find a way to do is to reload all my G5 iCal data into my eMac's iCal app. Obviously, I didn't know my computer was going to die on me, so I didn't export an iCal file beforehand. So, assuming all my old calendar data is still on my G5 hard drive, what files will I need to copy over to my eMac? And will there be any complications bringing iCal info from 10.5 over to 10.4?
    Thanks a lot for any help.

    firebane08 wrote:
    > Is there a way I can import XML data from another
    website say for example a web
    > api and convert the date for use in Dreamweaver. I have
    tried coding this in
    > several possible ways but have failed in getting the
    data to display. Are
    > there any extensions that will allow me to do this? Any
    help would be
    > appreciated. Thanks.
    It was my understanding that browsers prevented this from
    happening.
    Dooza
    Posting Guidelines
    http://www.adobe.com/support/forums/guidelines.html
    How To Ask Smart Questions
    http://www.catb.org/esr/faqs/smart-questions.html

  • Reading data from another database

    Hi Folks!
    I need to read some data from another non-sap system database to validate something in R/3. Does this is possible. If it is possible how could this be achieved?
    Thanks in advance for your help.
    Regards,
    Gilberto Li

    There are a couple of ways to do this. One, you can create an executable on the other non-sap system that you can call from SAP as a system command. So let us say you write a unix script that takes a value as input and returns a flag as output. Within the script you will check that value against this non-sap database. In SAP, you will create a system command in SM69 and then execute it in your program via function module SXPG_COMMAND_EXECUTE.
    Alternatively, you can use the RFC route but you need to setup RFC connection between the two systems.
    You can also bring this validation table into SAP as a one time or periodically updated table and then do the validations within SAP.

  • To get data from another user?

    Hi,
    I am in "scott" user. I need to use the data from another user for example user "sys". i know the database name(i.e.user@database), but i dont know the password of that user.
    I think by using dblink it is possible. If it is correct then Is there any other way for this? If dblink is not correct way then please reply the correct way.
    Thanks & Regards,
    Shyam

    You only need to use a database link if the data is in another database instances.
    If you want to query data in another users schema on the same database you just need to have rights to do so. You either need to have
    select any table system privilage granted to the user (not recommended for security reasons)
    be granted select privalage on the object from the user
    be granted a role that has select privelges on the object you want to query.
    If you log in as system to the database you can grant select on the object to scott
    sql> grant select on <schema>.<table> to scott;
    now logged in as scott you can select from the table
    sql> select * from <schema>.<table>
    where <schema> is the other user and <table> is the name of the table that you want to select from.

  • Access data from a third party warehousing tools in BEx WAD

    Hi,
           I would like to know whether it's possible to access data from a third party warehousing tools ( For eg: Cognos) in BEx Web Application designer. Any help would be appreciated.
    Thanks

    Hi,
    BEx Web Application designer is only integrated to BIW server. So We can not access data of other tools unless the data is stored in the BIW server as the data in any data target. 
    With rgds,
    Anil Kumar Sharma .P

  • Recieve data from another program

    hi, i'm trying to recieve some kind of data from another program i know where is the output of the program the problem is that i don't know how to get these datas. for example my program is writing the output in a temporary file but i'd like to recieve these datas without a temp file. the question is: Is possible to make a class that be listening to the meddle and when any program send any data to its it recieves??? if yes how can i do it?
    i'm working with girds and is easy to descover where my output will arrive the only problem is how to recieve.
    Thanks

    Or a pipe. In unix you can create a named pipe with mkfifo, which can hadilly do this kind of transfer.

  • Accessing data from old hard drive connected to HP Pavillion 500-242ea

    Recently i purchased HP Pavillion 500-242ea ( OS Windows 8.1) as my old pc died.I connected the old hard drive via Usb adaptor kit.The old drive shows up in device manager and file explorer and disk management as F drive but does not show volume. I know the old drive is not full and the drive is working as i can put discs in and they load up.When i click on the old drive-F drive- in file explorer 'Please insert disc' message pops up.Any one know how to access data from old drive which has IDE cable.
    Please help need to copy imporatant files from old drive.
    Thank you
    This question was solved.
    View Solution.

    Just had to ask, do you know the difference between hard drive and CD/DVD drive?  Don't get angry, read this.
    You said " I know the old drive .......... is working as i can put discs in and they load up.When i click on the old drive-F drive- in file explorer 'Please insert disc' message pops up.'
    All that implies a CD/DVD drive. You can not put a disc into a hard drive.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Receive POST data from another URL and process using Struts

    Hi there
    We have a website and as of now we are receiving some data from another URL which is received as an appended part of the URL. My application uses Struts and we process the received data and send back a response.
    Now my question is, I have been asked to change this behavior because there are more parameters now which cannot be passed through the URL. I am supposed to get the data from the other URL as POST data (as a form) and I have to create a new Struts action to receive this data, process it and send the response back to the requesting URL.
    Please explain me how to do this using some example code snippets.
    Thanks a lot

    Lookup in XI is used to call the target data storage system and get data from there to your mapping programme.
    In XI you can do Lookup in Message Mapping, Java Mapping and in XSLT Mapping. Previously Lookup in XI was system dependent. But now what ever the system are i.e. SAP system or non-sap system(Oracle,MS SQL etc) lookup API are same.
    Overview of Lookup
    - Lookups are used to identify/request the data from mapping program.
    - It interrupt the process and looking for data which was stored in target system.
    - It get that data and comeback to process and continue with that data.
    Types of Lookups in XI
    - JDBC Lookup: JDBC lookup is used for accessing data from database (non SAP).
    - RFC Lookup: RFC lookup is used for accessing the SAP Data.
    - SOAP Lookup: SOAP lookup is used for accessing data from Webservice
    Steps to perform Lookup in Mapping
    Import package com.sap.aii.mapping.lookup.*;
    Create connection to the target Database system.
    // Determine communication channel created in ID
    Channel channel = null;
    channel = LookupService.getChannel("DB-SYSTEM-NAME","DB-CHANNEL-NAME");
    // Get system accessor for the channel.
    DataBaseAccessor accessor = null;
    accessor = LookupService.getDataBaseAccessor(channel);
    Build the Query String.
    Getting Result
    // Execute Query and get the values.
    DataBaseResult resultSet = null;
    resultSet = accessor.execute(Query);

Maybe you are looking for

  • Audigy 4 pro not work

    i have a Audigy 4 pro and there is no power to the box every thing is pluged in so is it rma time

  • Which battery to order for Macbook pro 13" mid 2010

    I have a macbook pro 13" mid 2010. I need to know which battery to order from online store to replace my old one. It is very confusing as there is many models of batteries to chose from the online store.

  • Trying to post a parked document but error

    Dear All:              I am trying to post a parked document via miro but it displays an error message theat document is blocked for psoting. i have checked but no other user using this document. Moreover the POST button is also disabled. what to do

  • GR Number cancellation for UD goods

    Dear Experts, One of our stores person has done a wrong GR . For this quantity an inspection lot created and UD also done. Now the fault has been identified and we want to reverse the GR . How to proceed. Regards, Vivid

  • Oracle9i Personal Edition for Microsoft Windows 98 cd pack

    Hello to everybody, would you be so kind to write me , how I can obtain ' Oracle9i Personal Edition for Microsoft Windows 98' on CDs for learning purpose ? Thanks and regards