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
 Dynamic Creation ImageEnView Problem
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

ickkm

13 Posts

Posted - Jul 18 2018 :  02:21:06  Show Profile  Reply
Static Component Code

ImageView.IO.Bitmap.Canvas.Brush.Color := clBlack;
ImageView.IO.Bitmap.Canvas.FillRect(Rect(0,0,ImageView.IO.Bitmap.width,ImageView.IO.Bitmap.Height));
ImageView.Update;

No Problem But Dynaminc Creation

ImageLoad[Ni] := TImageENView.Create(fmMain);
ImageLoad[Ni].Parent := DispPanel;
-> ImageLoad[Ni].IO.Bitmap.Canvas.Brush.Color := clBlack;
ImageLoad[Ni].IO.Bitmap.Canvas.FillRect(Rect(0,0,ImageLoad[Ni].IO.Bitmap.width,ImageLoad[Ni].IO.Bitmap.Height));
ImageLoad[Ni].Update;

Version 7 No error Code

Please Help me solve

xequte

39053 Posts

Posted - Jul 18 2018 :  05:32:49  Show Profile  Reply
Hi

So you are using 7.0.0?

What is the nature of the problem you encounter?

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

ickkm

13 Posts

Posted - Jul 18 2018 :  05:53:15  Show Profile  Reply
Yes Now Use 7.0.0

Access error occurred
Go to Top of Page

xequte

39053 Posts

Posted - Jul 20 2018 :  22:19:15  Show Profile  Reply
I cannnot reproduce an A/V in 8.0.1.

Which line does the error occur on?

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: