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
 Textlayer and rulers

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 - Sep 22 2017 : 12:36:35
Hi,
I want to use the ruler, but when I activate it, I can not more move/select the Textlayer or Imagelayer correctly.
I've tested it on the sample project "NativeLayers2"!.
What do I have to do ?
Without Rulers all works perfect.

// simple Test for on/out Ruler
procedure TCollage_Form.ImageEnView1DblClick(Sender: TObject);
begin
   if ImageEnView1.ShowRulers = [] then 
     ImageEnView1.ShowRulers := [ rdHorizontal, rdVertical ]
   else 
     ImageEnView1.ShowRulers := [];
end;

regards
Klaus
www.klausdoege.de
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 24 2017 : 21:19:18
Thanks Klaus

We'll have a fix for this in v7.0.2 (we were a little to aggressive in our draw performance optimization).

You can email me for a pre-release.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
klausdoege Posted - Sep 23 2017 : 10:40:16
Hi Nigel,
yes but with 7.0.0 also.

Klaus
www.klausdoege.de
xequte Posted - Sep 22 2017 : 17:40:44
Hi Klaus

Is this in 7.0.1?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com