Book a Demo

Author Topic: Copying elements between Projects  (Read 3333 times)

Arkos

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Copying elements between Projects
« on: October 08, 2008, 11:04:29 pm »
It looks like it is not posible to copy an element from a project and paste it to another opened project.... :o
Is there any way? :-/

Thnx

hdjebar

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Copying elements between Projects
« Reply #1 on: October 08, 2008, 11:27:08 pm »
Here my workaround
    create a package, include in the element
    export/inport  it (via an file)
ciao

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Copying elements between Projects
« Reply #2 on: October 08, 2008, 11:45:59 pm »
That's probably the best you can do. EA exports at the package level, so you would need an enclosing package for any export (and thus the import as well).
No, you can't have it!

Arkos

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Copying elements between Projects
« Reply #3 on: October 09, 2008, 01:53:54 am »
Thanx!
I used that way before, but it seems not too straightforward.
Create a package, move the element, export, go to the other project import, and move the element... for such a basic operation.
At least there is a way ;)

Thanks again.