RE: MI-L Create directory using Mapbasic?

2004-06-02 Thread Peter Horsbøll Møller
Or you could make your own using the Windows API's: Declare Function APICreateDirectory(ByVal szPath As String) As Logical Declare Function CreateDirectory Lib kernel32 Alias CreateDirectoryA (ByVal

RE: MI-L Create directory using Mapbasic?

2004-06-02 Thread SCISOFT
Not helpful to Berk, but a comment - What MB is missing is use of the SHBrowseForFolder Windows API - a simple project for someone to wrap this call as a DLL built with C or Delphi. The problem with the API calls suggested so far is that they require the user to know what path they want to

RE: MI-L Create directory using Mapbasic?

2004-06-02 Thread Peter Horsbøll Møller
This has already been implemented in MapBasic source code using the Windows APIs. My implementation is not complete because I don't offer the user the ability to create a new folder, but I think that some one did this some time ago - it might have been Bill Thoen (was it you, Bill ?) Another

RE: MI-L Create directory using Mapbasic?

2004-06-02 Thread SCISOFT
Peter Yes, I realise that. I guess I should have been more specific - MB is missing some simple functions. Sure, a lot can be done (as with any language) by straight calls using the Windows API to the Windows DLLs, but (like in Microsoft Visual Basic - eg, the DIR() function) it would be useful

RE: MI-L Fly thru add on

2004-06-02 Thread Solominides, Peter
I think Vertical Mapper from Northwood Technologies has a 3d cross section tool, but not entirely sure. Hope this helps P -Original Message- From: Upinder Mutti [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 06:06 To: [EMAIL PROTECTED] Subject: MI-L Fly thru add on Hi all Does anyone

Re: MI-L Fly thru add on

2004-06-02 Thread Stefan Majtan
I think Vertical Mapper is not suitable soft for 3d animation fly thru's. As I can remmember, there had been soft called Visual Frontier from the same corporation (Northwoodgeo Technologies), but when the company become under Marcony corporation this add-on died (or I have been never heard

RE: MI-L Fly thru add on

2004-06-02 Thread SCISOFT
Upinder There is Encom Discover 3D - just released, but it will require the Encom Discover v6.1 add-on for MapInfo, as well. I think they're interdependent. Try this URL - http://www.encom.com.au/pages/swdi3d.htm and download the 4-page PDF flyer which describes the fly-through like this

RE: MI-L Fly thru add on

2004-06-02 Thread Lawley, Russell S
Upinder, I am not aware of any 3d fly through software for MI other than the (now defunct?) Virtual Frontier by NorthwoodGeo (designed to work with Vertical Mapper) and (the also defunct?) PAVAN (3d scene renderer specificaly for Mi..), Its possible that Mapinfo have acquired the 'rights' to

MI-L SQL books

2004-06-02 Thread Nick Hall
anybody know any good SQL books (both GIS and non-GIS would be good) Thanks Regards, Nick Hall Salford GIS Ltd * SPECIALISTS IN PUBLIC SECTOR GIS CONSULTANCY AND TRAINING * - List hosting provided by Directions

RE: MI-L Create directory using Mapbasic?

2004-06-02 Thread B. Thoen
On Wed, 2 Jun 2004, Peter Horsbøll Møller wrote: My implementation is not complete because I don't offer the user the ability to create a new folder, but I think that some one did this some time ago - it might have been Bill Thoen (was it you, Bill ?) Might have been... don't remember if I

MI-L Arc Info giras file import problem

2004-06-02 Thread jim pate
I need to work with public domain Land Use Land Cover data files (from GISDataDepot.com). The problem is that they are all in GIRAS format (Arc Info). Does anyone here have any experiance working with these files? I've ordered the demo version of ArcVeiw in the hopes that I can export the files in

RE: MI-L Set multiple object symbols quickly?

2004-06-02 Thread Cummings, Mike
Using the shade command is quick. I had coded using the do loop before attending the class. I asked the instructor if there was a quicker way. My do loop took a couple of minutes, while the shade command took seconds. What I didn't mention in my first message is: once the thematic is

RE: MI-L Create directory using Mapbasic?

2004-06-02 Thread Berk Charlton
Thanks for all who responded to my question. I ended up using a MapBasic call to the windows kernal library to do this, per Bill Thoen's suggestion below. The site referred to below includes a good example of how to use it. Berk Charlton ==

MI-L MapWorld

2004-06-02 Thread Tim.Nuteson
Has anyone gone to any of the MapWorld road shows this year? Comments? Anyone going to Chicago next week? Tim Nuteson Target

RE: MI-L SQL books

2004-06-02 Thread Sam Shelley
Hi Nick One book I use a lot - which is not GIS oriented is Oracle9i: SQL, with an Introduction to PL/SGL. It is obviously Oracle oriented; however, it is very comprehensive. Here is a link to some info on the book = http://www.course.com/catalog/product.cfm?isbn=0-619-06475-7 I hope it

RE: MI-L SQL books

2004-06-02 Thread Upinder Mutti
SQL in a nutshell (O'Rielly) is a good starter. ISBN:1-56592-744-3 Cheers Upinder -Original Message- From: Nick Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 June 2004 8:02 PM To: MapInfo-L Subject: MI-L SQL books anybody know any good SQL books (both GIS and non-GIS would be