Book a Demo

Author Topic: Alternate images sharing  (Read 3814 times)

kc123

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Alternate images sharing
« on: October 08, 2015, 06:30:16 pm »
Hello,

We are using EA with subversion control for our project.

I am using the "Select Alternate Image" option to change the look of a few properties in my diagram. However, I want these images to be also reflected when other project members update their packages using the "Get All Latest" command.

Is there a way that I can add the Images to the .eap file? Or is there some way that I can link the images to the properties themselves?

Thanks in advance!

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Alternate images sharing
« Reply #1 on: October 08, 2015, 07:00:28 pm »
IMHO you need to use the Reference Data. Export your custom images to an XML file via the Export Reference Data.
This file can then be imported via an Import Reference Data. It also provides an option to use it as a Shared File.

Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


kc123

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Alternate images sharing
« Reply #2 on: October 08, 2015, 07:10:26 pm »
Thanks for replying! :)

If I understood you correctly, then it would seem that we have already tried the Export and Import Reference Data option.

Evidently, once the second person has imported the image data from this XML file, the images are not automatically applied to the properties. He has to then apply it manually to the properties i.e. he has to go and "Select Alternate Image" on each property again.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Alternate images sharing
« Reply #3 on: October 08, 2015, 07:31:03 pm »
Tools/Options/XML/Images/Export

That will include alternate images in the XMI export.

q.

kc123

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Alternate images sharing
« Reply #4 on: October 08, 2015, 10:03:18 pm »
@qwerty: Thank you very much! That worked! :)