ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Textlayer and rulers
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

klausdoege

Germany
389 Posts

Posted - Sep 22 2017 :  12:36:35  Show Profile  Reply
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

xequte

38222 Posts

Posted - Sep 22 2017 :  17:40:44  Show Profile  Reply
Hi Klaus

Is this in 7.0.1?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

klausdoege

Germany
389 Posts

Posted - Sep 23 2017 :  10:40:16  Show Profile  Reply
Hi Nigel,
yes but with 7.0.0 also.

Klaus
www.klausdoege.de
Go to Top of Page

xequte

38222 Posts

Posted - Sep 24 2017 :  21:19:18  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: