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
 Vector object background

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
quantuz Posted - Oct 10 2014 : 17:48:56
Hi,
After updating from IE 4.3.1 to IE 5.1 the vector object background changed from transparent to black i.e.
ImageEnView1->ObjKind[-1]=iekBOX (box inside is black)
ImageEnView1->ObjText[-1]="text" (background black)
How do I make it transparent again? Is it a setting in TImageEnView?

Regards,
//Christer
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 12 2014 : 12:50:44
Hi Christer

Yes, the lack of default is an issue that will be fixed in the coming update.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
quantuz Posted - Oct 11 2014 : 06:05:33
Hi,

Forget the question I got it to work, just had to set ObjBrushStyle[-1] = bsClear;
It seems IE 4.3 had this default to bsClear.

//Christer