ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEn v6.0.1 Released (with XE8)

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
xequte Posted - May 05 2015 : 16:59:44
We have just released v6.0.1 for ImageEn, which includes support for Delphi XE8 and C++ Builder XE8.

6.0.1 is a free update if you purchased a license or extension after 5 May 2014. You can request the download from:

http://www.imageen.com/support/downloadrequest.html

Other users can extend their registration for 12 months at:

http://www.imageen.com/order/index.html#Extensions


Top Five Enhancements

1. Poster printing (printing a single image to multiple pages)




2. Cooler styling for THistogram




3. Pan Zoom effects are now much smoother due to frame blending

4. TImageEnMView.BiDiMode: Now supports Right-to-Left mode

5. TImageEnMView now more efficient with images containing large meta-data blocks

Also: Delphi XE8 and C++ Builder XE8 compatibility


Complete Change History: http://www.imageen.com/info/history.html


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
10   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 07 2015 : 18:52:20
Hi Keith

OnFolderChange was replaced by OnFolderChanging and OnFolderChanged.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
keithml Posted - May 07 2015 : 10:11:03
Not sure what the problem was, but it installed correctly on the third try. I did pre-define the /source directory. Didn't find any errant files though.

Now I need to upgrade the font issue changes from 6.0.

Thanks,
Keith
w2m Posted - May 07 2015 : 08:39:21
With Delphi XE7 here the folder structure is:
C:\Users\Public\Documents\Embarcadero\Studio\15.0\Bpl
C:\Users\Public\Documents\Embarcadero\Studio\15.0\Dcp
If the naming convention is the same for XE8 then look in the ..\16.0\Bpl and ..\16.0\Dcp folders.

Do not install, uninstall and install... install one time.
If this does not work then request assistance from Nigel.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
keithml Posted - May 07 2015 : 08:35:02
What directories should I look for them in?
w2m Posted - May 07 2015 : 08:33:24
Because you installed multiple times I'd try deleting all traces of ImageEn files on your hard drive including bpl and dcp files. Once your pc is clean, reinstall ImageEn. Also make sure the path to the ImageEn source file folder is in the IDE.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
keithml Posted - May 07 2015 : 08:27:30
When I installed version 6.01 (and I uninstalled and installed it again just in case), upon loading my 6.0 version projects I get can't find OnFolderChange on the actual load. Also, when creating a new project and just adding a TImageEnFolderMView, it does not build with file not found errors for imres.res, iexAcquireForm.DFM, and alot more. Seems to be a bad install. Any sugestions? The same errors happen in XE7 and XE8.
Niels Posted - May 05 2015 : 22:10:14
Thanks, it works now!
xequte Posted - May 05 2015 : 22:07:06
We have uploaded a new installer that automatically cleans up these old files.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
xequte Posted - May 05 2015 : 21:47:40
Hi

The new installer no longer installs some source files in your package folder, so you probably have an old version of iewords.pas in your packages folder.

I will create a new version of the installer to clean these old files.

You should uninstall ImageEn, checking there are no ie*.* files remaining on your system, and then reinstall.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Niels Posted - May 05 2015 : 19:53:31
Ok, looks likes two or more spelling error in eiwords.pas

You are refering to IEMsg_AddAnEllipicalObject which should be: IEMsg_AddAnEllipticalObject with an 't' in it.
And probably Str_IEMsg_AddAnEllipicalObject should be changed to Str_IEMsg_AddAnEllipticalObject...

There are more of spelling errors in it...