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
 TImageEnVect and 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
randal46 Posted - Oct 09 2011 : 02:57:41
Hi,

In TImageEnVect is it possible to selectively hide and show individual layers?

Thanks
5   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Oct 19 2011 : 00:17:48
Yes, a demo will be available (I don't know whether included in the main package).
John Posted - Oct 17 2011 : 15:18:53
Fabrizio

When version 4.02 is released, will there be a demo showing the association of specific objects with specific layers and the saving of a specific layer with its associated objects?

TIA

John
fab Posted - Oct 09 2011 : 12:43:49
Until now (version 4.0.1) vectorial objects are drawn over all layers, and they aren't associated to a specific layer. So, yes, now it is normal.

Since version 4.0.2 (not yet available) it is possible to associate each object to a different layer, and of course hide objects when the related layer is not visible.
randal46 Posted - Oct 09 2011 : 11:23:57
That doesn't hide the objects that are created on the layer. Is that normal?
w2m Posted - Oct 09 2011 : 08:07:58
ImageENVect1.Layers[ ImageENVect1.LayersCurrent ].Visible := LayerVisible1.Checked;
ImageENVect1.Update;


William Miller