Using same title in multiple projects?

I just created an animated title in a project and would like to use that title in another timeline (project). I would like to put it in an event. Is that possible?
In FCP 7 I could create a title and save it to a bin. How can I do this?
Cheers.
Tom

First method would be to create a new project, copy/paste the title to that project, then export/share the project as a quicktime movie. Then import the result into your event of choice.
Second method (though I'm not 100% sure it will work) is select the event you want to store the title. Create a new compound clip (option-G) and give it a name. Copy the title from the project. Next, select the new compound clip in the event and "Open in Timeline" from the "Clip" menu. Finally, paste the title into the timeline. Again, not sure if this will work (copy/paste from/to a project/event compound clip) but worth a try....

Similar Messages

  • Same photo in multiple projects?

    Hi there. New Aperture user here so hope this isn't a stupid question. I was wondering if it's possible to have the same photo in multiple Projects? My understanding is that all photos are stored in my Aperture Library but the photos in the Projects are really just links to the photos in the Aperture Library. Is that correct?
    I would like to have certain photos in multiple Projects, if possible. Thank you.
    -Keith

    Thanks William. Here is a broader question/issue then.
    Right now I have 20+ Projects in the AL. Then I have multiple .Mac Web Galleries based off of certain Projects.
    Should I create one "Master" Project, and then create 20+ Albums under that Master Project? It seems like that is what I was going for when I created multiple Projects in the first place. Albums are just links to the photo in the Project, correct?
    If I do that, will I have to re-do my .Mac Web Galleries (since they are linked to those Projects, right)?
    Also, not quite sure I understand your last reply regarding copying the Album? Sorry.

  • Using LabView class in multiple projects

    Hello,
    I have created a LabView class that I'd like to use in multiple projects while using source control (we use Serena for this) with the source files of the class in a centralized location (not seperately for each project as I don't want the code of the class to diverge in the different projects). Now I'm wondering what is the best way to accomplish this. I see a couple of different possibilities:
    - Have the class VIs at a certain location in the repository and link to all the files from the other projects in the repository. This will mean I will have all the files in all the project folders on disk but only one archive in the repository for them as they all link to the same location. Problem: Serena cannot create links to folders, so every VI has to be linked and if the structure of the class changes or VIs, the links have to be updated in each project -> not very nice
    - Have the class VIs at a certain location in the repository that will be checked out to a certain path on the local hard drive and add the class VIs to the projects from this fixed path. Problem: it's not guaranteed that the path will be the same on all computers. Some team members might check out to a different location -> bad solution
    - Use a .llb file that is also in the repository and create links to it from the different projects, i.e. the source files will only exist at one location on the hard drive but in every project folder there will be an .llb-file that will come from a single archive in the repository -> actually my favourite solution. Problem: I use the VI Server to call VIs by relative path inside the class and this works differently inside the .llb, since there seems to be no folder structure anymore. If there was a good workaround for this, this might be the best solution
    Does anybody have experiences on how to do something like this? Are there other possibilities to do it?
    Thanks,
    Tobias

    Hi,
    thanks for your reply.
    I think I have to make my question a little clearer. Say I have a class ClassA that uses some VIs that are in the same folder (or subfolders) as the class file. Now I put all of this in an SCC repository at the path /SCC/ClassA/. Now I have two projects that use this class and are located in the SCC repository at /SCC/Project1/ and /SCC/Project2/. Now some people might check out /SCC/ to c:/Projects, other people might check it out to d:/SCC so the absolute paths of the resulting files on the disks could be different. This makes it hard to add ClassA to both projects because on one computer the path to it would be c:/Projects/ClassA/<ClassName> on the other it would be d:/SCC/ClassA/<ClassName>. A common solution for this that we use for C++ projects is to create links inside the SCC, link the source files or a DLL inside the SCC to the /SCC/Project1/ and /SCC/Project2/ folders. This will create multiple copies of the DLL on the harddisk, one in the Project1 folder and one in the Project2 folder.
    Another solution might be the one you proposed, to have the sharde files inside the <LabVIEW> folder. However there are a couple of downsides to this, as far as I can see:
    - It won't work for people who don't have local admin rights (and actually having to change the files inside the "Program files" folder for development is not a good idea, imho)
    - It makes it quite hard to guarantee that both the projects and the shared files are always the same version (for example if I want to build an older version of Project1 I might need an older version of the ClassA, too. If I have it all inside one project in SCC, I can just get an older label to some folder and build it. If I have the shared files in the <LabVIEW> directory, I will have to replace this. There is no way to have multiple versions (older and newer) parallely on the disk in different folders. 
    Tobias

  • Using same bind variable multiple times in Dynamic sql

    Hi;
    I have a query which uses same variable multiple times, is there a way I could use only one time that variable and it will take multiple times.
    Query is;
    execute immediate 'SELECT count(*) FROM x WHERE MONTH_ID = :VOMNTH_ID
    UNION
    SELECT count(*) FROM Y WHERE MONTH_ID = :VOMNTH_ID
    union
    SELECT count(*) FROM z WHERE MONTH_ID = :VOMNTH_ID ' using month1,month1,month1
    What I want Just supply month1 only once.
    Your help is appreciated.
    VKM

    the way suggested by Nigel worksI'm not sure what you intend to use the resultset for but remember that UNION will remove duplicates from the result set and could possibly sort it too. Even if that were not the case (for example if you used UNION ALL) Oracle does not specifically guarantee the order of resultsets.
    If you are expecting the first row to contain the first count (and so on) then you might not get the answer you are expecting.
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> SELECT 3 n
      2  FROM   dual
      3  UNION
      4  SELECT 2 n
      5  FROM   dual
      6  UNION
      7  SELECT 1 n
      8  FROM   dual;
             N
             1
             2
             3
    SQL> SELECT 1 n
      2  FROM   dual
      3  UNION
      4  SELECT 2 n
      5  FROM   dual
      6  UNION
      7  SELECT 2 n
      8  FROM   dual;
             N
             1
             2
    SQL>

  • Metadata: how to use same data on multiple tracks in a project.

    I need to figure out how to cut and paste metadata from one audio file to the next. I am transferring 500 vinyl albums to digital. I would like to be able to fill in the ID3 and other metadata that is the same for the 10 to 12 songs on the disk and have that information transfer to each of the files I ultimately turn into mp3. How can I do that. Essentially, artist, album, recording data, comments, genre, and copyright are all the same.
    My workflow is to copy all of the tracks from the master recording of the disk into individual audio files and save those as the MP3. If I enter metadata manually in the audio track, it is saved with the MP3 and read by iTunes when converted. However, I want to be able to create one metadata -- I guess template -- with the data that is the same and have that automatically transferred from the master to the cuts.
    Is it possible?

    Not in Audition, I'm afraid. But there's certainly software that will allow extensive metadata manipulation of ID3 tags available, possibly for just the reasons you are mentioning. You have to bear in mind that Audition is essentially an editor, and MP3s are just a saving possibility, and not the format it natively works in, so it's not extensively set up to deal with them in the way you want; not it's job, really!

  • How to use same dynamic text, multiple times in a Movie

    FLASH CS5.5
    How can a dynamic text field be used multiple times, on any
    frame, in any new layer during a Movie?
    ~~
    A number of unique dynamic text fields are being used.
    The intent is to use them each, many times during a Movie.
    (i.e. a users first name)
    They are successfully being "ExternalInterfaced" from a PDF form field.
    (the SWF is displayed within the PDF as a RMA)
    This all works well, IF I only use one instance of the dynamic text field.
    (one use of each unique text field)
    If I try and use that same dynamic text field, again, in a new layer, later in the SWF,
    all of that said, duplicate dynamic text fields do not display.
    ~~
    Stumped!!!
    Thanks in advance for your advice / comments!
    D-

    Thanks Ned,
    I always welcome learning something new.
    I did not know creating a new keyframe,
    creates a new instance.
    Yes, I had used the same dynamic text field instance name in
    numerous, new layers (great observation).
    With the objective to display the User's name throughout
    the timeline (on and off)...
    I'll attempt to paraphrase your solution;
    Use a single layer to display the dynamic text field.
    Extend this layer's timeline throughout the movie, or end use of the dynamic text field.
    Help with this one ??
    Set the visible properties to true or false as need through out the timeline.
    ( Does require an AS3 ? )
    I'll give that a try.....
    ~~
    Side of effect of using the above solution;
    The SWF in it's attempted state, uses the dynamic text field instance, in
    different places, different text sizes, on the stage, throughout the Movie.
    (i.e. the User's first name appears in different sentences...)
    Per the solution above,
    I believe I will be limited to One location, one format setting.
    Is this assumption correct?
    I can make this work from a display / Movie point of view.
    However, your first VAR concept, noted above, might be
    worth exploring should more flexibility be required.
    Thanks for making the time to coach...
    D-

  • Use same URL for multiple SharePoint sites

    Hi there,
    Our requirement is to create multiple web applications in one Farm (which contains 1 Web Front End, 1 Application Server & 1 DB Server) using 80 port of Web Front End which is having single public IP.
    There are number of ways of doing this - One way is to create new domain name for each web application (like www.abc.com; www.xyz.com); another way is to create multiple sub domains in a single domain name like www.sub1.abc.com; www.sub2.abc.com, etc.
    However our requirement for URL naming convention for these web applications is "www.[Domain Name]/[Client Name]"  (like www.abc.com/client1, www.abc.com/client2, etc) 
    In SharePoint we can achieve this if we create one Parent site and others as Child site. However we don't want to us this. 
    So, is their any way where we can form URL of these web applications as "www.[Domain Name]/[Client Name]" 
    Regards,
    Adi

    Is there a reason for this?  I would think subdomains would be ideal, but just curious on the reasoning.  Also, do they need a full web application, or simply different site collections?  If you just need site collections, and assuming you
    don't have a massive number of them, you could use Managed Paths to explicitly allow a site collection immediately under the root url.  Be careful, though, Managed Paths can cause a lot of overhead after you go over 10-15 if you're hardware isn't up for
    it (I would assume you wouldn't put 10-15 web apps on the farm anyway, cause that's also not so great).
    There really isn't a way to do what you are asking for a full Web Application, only at the site collection level(which should be good from my limited understanding of your scenario)
    I am very curious why subdomains wouldn't work, though, as they can all point to the same IP and takes no additional purchasing of domains or anything.
    Christopher Webb MCM: SharePoint 2010 MCSM: SharePoint Charter MCT http://blog.christophermichaelwebb.com

  • Namedquery using same table field multiple times with the use of a label

    Hi all,
    i'm having some trouble with a namedquery. I'm trying to
    use the following namedquery in Toplink to retrive some
    data out of a database.
    select proj.id
    , proj.code
    , proj.name
    , proj.budget
    , proj.status
    , proj.startdate
    , proj.enddate
    , proj.mdr_id projleader_id
    , med_leader.name projleader
    , proj.mdr_id_valt_onder promanager_id
    , med_promanager.name promanager
    , proj.mdr_id_is_account_from accmanager_id
    , med_accmanager.name accmanager
    from uur_projecten proj
    , uur_medewerkers med_leader
    , uur_medewerkers med_promanager
    , uur_medewerkers med_accmanager
    where ( #p_name is not null or #p_search_string is not null )
    and med_leader.id = proj.mdr_id
    and ( proj.mdr_id = nvl( #p_name, proj.mdr_id )
    or proj.mdr_id_valt_onder = nvl( #p_name, proj.mdr_id )
    or proj.mdr_id_is_account_van = nvl( #p_name, proj.mdr_id ))
    and (( #p_status is not null
    and substr( proj.status, 1, 1 ) = upper( #p_status ))
    or ( #p_status is null ))
    and ( upper( proj.code ) like upper( '%' || #p_search_string || '%' )
    or upper( proj.name ) like upper( '%' || #p_search_string || '%' ))
    and med_promanager.id = proj.mdr_id_valt_onder
    and med_accmanager.id = proj.mdr_id_is_account_van
    order by decode( substr( proj.status, 1, 1 )
    , 'A', 2, 'T', 3, 'F', 4, 1 ), proj.code desc
    As you all can see the table ‘uur_medewerkers’ is been used trice to
    determine the name for the corresponding ID. I have a Java class with
    the fields for the results and created a Toplink descriptor to map
    the fields to the database fields.
    The problem is that for the 'projleader', 'promanager' and 'accmanager'
    fields the results are null. The reason is probably that Toplink doesn't
    recognize the fields because of the label for the tables.
    Is there a way to make this work?
    Greets, René

    Post Author: quafto
    CA Forum: .NET
    Your query is not too clear so I'll do my best to answer it broadly.
    You mentioned that you have a .NET web application where your users enter data on one screen and then may retrieve it on another. If the data is written in real time to a database then you can create a standard Crystal Report by adding multiple tables. The tables should be linked together using the primary and foreign keys in order to optimize the database query and give you a speedy report. Using unlinked tables is not recommended and requires the report engine to index the tables (it is quite slow).
    You also mentioned you have a "PropID" to be used in a WHERE clause. This is a great place to use a parameter in your report. This parameter can then be used in your record selection formula inside Crystal Reports. The report engine will actually create the WHERE clause for you based on the parameter value. This is helpful because it allows you to simply concentrate on your code rather than keeping track of SQL queries.
    Now, what Crystal does not do well with is uncertainty. When you design a report with X number of tables the report engine expects X number of tables to be available at processing time. You should not surprise the print engine with more or less tables because you could end up with processing errors or incorrect data. You may need to design multiple reports for specific circumstances.
    Regarding the group expert question. I'm not sure how you would/could use the group expert to group a table? A table is a collection of fields and cannot be compared to another table without a complex algorithm. The group expert is used to group and sort records based on a field in the report. Have a look at the group expert section of the help file for more information.
    Hopefully my comments have given you a few ideas.

  • How do I use same MDB for multiple Queues? Deployment ?

              Here is what I am trying to do
              I have written one MDB that I want to use for multiple queues. I have seen posting
              mentioning that code a new weblogic-ejb-jar.xml to define other queues as the
              solution.
              Is there any other work around?
              I want to add queues in future as and when needed. I don't want to modify the
              already deployed jar to replace it with new weblogic-ejb-jar.xml everytime I have
              to add another queue for the message-driven-bean. Is is possible to use some kind
              of reference tag and just put weblogic-ejb-jar.xml in a new jar file and deply
              that every time I have a new queue to use for this MDB ( I don't think so, but
              again ???).
              Any help would be greatly appreciated.
              Chris
              

    Sorry -- that's the only solution for now.
              greg
              "Chris" <[email protected]> wrote in message
              news:[email protected]..
              >
              > Here is what I am trying to do
              >
              > I have written one MDB that I want to use for multiple queues. I have seen
              posting
              > mentioning that code a new weblogic-ejb-jar.xml to define other queues as
              the
              > solution.
              >
              > Is there any other work around?
              >
              > I want to add queues in future as and when needed. I don't want to modify
              the
              > already deployed jar to replace it with new weblogic-ejb-jar.xml everytime
              I have
              > to add another queue for the message-driven-bean. Is is possible to use
              some kind
              > of reference tag and just put weblogic-ejb-jar.xml in a new jar file and
              deply
              > that every time I have a new queue to use for this MDB ( I don't think so,
              but
              > again ???).
              >
              > Any help would be greatly appreciated.
              >
              > Chris
              

  • Using Same ComboBoxes on Multiple Panels?

    I have four JComboBoxes that I have declared public to my class.
    I want to create around 4 different JPanels with different JLabels, JButtons etc. but I want each JPanel to include these four JComboBoxes.
    How do I go about doing this?
    When I just add the JComboBoxes to each JPanel it takes them off of the ones before, and they only show up on the last JPanel I added them to?
    Thanks in advance

    You can't have the same object reside in multiple containers. You could create similar comboboxes on each panel and have the code update them accordingly, or you could have the code move the combo boxes onto the active panel. That being said, I question the design, why would you need to have the same information on mutiple panels? Seems to me to be a poor design.

  • Use same ACS for multiple forests

    Is it posible to use one ACS appliance to authenticate users in different Windows forests ?
    It may be only possible when a trust relationship exists between the forests ?
    Gr.
    Remco

    Remco,
    Yes,trust is reqd. Other way is to set up proxy
    Cross-Forest Authentication
    http://www.microsoft.com/technet/prodtechnol/winxppro/deploy/ed80211.mspx#EE
    VAG
    In this set up we would need one more radius server and also need to set up proxy in it.
    Regards,
    ~JG
    Do rate helpful posts

  • How to add titles to multiple pictures at same time in iphoto11

    I am having difficulty navigating in iphoto11.
    Can not figure out how to add keywords to multiple photos
    or how to add the same title to multiple photos.

    Titles: Photos menu -> Batch Change.
    Keywords: Select a batch of pics. Apply keyword to one, it's applied to all
    Regards
    TD

  • Aperture 3.5.1 - applying titles to multiple images?

    I've searched all over for this but can find nothing about it.  As above, is there a short and less labour intensive way to apply the same title to multiple images?  I thought Lift / Stamp metadata would do it but there seems to be no option to add either the Caption or Title to the set of data available to lift.
    I know I could use keywords to get the essentials copied over but I try to avoid using a gazillion keywords, expanding the list daily, when the sole thing I want to do is stamp one set of 50 or so images with the same title.  If i used the keyword approach my keyword list would run into hundreds of entries which I simply don't wan't, from the management side if nothing else.
    Copy and paste is an option I suppose but somewhat labour intensive!

    Thanks.  Yah, been messing around and found it.  Didn't realise it was IPTC data so I never hit the drop down to see what was under it.  Dropped one clanger in that I deleted the Copyright Notice from the dropdown as I didn't want to find it stamped it twice as all the images get it on import.  Because I deselected it though, it actually deleted what was there.  Easy enough to fix of course but, IIRC if you select the Lift / Stamp to lift all the keywords, I seem to recall it stamps them again if you inadvertently re-stamp an image you've already done.
    I try to keep this as uncomplicated as possible, could never decide whether to go with title or caption, I guess it matters neither way, unless doing this professionally in which case I guess there are IPTC conventions.

  • Positioning an image in the same location on different projects? (CS5)

    Hello,
    Is there a way to position an image in the same location on multiple projects aside from trying to use the rulers? I can never get them to match up evenly. They're close, but there has to be a way to make it match perfectly.

    If you have a few to do, you can create an action so it will speed up the process.
    To create this action.
    (With the document open)
    Start a new recording
    File - Place - select your logo (tiff, png, jpg etc)
    This will put the logo into the center of your document, press enter to comfirm the selection.
    Select - All (or ctrl/a)
    Layer - Align Layers to Selection - Top Edges (or where ever you want)
    Layer - Align Layers to Selection - Left Edges (or where ever you want)
    Your logo is now in the top left of your document
    Select the Move tool (v)
    Now to put it exactly where you want use the cursor keys
    One press of the cursor key = 1 pixel
    Shift and cursor key = 10 pixels
    Once you have the logo where you want ctrl/d to deselect then stop the recording.

  • Can a pluggable mapping be used by more than one project.

    I have a common mapping which 2 projects use it. If I deploy in one project the otherprojects mapping is getting Invalid. Can I make this mapping a pluggable mapping and then use it in 2 projects will this concept work.
    Thanks

    I have a common mapping which 2 projects use it. I donot think mapping can be common across the project . You can create the same mapping twice in both project.
    So donot know how you are using same mapping which 2 projects use it.
    If I deploy in one project the otherprojects mapping is getting InvalidAs i told create the same mapping in Both the project and use it.
    Can I make this mapping a pluggable mapping and then use it in 2 projects will this concept work.You can not share Pluggable mapping across the Project.
    Cheers
    Nawneet
    Edited by: Nawneet on Apr 12, 2010 10:51 AM

Maybe you are looking for

  • Upgrade to virtualbox 4.3 caused many problems

    I updated today and the new version of virtualbox was installed. When I loaded it to run some vms, I got this: One or more virtual hard disks, CD/DVD or floppy disk image files are not currently accessible. As a result, you will not be able to operat

  • GR55 Report Painter Issue

    Hi, I have an issue in report painter-GR55. Our report in report painter will show planed / actual cost, planed /actual quantity. Our material cost planing is done from cost activity of the project builder. Whereas in the report output , some materia

  • J2EE Server could not be started - Error -11113

    HI,      J2EE Server could not be started - Error -11113.        My system configuration:       Solution Manager 7.0       Windows server 2003 32-bit       ABAP Stack is working fine.      1.After SGEN in client 001 all the users like J2EE_ADMIN,J2EE

  • Remove subform instance problem

    HI there I am using the following code to remove the last subform instance subform.instanceManager.removeInstance(1) However in test it appears to be removing the last instance but one. Can anyone help me fix this. Thanks Darren

  • Data base from Labview Base, possible?

    I would like to sent my generated testreport(.txt) into a database. So that every report from every test is stored in a Data Base. Is this possible with LabView Base 7.1 or do I have to buy Developer suite? How do you do this? Regards Fredrik C (Data