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
 IELayerMView Problems

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 - Nov 25 2019 : 09:48:40
Hello,
I would like to provide a picture with a mask.
And still work with the brush.
If I set Layer1 as a mask, it disappears from the display on the left.
That's not nice, I want to see her as it is in Photoshop.
Is not it possible to always display the mask in IELayerMView
and only set the ismask property in the image?



Here is a not very good description:
The hint: "remove mask" should mean "mask visible"


Klaus
www.klausdoege.de
2   L A T E S T    R E P L I E S    (Newest First)
klausdoege Posted - Nov 29 2019 : 04:42:39
Hi Nigel,
in v8.7.6 the problem is resolved

Klaus
www.klausdoege.de
xequte Posted - Nov 26 2019 : 16:46:11
Hi Klaus

You can use:

// Show mask layers in the control
IELayerMView1.LayerOptions := IELayerMView1.LayerOptions - [ lvMaskButton ];


Though it will remove the mask button.

Nigel
Xequte Software
www.imageen.com