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
 Shapelayer and press shift+dplclick -> Error

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
klausdoege Posted - May 04 2021 : 13:49:41
Hi,
when i select a shapelayer and press shift+dplclick for LayersShowProbertiesdialog, the coming this ERR. why ???


Klaus
www.klausdoege.de
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 05 2021 : 18:06:25
Hi Klaus

Yes, you should email me for a pre-release of 10.0.1

Nigel
Xequte Software
www.imageen.com
klausdoege Posted - May 05 2021 : 03:17:48
Hi Nigel,
i use Imageen 10.0 with Delphi XE5.

I have test with ImageEnView1.LayersNewLayerDialog( ielkShape );
Then comimg this error, and not the dialog ?



procedure Tfmain.btnAddClick(Sender: TObject);
begin
// for testing
ImageEnView1.LayersNewLayerDialog( ielkShape );
// ImageEnView1.LayersAdd( TIELayerKind( cmbAddLayer.ItemIndex ));
if ImageEnView1.CurrentLayer.Kind = ielkImage then
TIEImageLayer( ImageEnView1.CurrentLayer ).ExecuteOpenDialog();
ImageEnView1.CurrentLayer.Width := 100;
ImageEnView1.CurrentLayer.Height := 100;
RefreshControls();
end;

Klaus
www.klausdoege.de

xequte Posted - May 04 2021 : 17:09:48
Hi Klaus

This is an issue in 10.0.0. What version of Delphi are you using?


Nigel
Xequte Software
www.imageen.com