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
 The Color Picker does not work well with layers

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
nwscomps Posted - May 01 2020 : 02:50:11
It works well when there is only the background layer. But if you add a couple of image layers it doesn't work well. I am testing with this code:

fCurrentIEView.OnUserInteraction := IEViewUserInteraction;

procedure TForm1.IEViewUserInteraction(Sender: TObject;
  Event: TIEUserInteractionEvent; Info: Integer);
begin
  if event = ieiColorPickerClick then
  begin
    flagPickColor := false;
    etc...
  end;
end;


the above code is not triggered at all, or when it is, the color picked is wrong.
This happens only when there are layers.

Francesco Savastano
Add-ons for the ImageEn Library
web: http://www.fssoft.it/delphicomps.html
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 04 2022 : 18:25:40
Hi Yogi

Yes, the color picker is now layer aware.

Nigel
Xequte Software
www.imageen.com
yogiyang Posted - Dec 03 2022 : 07:26:43
Hello,

What is the status of Color Picker?

Does it work on current layer instead of Background layer?

TIA

Yogi Yang
xequte Posted - May 02 2020 : 03:08:47
Hi Francesco

Please email me for a fix for this.

Nigel
Xequte Software
www.imageen.com