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
 how to make layer unselectable?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

aftereffectniko

Ethiopia
23 Posts

Posted - Mar 11 2014 :  04:16:30  Show Profile  Reply
how to make layer unselectable? i mean i have two layers first and seond layer ,, i want to select second layer by mouse ?
my problem is when i try to select second layer by mouse it select first layer .
and how can i make the first layer unselectable by mouse

please Help me

w2m

USA
1990 Posts

Posted - Mar 11 2014 :  05:20:48  Show Profile  Reply
ImageEnView1.Layers[0].Selectable := False;  //Makes layer 0 unselectable.
ImageEnView1.Layers[1].Selectable := False;  //Makes layer 1 unselectable.

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Custom ImageEn Development
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: