Thank you Kjartan. On Tue, 25 Jan 2005 14:59:40 -0500, Kjartan Stefansson <[EMAIL PROTECTED]> wrote: > Anirudda, > > You can restrict the fields that are shown in the info window by using field > sets. > > If you right-click in the info window, you'll see the "Field Sets" menu > entry. You can use it to create a set of fields that you find relevant. > You can name the field set and it will be saved along with the database. > After that, you can always restrict your info window to use this field set. > > Granted, if you close the info window, the info tool will default to show > all fields the next time you open it, but at least you'll have a quick way > to narrow it down to the fields of importance by going back to your saved > field set. > > -Kjartan > > > -----Original Message----- > From: Aniruddha Banerjee [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 25, 2005 2:24 PM > To: [email protected] > Subject: Re: [Maptitude] Info tool and Invisible objects > > > I think Caliper could include an info-tool > choose-variables-for-display option. Alot of times we save images and > screen shots that may require only a few variables to show up. > > > On Tue, 25 Jan 2005 15:39:13 -0200, Reinaldo Paul P�rez Machado > <[EMAIL PROTECTED]> wrote: > > > > Kjartan: > > > > Thanks again! I believe that will do it. I was aware of the standard Info > > Tool limitation but I did not know how to achieve the desired behaviour > via > > GISDK programing. > > > > Cheers, > > > > Reinaldo > > > > ________________________________ > > > > > > Kjartan Stefansson wrote: > > Reinaldo, > > This can not be achieved with the standard info tool. You can't > > teach the > tool what selections and selection statuses are important to > > you. > > You could write your own script to do this. One method could be as > > follows: > First create and save a set that has all the features of interest > > to you > (use SetOr() on all the sets that exclude features and SetInvert() on > > the > result). Then every time you want to get info around a point, you can > > use > SelectByCircle() to find all nearby features and use SetAnd() to > > restrict it > to your set of interest. > > -Kjartan > > -----Original > > Message----- > From: Reinaldo Paul P�rez Machado > > [mailto:[EMAIL PROTECTED] > Sent: Monday, January 24, 2005 11:11 > > AM > To: Maptitude Discussion List > Subject: [Maptitude] Info tool and > > Invisible objects > > > Hi all: > > Please, somebody has a tip on how to get the > > attributes from an object > in a Point Geographic File from a particular > > (active and visible) > Selection Set without getting the info from not > > desired (inactive and > not visible) objects? > > Any suggestion or aid would be > > very much appreciated. Best regards, > > Reinaldo > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor > > --------------------~--> > Has someone you know been affected by illness or > > disease? > Network for Good is THE place to support health awareness > > efforts! > http://us.click.yahoo.com/RzSHvD/UOnJAA/79vVAA/C5grlB/TM > --------------------------------------------------------------------~-> > > > > > Yahoo! Groups Links > > > [EMAIL PROTECTED] > > http://docs.yahoo.com/info/terms/ > > > > > > > > > > ________________________________ > > Yahoo! Groups Links > > To visit your group on the web, go to: > > http://groups.yahoo.com/group/Maptitude/ > > > > To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > -- > Aniruddha Banerjee, Ph.D. > Associate Research Scientist > Prevention Research Center > 1995 University Ave, Ste 450 > Berkeley, CA 94706 > 510.883.5740 > fax 510.644.0594 > > > > > Yahoo! Groups Links > > > > > > > > > > > ________________________________ > Yahoo! Groups Links > To visit your group on the web, go to: > http://groups.yahoo.com/group/Maptitude/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
-- Aniruddha Banerjee, Ph.D. Associate Research Scientist Prevention Research Center 1995 University Ave, Ste 450 Berkeley, CA 94706 510.883.5740 fax 510.644.0594 ------------------------ Yahoo! Groups Sponsor --------------------~--> Has someone you know been affected by illness or disease? Network for Good is THE place to support health awareness efforts! http://us.click.yahoo.com/RzSHvD/UOnJAA/79vVAA/C5grlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Maptitude/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
