Yes, We currently use the parcel data for directly locating households by where they are on the street rather than an Address list. This helps our volunteers...
381
Peter H. Van Demark
peter@...
Jan 2, 2002 3:25 pm
All: Currently, the debugger does not show watches and variables after you call any one of the standard macros shipped with the program. For example, right...
Hi All: Thanks Peter, for the explanation. I believe that the debugger is anyway a very nice improvement for the GISDK. Now I have a two questions. In the last...
383
Peter H. Van Demark
peter@...
Jan 3, 2002 7:59 pm
... This is easy, since the GISDK toolbox is an add-in, and you can start an add-in yourself. If you look in add-ins.txt, the macro "GISDK Start Toolbox" in...
Hello! The format for a slide show seems to be different when I create one using the dropdown Tools/Slide Show... from what is required in PlaySlideshow() with...
385
Reinaldo Paul Perez M...
Reinaldo@...
Jan 3, 2002 9:39 pm
Peter: ... Thanks, I will use it right now. ... I see, but what about having it already open when Mapt starts, even though I would have to move it to the...
386
Peter H. Van Demark
peter@...
Jan 4, 2002 2:50 pm
... Just have the code to open the GISDK Toolbox execute in the startup macro that runs before control is passed to the user. Peter ... Peter Van Demark ...
... See the topic Installing and Running Custom Applications in the on-line help for GISDK. It explains the command line options for adding an alternate...
389
Peter H. Van Demark
peter@...
Jan 4, 2002 3:36 pm
... A .SLI file has three parts, separated by vertical bars, for each slide: file_name|title|time The array needed by PlaySlideshow() contains subarrays with...
Peter: Thank you very much. I see that you are used to deal with students. That is the best way to teach, otherwise, if you just give the full 'recipe', the...
392
LuAnn Lawhon
luannl@...
Jan 4, 2002 5:39 pm
Any Redistricters on the list? We are using Maptitude for Redistricting, and we are having problems with the add-in that was designed to print a map of each...
Larry, et al who offered help on my earlier batch PDF printing questions: Thanks a million! I now have Maptitude distilling maps within selection sets to...
394
Giovanni Flammia
giovanni@...
Jan 4, 2002 10:08 pm
You are missing nested brackets in the option array passed to ChooseDirectory. In the GISDK, whenever a function requires an option array as an argument, you...
Hmm. I had tried it that way before (and have tried it that way again on your advice), to no avail. Any other thoughts? --Cameron ... Value" }, ... maps ... ...
Then I would have to get a list of all addresses in a carrier route?...
397
Larry Manire
databasics@...
Jan 6, 2002 11:11 pm
Cameron, ... Yes, the second parameter is an option array (an array of arrays). It should be: ChooseDirectory("Choose a Directory",{{"Initial Directory",...
398
Verworn, Jon - Intern
jverworn@...
Jan 7, 2002 5:33 pm
When I open up the ccstreet.cdf layer in Maptitude 4.5, the Name and the Alternate Name fields are blank. I have tried uninstalling and then reinstall...
399
jw&a
jwx1@...
Jan 7, 2002 6:35 pm
... my street is even better. as you turn off the main road onto my road the first house is on the right. it is 102. at the end of the road, on the left, is my...
400
Larry Manire
databasics@...
Jan 7, 2002 11:41 pm
Cameron, I copied your code out and inspected it in hex. There is a carriage return/line feed between My and Documents, at least in the email version. Be sure...
401
nysenmaj@...
Jan 8, 2002 1:00 am
Is there a way to save a layout in a format suitable for transfer (ideally via internet) to another user (not necessarily a maptitude user, but who would be...
402
Kevin Byrnes
kbyrnes@...
Jan 8, 2002 12:57 pm
Mark: If you have the full version of Adobe Acrobat installed on your system, you can print a Maptitude map or layout file to the Adobe Distiller driver,...
403
jw&a
jwx1@...
Jan 8, 2002 3:35 pm
... i use acrobat all the time on maptitude maps and it works well. i usually print to a postscript file (by checking the print to file checkbox on the print...
404
Peter H. Van Demark
peter@...
Jan 8, 2002 3:43 pm
... Not all street segments have names, and most do not have alternate names. Try looking at a selection set that contains segments that you know should have...
405
nysenmaj@...
Jan 8, 2002 4:27 pm
Bob, Thanks much. Mark Burgeson...
406
nysenmaj@...
Jan 8, 2002 4:27 pm
Kevin, Thanks much. Mark Burgeson...
407
chris wagner
cjwag@...
Jan 9, 2002 8:14 pm
Any way.... other than pasting a label in the legend.... to add the file name of the map that is being printed in the legend. I only have about 35 maps but...
408
McCann, Michael J. (M...
mccannmj@...
Jan 9, 2002 8:29 pm
Not a bad idea, but why does it have to be in the legend? What I like do is before distributing any map, is simply add freehand text (containing the file...
409
Peter H. Van Demark
peter@...
Jan 9, 2002 9:43 pm
... A simple GISDK macro should solve this. You can use GetMapFile() to get the name of the file in which a map was last saved, then use AddAnnotation() to add...