Search the web
Sign In
New User? Sign Up
Maptitude
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2353 - 2383 of 3971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2353
Larry, This file post is great! Thanks for your time and effort in compiling it as well as your willingness to share your knowledge with others. I hope that ...
Dave Twehues
dtwehues
Offline Send Email
Nov 1, 2004
4:38 pm
2354
... Hi Howard, Wow, it's great to hear from the president of the company. I really like your software and I think it's a great deal (financially). I am one of...
jwx1@...
gmhg40
Offline Send Email
Nov 2, 2004
3:45 pm
2355
Hi Bob, ... Trying to find out what function to use was the hardest part of learning the DK for me also. I agree that the useful cross-reference information...
Larry Manire
lmanire2002
Offline Send Email
Nov 2, 2004
4:18 pm
2356
... Note that the syntax for that function is: actual_name = AddLayerToWorkspace(string layer_name, string db_name, string db_layer_name) So, layer_name is a...
Peter H. Van Demark
petervandemark
Offline Send Email
Nov 2, 2004
4:33 pm
2357
Is there a "GetLayerName" function that would return the necessary vale? ... ===== You only get one chance on this merry-go-round. But if you do it right, once...
Seymour Dupa
grumpy_44134
Offline Send Email
Nov 2, 2004
6:07 pm
2358
... There is a GetLayerNames() function, but you cannot use it for layera in a geographic file that is not open yet! That is why there is the GetDBLayers()...
Peter H. Van Demark
petervandemark
Offline Send Email
Nov 2, 2004
6:17 pm
2359
Hi Group: A "tip" to using the on-line help manual is that the functions generally have common sense names. Thus, in the on-line help under the index tab, by ...
Stewart Berry
berry_stewar...
Offline Send Email
Nov 2, 2004
6:24 pm
2360
Two questions: 1) When I try to go to the files section of the Maptitude page in Yahoo Groups (to get Larry's GISDK file) I am prompted for a username and...
McLaughlin, Bob (DHS-...
bmclaugh@...
Send Email
Nov 2, 2004
9:34 pm
2361
Regarding your second question....you can do "Clip by Area" in the GISDK using a combination of ComputeIntersectionPercentages() and then ApplyOverlayTable(). ...
Dave Twehues
dtwehues
Offline Send Email
Nov 2, 2004
9:45 pm
2362
In regards to your first Q: Download it from: ...
Stewart Berry
berry_stewar...
Offline Send Email
Nov 2, 2004
10:32 pm
2363
I'm having trouble combining custom patterns with manually-set classes. The maps are generated by a GISDK macro that uses the custom patterns, and look good....
Stan Buck
abc_21045
Offline Send Email
Nov 3, 2004
3:09 pm
2364
... I checked your "member information" (I'm one of the moderators). You must have signed up with the previous service, before Yahoo bought them out ("elist"...
jwx1@...
gmhg40
Offline Send Email
Nov 3, 2004
3:40 pm
2365
I keep track of widgets. I currently use Maptitude to keep track of the location of the widgets, and I use a database to keep track of the information about ...
jwx1@...
gmhg40
Offline Send Email
Nov 3, 2004
6:35 pm
2366
Bob, If your widgets are points then this is very easy. I routinely keep points in SQL Server and Access and use them as layers in MT with multiple users ...
Larry Manire
lmanire2002
Offline Send Email
Nov 3, 2004
7:19 pm
2367
(During the course of my daily DK work, when I come across "tricks" I have used, I will post them to the list, and accumulate them in the DK_aids.exe.) Here...
Larry Manire
lmanire2002
Offline Send Email
Nov 3, 2004
9:27 pm
2368
Question for the group....Is is possible to create a custom data type in the DK just as you would in another language (C++, VBA etc...?) to use throughout an...
Dave Twehues
dtwehues
Offline Send Email
Nov 3, 2004
10:01 pm
2369
You can use Coord() function Creates a specified coordinate. Syntax coord_value = Coord(integer lon, integer lat) Argument Contents lon Longitude value in...
So, Louis
ada_louis
Offline Send Email
Nov 3, 2004
10:11 pm
2370
Dave, you probably want to use array "dot notation". It is a quite useful substitute for custom types. In the online help, see the bottom half of Help for...
Larry Manire
lmanire2002
Offline Send Email
Nov 3, 2004
11:05 pm
2371
This is a very interesting question which could be extended as follows: "Is it possible to design and write OO code using non-OO languages"? A couple of years...
armando@...
a_scalise2002
Offline Send Email
Nov 4, 2004
2:43 am
2372
How similar (or different) is programming in GISDK compared to C++? John Digi-Map ... This is a very interesting question which could be extended asfollows: ...
Seymour Dupa
grumpy_44134
Offline Send Email
Nov 4, 2004
4:28 pm
2373
Hi - 'If you can code in one language , you should be code in any other language', its just the "lingos" that will be different. - GISDK , is musch more...
Krishna Murthy
krishna_hokie
Offline Send Email
Nov 4, 2004
8:46 pm
2374
Hello, can someone provide me details of how to integrate GPS data from fleet management software with maptitude software. thanks Nagu...
nagu71
Offline Send Email
Nov 5, 2004
3:49 pm
2375
Hi Nagu Maptitude for the Web makes it very simple to create applications for fleet tracking. I jsut finished a proposal for such an implementation. I am not ...
armando@...
a_scalise2002
Offline Send Email
Nov 6, 2004
1:21 am
2376
Great website for finding out how to fix glitches! Thanks to those who post. I've been using Maptitude to print small maps fine, although I had to find the...
gobbler42210
Offline Send Email
Nov 7, 2004
2:47 am
2378
Armando... This sounds interesting to try. From your experience do you feel that it is possible to code a generic infrastucture to be used over again or would...
Dave Twehues
dtwehues
Offline Send Email
Nov 8, 2004
2:52 pm
2379
How similar (or different) is programming in GISDK compared to C++? John Digi-Map...
grumpy_44134
Offline Send Email
Nov 8, 2004
4:52 pm
2380
The GISDK is a simple functional programming language. If you already know how to program in Perl, C, Tcl/Tk, Visual Basic 6 or VBScript than it's very easy to...
Giovanni Flammia
giovanni@...
Send Email
Nov 8, 2004
5:16 pm
2381
Hello, ... The problem you're encountering is that that most of the fill patterns Maptitude uses are "bitmap fills". These are 8x8 grids of pixels that "tile"...
Philip Villars
Clubfoot001
Offline Send Email
Nov 8, 2004
6:55 pm
2382
Since these are bitmap fills (files?), can we create our own? ... ===== You only get one chance on this merry-go-round. But if you do it right, once is enough....
Seymour Dupa
grumpy_44134
Offline Send Email
Nov 9, 2004
2:05 pm
2383
Hello, ... I did indeed mean "fills" and not "files". Again, the bitmap fills are an 8x8 grid of pixels. They are defined using the GISDK function ...
Philip Villars
Clubfoot001
Offline Send Email
Nov 9, 2004
2:58 pm
Messages 2353 - 2383 of 3971   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help