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
 Dynamic Creation ImageEnView Problem

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
ickkm Posted - Jul 18 2018 : 02:21:06
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
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 20 2018 : 22:19:15
I cannnot reproduce an A/V in 8.0.1.

Which line does the error occur on?

Nigel
Xequte Software
www.imageen.com
ickkm Posted - Jul 18 2018 : 05:53:15
Yes Now Use 7.0.0

Access error occurred
xequte Posted - Jul 18 2018 : 05:32:49
Hi

So you are using 7.0.0?

What is the nature of the problem you encounter?

Nigel
Xequte Software
www.imageen.com