Re: [basedb-devel] Batch scan importer

2009-03-12 Thread Nicklas Nordborg
Thanks for the code. I am not sure that I like that it creates a new image 
every time.
I think it should at least check if there is already an image with the 
specified file.

Is there a need for setting the other image properties (preview, format, 
description)?
If so, it might be better to have a specific importer for images.

/Nicklas

Pawel Sztromwasser wrote:
 Hello BASE team,
 
 We really enjoy the set of batch uploading plugins and were doing a
 little training for our users in Bergen. Everything seemed great except
 that they couldn't link freshly created scans with image files. I read
 in the example spreadsheet that it is not supported and was very
 surprised since similar 'file attaching' works very nice for raw
 bioassays. I sat down, did some copy pasting from RawBioAssayImporter
 and after little edits it worked (source attached).
 
 I hope that you can make some use of it.
 
 All the best,
 Pawel
 
 
 
 
 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 
 
 
 
 ___
 basedb-devel mailing list
 basedb-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/basedb-devel


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel


Re: [basedb-devel] Batch scan importer

2009-03-12 Thread Pawel Sztromwasser
I am not sure, I didn't consider image as a 'real type' of item. More 
like attribute of a scan. Maybe because there is no Image submenu:)

I agree that looking for already created images with specific file is 
much better idea, then what I have implemented. Allowing users to 
specify image format, description and preview flag is great, but I would 
prefer to have it in the scan spreadsheet as additional columns (image 
property columns, as with file in rba import). Mainly because image has 
no life on its own and also because there is actually no image list 
where one could run batch import. OK, there is a list of images for 
every scan, but image imports for each and every scan would be laborious.

What do you think of it?

Pawel


Nicklas Nordborg wrote:
 Thanks for the code. I am not sure that I like that it creates a new image 
 every time.
 I think it should at least check if there is already an image with the 
 specified file.
 
 Is there a need for setting the other image properties (preview, format, 
 description)?
 If so, it might be better to have a specific importer for images.
 
 /Nicklas
 
 Pawel Sztromwasser wrote:
 Hello BASE team,

 We really enjoy the set of batch uploading plugins and were doing a
 little training for our users in Bergen. Everything seemed great except
 that they couldn't link freshly created scans with image files. I read
 in the example spreadsheet that it is not supported and was very
 surprised since similar 'file attaching' works very nice for raw
 bioassays. I sat down, did some copy pasting from RawBioAssayImporter
 and after little edits it worked (source attached).

 I hope that you can make some use of it.

 All the best,
 Pawel


 

 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com


 

 ___
 basedb-devel mailing list
 basedb-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/basedb-devel
 
 
 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 basedb-devel mailing list
 basedb-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/basedb-devel


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel


Re: [basedb-devel] Batch scan importer

2009-03-12 Thread Nicklas Nordborg
Pawel Sztromwasser wrote:

 Mainly because image has no life on its own and also because there is 
 actually no image list where one could run batch import. OK, there is
 a list of images for every scan, but image imports for each and every
 scan would be laborious.

Ahh... yes, I didn't think of that. It doesn't make sense to have a
standalone image importer.

/Nicklas

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel


Re: [basedb-devel] Batch scan importer

2009-03-11 Thread Pawel Sztromwasser
I have just noticed that the filename I sent has different name then the 
class inside. I used ScanImporterNMC name to distinguish from the 
original plugin and then renamed the file before sending. Just rename it 
back and all will work.

Pawel

Pawel Sztromwasser wrote:
 Hello BASE team,
 
 We really enjoy the set of batch uploading plugins and were doing a 
 little training for our users in Bergen. Everything seemed great except 
 that they couldn't link freshly created scans with image files. I read 
 in the example spreadsheet that it is not supported and was very 
 surprised since similar 'file attaching' works very nice for raw 
 bioassays. I sat down, did some copy pasting from RawBioAssayImporter 
 and after little edits it worked (source attached).
 
 I hope that you can make some use of it.
 
 All the best,
 Pawel
 
 
 
 
 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 
 
 
 
 ___
 basedb-devel mailing list
 basedb-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/basedb-devel


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel