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 and showing file preview

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
FbRa5 Posted - May 30 2012 : 06:36:28

Hi,
I'm sorry if I do stupid questions but I'm new to ImageEn.
I developed an app where I store picture in a DB and I show my picture with ImageEnIO object.
Is it possible to show JPEG files (for example) in ImageEnIO directly from file and not between DB.
Thanks. I hope I explained well.
3   L A T E S T    R E P L I E S    (Newest First)
FbRa5 Posted - May 31 2012 : 01:39:16
Great!!
It Works perfectly.
Thank you very very much!!! And you have a really nice name, che è lo stesso che ho io!
Grazie mille!
fab Posted - May 30 2012 : 10:49:36
You should use TImageEnView instead of TImageEnDBView and write:

ImageEnView.IO.LoadFromFIle(filename);

Above code works also in TImageEnDBView because it is a subclass of TImageEnView , anyway it should be not connected to a DB.
FbRa5 Posted - May 30 2012 : 07:06:02
Sorry, not ImageEnIO, but ImageEnDBview.
How can I do that with ImageEnView? Can I have an example?.
Thanks