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 |