Book a Demo

Author Topic: bulk import of pictures  (Read 6960 times)

JohnDoe

  • EA User
  • **
  • Posts: 191
  • Karma: +0/-0
  • EA rocks !
    • View Profile
bulk import of pictures
« on: June 05, 2007, 02:42:22 am »
Hello,

I would like to import an amount of pictures into my EA picture library. Instead of klicking "Add new" (Settings->Images) for every single picture, I would like to import a complete folder with a number of pictures. Is there an option to achieve this bulk picture import or should this go here as a feature request ?

Regards
Bernd
« Last Edit: June 05, 2007, 02:42:30 am by BerndWill »

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: bulk import of pictures
« Reply #1 on: June 05, 2007, 03:01:23 am »
Bernd,

Add my vote here.

I don't think there is such a method - although I could be wrong here.

If not, I think this would make a great feature, and is likely not a major overhaul.

David
No, you can't have it!

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: bulk import of pictures
« Reply #2 on: June 05, 2007, 05:12:02 am »
My vote also, Bernd...

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Graham_Moir

  • EA User
  • **
  • Posts: 749
  • Karma: +10/-15
    • View Profile
Re: bulk import of pictures
« Reply #3 on: June 08, 2007, 12:28:16 am »
And my vote too,  although the xml image library provided by Sparx which can be found at

http://www.sparxsystems.com.au/resources/image_library.html

does show there is a way to load in a set of images - just doesn't directly support picking up all files in a folder.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: bulk import of pictures
« Reply #4 on: June 08, 2007, 01:25:12 am »
Nor do I think there is a reliable (i.e. supported by Sparx rather than coincidentally workable) means of generating such an XML file. Perhaps this too could be a useful feature.
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: bulk import of pictures
« Reply #5 on: June 11, 2007, 01:27:44 pm »
That file can be generated in a way supported by sparx by using the Tools | Export Reference Data.

Of course that isn't going to help you as you first need to import it into EA to use that method.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: bulk import of pictures
« Reply #6 on: June 12, 2007, 04:31:58 am »
Thanks Simon,

That solves part of the problem. At least we know the process is repeatable once we 'prime the pump.'

Could you at least publish the specifications? Perhaps - at our own risk of course - we could come up with something for the first import, then publish and maintain it on the Wiki.

David
No, you can't have it!

JohnDoe

  • EA User
  • **
  • Posts: 191
  • Karma: +0/-0
  • EA rocks !
    • View Profile
Re: bulk import of pictures
« Reply #7 on: June 19, 2007, 11:43:10 pm »
The XML file has two major components:
a) a XML structrue, which is readable and can be generated
b) a Base64 encoded object

I just created a new MDB and made a link to table t_image of my EA project file. Then I have created a form, which is based on the t_image table. But there are no visible pictures inside, though the table is filled with "large binary objects". What is the format of the pictures that EA displays ?

Regards
Bernd
« Last Edit: June 20, 2007, 12:01:58 am by BerndWill »