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
 EndShape 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
spetric Posted - Jul 02 2014 : 05:17:28
Hi,

I'm porting my prog to C++ XE5 (with new ImageEn release) and
I've noticed that EndShape does not work any more.

Here is the code that worked in BCB 6:


_hobj = PaintView->AddNewObject();
PaintView->ObjKind[_hobj] = iekLINE;
PaintView->ObjBrushStyle[_hobj] = bsSolid;
PaintView->ObjBrushColor[_hobj] = clBlue;
PaintView->ObjEndShape[_hobj] = iesOUTARROW;


In XE5 with new ImageEn release, out arrow is not visible. The object acts as iesNONE was specified.

Are there any new options in current ImageEn release that must be specified in order to make arrow visible?
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 02 2014 : 17:02:47
Sorry that is due to a bug in v5.1.1. Will be fixed in v5.1.2.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
spetric Posted - Jul 02 2014 : 06:41:03
I've found the difference.

There is ObjShapeHeight and ObjShapeWidth which are initially set to 0.
So, I need to add width and height of EndShape.
w2m Posted - Jul 02 2014 : 05:56:16
I get end shapes here with no problem. There are no new options that I know of. Maybe try making the PenWidth larger.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development