How can I change the selection color

1,611 views
Skip to first unread message

ISABELLA zhou

unread,
Jun 11, 2012, 5:33:21 PM6/11/12
to MapInfo-L
Hi,

I am new in Mapinfo, sorry for asking too simple questions...

Started with a map, I run SQL select, then some object on map has been
selected. After that, I change the layer to editable and change the
color in Option-> Region Style to another color. But the result is, I
changed color of every object...

So can anyone tell me, how can I change the color just for selected
object?

Many thanks....

Isabella

Mahir KURU

unread,
Jun 11, 2012, 5:51:17 PM6/11/12
to mapi...@googlegroups.com

hi,
first select object
table editing table change ( the lower bar )
or layer control panel table editable on click
 
change select object style drawing toolbar
object type click select (point, polyline, region )

 Mahir.

> Date: Mon, 11 Jun 2012 14:33:21 -0700
> Subject: [MI-L] How can I change the selection color
> From: isabell...@gmail.com
> To: mapi...@googlegroups.com
> --
> You received this message because you are subscribed to the
> Google Groups "MapInfo-L" group.To post a message to this group, send
> email to mapi...@googlegroups.com
> To unsubscribe from this group, go to:
> http://groups.google.com/group/mapinfo-l/subscribe?hl=en
> For more options, information and links to MapInfo resources (searching
> archives, feature requests, to visit our Wiki, visit the Welcome page at
> http://groups.google.com/group/mapinfo-l?hl=en
turkey.JPG

ISABELLA zhou

unread,
Jun 11, 2012, 5:53:54 PM6/11/12
to mapi...@googlegroups.com
Also, I want to add label to selected objects, so I added layer selection (when I run sql, the selected data is insert into selection) and check label, the result is all the object in map has been labeled.

Can any one help me on this?

Many thanks

在 2012年6月11日星期一UTC-4下午5时33分21秒,ISABELLA zhou写道:

Mahir KURU

unread,
Jun 11, 2012, 6:03:27 PM6/11/12
to mapi...@googlegroups.com
select object add map,
layer control panel label on
double click table editing label font
 

Date: Mon, 11 Jun 2012 14:53:54 -0700
From: isabell...@gmail.com
To: mapi...@googlegroups.com
Subject: [MI-L] Re: How can I change the selection color


Also, I want to add label to selected objects, so I added layer selection (when I run sql, the selected data is insert into selection) and check label, the result is all the object in map has been labeled.

Can any one help me on this?

Many thanks

锟斤拷 2012锟斤拷6锟斤拷11锟斤拷锟斤拷锟斤拷一UTC-4锟斤拷锟斤拷5时33锟斤拷21锟诫,ISABELLA zhou写锟斤拷锟斤拷
Hi,

I am new in Mapinfo, sorry for asking too simple questions...

Started with a map, I run SQL select, then some object on map has been
selected.  After that, I change the layer to editable and change the
color in Option-> Region Style to another color. But the result is, I
changed color of every object...

So can anyone tell me, how can I change the color just for selected
object?

Many thanks....

Isabella
Query1.JPG

ISABELLA zhou

unread,
Jun 11, 2012, 6:11:49 PM6/11/12
to mapi...@googlegroups.com
Hi,

Sorry, I still don't get it, where can I "add map"?

Thanks a lot


在 2012年6月11日星期一UTC-4下午6时03分27秒,Mahir KURU写道:

David R Sherrod

unread,
Jun 11, 2012, 6:52:20 PM6/11/12
to mapi...@googlegroups.com

Isabella,

I'm puzzled by the behavior you describe, such that all objects respond similarly.

My first thought is that all the objects are somehow linked.  You might try OBJECTS-> Disaggregate from the pulldown menu.  (And, as always, first save a copy of your table and work on that as you conduct the experiments.)

For example, using a cutter often creates a family of polygons that really are still one object in MapInfo.  Disaggregating them assigns separate status to each polygon.

Then you would proceed as you first described, which is to select that objects that deserve distinct colors and then (from pulldown menu), OPTIONS->Region Style.
-----------------------------------------



From: ISABELLA zhou <isabell...@gmail.com>
To: mapi...@googlegroups.com
Date: 06/11/2012 03:11 PM
Subject: Re: [MI-L] Re: How can I change the selection color
Sent by: mapi...@googlegroups.com


Bill Thoen

unread,
Jun 11, 2012, 8:03:44 PM6/11/12
to mapi...@googlegroups.com
Actually , the problem is that you have to add your selection to the map as if it were a separate layer. If we fill out the SQL comamnd completely, this may be more obvious. So let's not use the default name of "Selection". Let's say your table contains data about a tribe of ring-tailed lemurs, and you want to select 3 individuals known to you as Moe, Larry and Curley. So instead of using the minimal SQL of:

SELECT * FROM LeapingLemurs WHERE Name IN ("Moe", "Larry", "Curley")

use the full expression:

SELECT
* FROM LeapingLemurs WHERE Name IN ("Moe", "Larry", "Curley") INTO Stooges

Now, the new temporary table Stooges is still a subset of LeapingLeamurs just like Select was, but now it's a little more obvious that you need to add the subset table, Stooges, as a  layer to the map and make that layer editable to  change  those records. Because it's a subset and still connected to the original table, LeapingLemurs, changes made to Stooges will also be made to LeaapingLemurs.



On 6/11/2012 4:52 PM, David R Sherrod wrote:

Isabella,

I'm puzzled by the behavior you describe, such that all objects respond similarly.

My first thought is that all the objects are somehow linked.  You might try OBJECTS-> Disaggregate from the pulldown menu.  (And, as always, first save a copy of your table and work on that as you conduct the experiments.)

For example, using a cutter often creates a family of polygons that really are still one object in MapInfo.  Disaggregating them assigns separate status to each polygon.

Then you would proceed as you first described, which is to select that objects that deserve distinct colors and then (from pulldown menu), OPTIONS->Region Style.
-----------------------------------------



From: ISABELLA zhou <isabell...@gmail.com>
To: mapi...@googlegroups.com
Date: 06/11/2012 03:11 PM
Subject: Re: [MI-L] Re: How can I change the selection color
Sent by: mapi...@googlegroups.com





Hi,

Sorry, I still don't get it, where can I "add map"?

Thanks a lot


ÔÚ 2012Äê6ÔÂ11ÈÕÐÇÆÚÒ»UTC-4ÏÂÎç6ʱ03·Ö27Ã룬Mahir KURUдµÀ£º

select object add map,
layer control panel label on
double click table editing label font


Date: Mon, 11 Jun 2012 14:53:54 -0700
From:
isabell...@gmail.com
To:
mapi...@googlegroups.com
Subject: [MI-L] Re: How can I change the selection color

Also, I want to add label to selected objects, so I added layer selection (when I run sql, the selected data is insert into selection) and check label, the result is all the object in map has been labeled.


Can any one help me on this?

Many thanks

�� 2012��6��11������һUTC-4����5ʱ33��21�룬ISABELLAzhouд����

ISABELLA zhou

unread,
Jun 12, 2012, 10:36:26 PM6/12/12
to mapi...@googlegroups.com
Hi.

Thank you sooo much for the reply,  I believe the problem is the map itself. Since when I tried same process, the result is fine.

I have tried unaggregate, but still can not solve the problem



2012/6/11 Bill Thoen <bth...@gisnet.com>
gbdaadgg.png
Reply all
Reply to author
Forward
0 new messages