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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnMView is not loading PSD files from...
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

yogiyang

India
725 Posts

Posted - Feb 25 2021 :  08:34:20  Show Profile  Reply
Hello,

I have a need to load PSD files from a remote server.

These files are getting loaded in ImageEnView but not in ImageEnMView.

Why is this happening?

I am using IE 9.3.0.

TIA

Yogi Yang

xequte

38198 Posts

Posted - Feb 25 2021 :  15:31:03  Show Profile  Reply
Hi Yogi

Can you show me your code?



Nigel
Xequte Software
www.imageen.com
Go to Top of Page

yogiyang

India
725 Posts

Posted - Mar 01 2021 :  04:48:51  Show Profile  Reply
Hello Nigel,

The code has been emailed to you already.

TIA

Yogi Yang
Go to Top of Page

yogiyang

India
725 Posts

Posted - Mar 01 2021 :  08:38:45  Show Profile  Reply
Hello Nigel,

I also tried this code:

TempFldr := 'C:\Temp\';
TmpFileName := 'UserTempFile.psd';
iemDsgnSamples.MIO.LoadFromFileAuto(TempFldr + TmpFileName);


It just hangs here: iemDsgnSamples.MIO.LoadFromFileAuto(TempFldr + TmpFileName)

Sometimes it does work but after 10 to 15 minutes wait!

TIA

Yogi Yang
Go to Top of Page

xequte

38198 Posts

Posted - Mar 01 2021 :  15:01:53  Show Profile  Reply
Hi Yogi

I don't seem to have received a recent message from you.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

yogiyang

India
725 Posts

Posted - Mar 05 2021 :  07:12:32  Show Profile  Reply
Hello Nigel,

Sorry for late reply. I has already posted the code in my post Posted - Mar 01 2021 : 08:38:45.

Please check this code.

I observed another thing and that is: This code works when the EXE is not run in debug mode meaning run outside Delphi's IDE. But when run in debug mode by pressing F9 (from Delphi's IDE) it takes ages to load files.

TIA

Yogi Yang
Go to Top of Page

xequte

38198 Posts

Posted - Mar 07 2021 :  01:05:01  Show Profile  Reply
Hi Yogi

I don't see what post you are referring to, but it is not uncommon for the Delphi debugger to slow down tasks. If it runs fine when not under the debugger then that doesn't sound like an issue.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

yogiyang

India
725 Posts

Posted - Mar 08 2021 :  06:38:37  Show Profile  Reply
Hello, Nigel,

Ok here is the code:
TempFldr := 'C:\Temp\';
TmpFileName := 'UserTempFile.psd';
iemDsgnSamples.MIO.LoadFromFileAuto(TempFldr + TmpFileName);


This works well when the app is not running in Debug mode but in Debug mode it just hangs at the line: iemDsgnSamples.MIO.LoadFromFileAuto(TempFldr + TmpFileName);

This was not happening in previous versions that is 9.2.6. But is happening in 9.3.1.

Any idea as to why?

TIA

Yogi Yang
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: