MI Suggestions for Text in a Demo

2000-04-04 Thread Stephen R. Riese

Greetings,
I've got the main part of my code working properly and would now like to
create a demo.  The demo will have a number of text boxes that come up at
each step to explain what is happening.  For example:

Text Box: "In the next step we overlay a grid on the map."

MapInfo:  (remove text box and load grid table)

New Text Box: "The program now appropriately colors each cell of
the grid."

MapInfo: (remove text box and run the code to color the cells of
the grid)

And so on.  I can create a table for each text box, but that seems
wasteful.  Is there a better way to put all the text boxes into a single
table and then control which ones are visible through MB?  I'd also like to
insert arrows at various points that point from the text box to items of
interest.  This is probably easy, but I haven't done any work with text at
all, and probably just need to be steered in the right direction.

Thanks & good luck,
Steve Riese

[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Pro - Custom Symbols Problems

2000-04-04 Thread Bradley Browne


I am having some trouble with custom symbols under MapInfo 5.0.
The setup is MapInfo Pro 5.0 Server Installation and then client
installs on machines that will will be using MapInfo Pro.  The
application directory is G:\MapInfo\ where G: is a mapped network drive
on an uncompressed NTFS partition.  I have tried to load the Custom
Symbols with the following command:

reload custom symbols from "g:\mapinfo\custsymb"

but I get the error :

---
Cannot access file CUSTSYMB for reading.
Please be sure that this file is not open in
another application.

Retry Cancel


The sub directory exists, it is where my Custom Symbols are, and the
symbols that reside there all conform to the size and colour depth rules
(256 colour bitmap under 128k for the 32 bit version).  The strange part
is that they appeared there yesterday but now they will not load.  In
fact, when you open the Custom Symbols font it only has the N which
means that none of the symbols, including the MapInfo standard ones, are
available.

Have I exhausted all avenues of investigation yet ?

--
Bradley Browne
Support Manager
Desktop Mapping Systems Pty Ltd

1st Floor 646 Newcastle St
Leederville, WA 6007
Ph: +61 8 9328 2715 Fax: +61 8 9328 2716
email: [EMAIL PROTECTED]
http://www.mapsys.com.au/


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Customising the "MapInfo Professional" on the top left hand of the MI screen

2000-04-04 Thread Tony Kelava

Can anyone tell me if the following is possible:
Can I change the "MapInfo Professional" text on the top left hand part of 
the MI screen to read something like "Tonys MapInfo GIS"?

Regards

Tony
__
Get Your Private, Free Email at http://www.hotmail.com

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Custom Symbols

2000-04-04 Thread Richard Glass

Hello Group

I am creating my own custom symbols and everything is good until I have to
scale these symbols down to around sizes 3 and 2 as they become distorted. I
have saved my bmp as a 16 bit through Microsoft paint which is in my opinion
the problem as Paint works in small square pixels and dose not give me the
save as 32bit option. I would like to know how others are creating custom
symbols especially circles and what software they are using to make MapInfo
read them.

Have a happy day
Richard  
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Geocode "1/2" addresses

2000-04-04 Thread David Reid

Is there any work around that I've missed to geocode an address with
"1/2" as part of the address?
(eg  123 1/2 Maple St)

I've tried preceding with a hyphen (as will work for lettered
addresses) and other combinations but with no luck.

__
David Reid
[EMAIL PROTECTED]


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI and Oracle8i - experiences?

2000-04-04 Thread mark

Hi all
Could anyone give me some real-life examples of how easy (or otherwise)
it is to access Oracle 8i spatial data from MapInfo? Exactly the same as
any other dbms connection? What's the OCI connection like? Can anyone
compare with connecting ArcView to 8i?

cheers
Mark O.

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI Alter menu item for directory security - solution

2000-04-04 Thread Ian Allan

Hi All,

For my application the solution was quite simple (phew)...

  Create Menu Bar As Default

Many thanks to all who replied,

Ian


Ian Allan wrote:

> Hi
>
> I'm trying to make the files in an application I'm writing secure. I've
> passworded them in access but have found that once a file has been
> opened, it can be viewed because the pasword has already been passed in
> the application. So I'm now going about restricting access to the
> directory containing my files. I'm doing this by replacing the Mapinfo
> Table Open with my own version. I can successfully replace the Open
> Table command using my own...
>
> Alter Menu Item M_FILE_OPEN calling SecureOpen
>
> ...but using the following commands (from Menu.def), Mapinfo's Table
> Open won't reinstate.
>
> Alter Menu Item M_FILE_OPEN calling 102 'this doesn't work
> Alter Menu Item M_FILE_OPEN calling M_FILE_OPEN '& neither does this
>
> Any ideas
>
> Thanks
>
> Ian Allan
>
> '***
>  'Replace the OPEN TABLE on the file menu & restrict access to the MAPS
> directory
> Sub SecureOpen
> '***
> Dim sTableToOpen,sTableOpenPath As String
> OnError Goto ExitSub
>
> sTableToOpen= FileOpenDlg("","","","Open Table")
> sTableOpenPath = PathToDirectory$(sTableToOpen)
>
> If sTableOpenPath = gsSecurePath then
>   Note "Error: This is a restricted table"
> Else
>   Open Table sTableToOpen
> End If
>
> ExitSub:
> End Sub
>
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Strange workspace behavior

2000-04-04 Thread Parada, Craig

Yannick,

This looks like RTF or some other kind of formatted text. It is what happens
when one edits a workspace in a word processor, rather than a text editor!  

Document editor add information about fonts, margins and other formatting
that is not text at all.  Wordpad and other "simple" word processors can do
search-replace and other convenient things, but save as plain text.  

Craig 

Craig Parada 
Senior Planner, GIS and Data Management 
Department of Planning, Building and Code Enforcement 
Room 400, City Hall, 801 North First Street 
San Jose, California  95110-1795 

408-277-8549
mailto:[EMAIL PROTECTED]
http://www.ci.san-jose.ca.us/planning/sjplan/


> -Original Message-
> From: Leduc, Yannick [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, April 04, 2000 12:35 PM
> To:   MapInfo-L (E-mail)
> Subject:  MI Strange workspace behavior
> 
> Hi L-ster,
> 
>   On occasion, when saving a workspace with a few queries, MI behave
> strangely. Most of my queries are saved right, but sometimes, I end up
> with
> a mutant. Here's an example of a query found in one of my workspace: 
> 
> Select þF_P_T from  where  into  noselect  order by  
> 
> Naturally, when MI try to execute the query, the workspace crash. The
> error
> is easy to fix, but I was wondering why such a mutant evolve in my
> workspace. Does any body knows about MI query genetic? Did you encounter
> this kind of behavior?
> 
> Just wondering...
> 
> Yannick Leduc
> Ministère des Transports
> Direction de la Mauricie-Centre-du-Québec
> Service des inventaires et du Plan
> 
> tél.: (819) 371-6606  #331
> fax: (819) 371-6136
> mailto:[EMAIL PROTECTED] 
> 
> 
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI Why does this DLL call trash MapInfo?

2000-04-04 Thread Sean Kennedy

> I do not have my Windows API book with me, but does GetEnv.. return a Long
> Int or an Int.  If it is a long it you could be in trouble with MapInfo.

getenv returns char *, GetEnvironmentVariable returns DWORD (ie 32 bit
unsigned int)

DWORD GetEnvironmentVariable(
  LPCTSTR lpName,  // environment variable name
  LPTSTR lpBuffer, // buffer for variable value
  DWORD nSize  // size of buffer
);

Hope this helps.

--
Sean Kennedy


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Symbols not appearing when adding record

2000-04-04 Thread Jeff Reid

Interested parties:

We are using MapInfo5.5. We have several maps and have found additional
information to display using a symbol. After adding a record to the
table we have not had luck getting the symbol to appear on the map.
Suggestions?

Thanks!

Jeff Reid
Mike Medina
NC Geological Survey
1612 Mail Service Center
Raleigh, NC (USA) 27699-1612
(919) 733-2423 (voice)
(919) 733-0900 (facsimile)

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI "Another User" error

2000-04-04 Thread Tim Smith - Parks Dept

Hello,

Can somebody shed some light on the following problem:

When trying to edit a table, an error is returned saying "Unable to create
new table. Cannot perform edit.  Someone else is currently editing this
table."  Some messages say, "Problem with *.TIN"

The PC is networked (WIN95/NT), but it doesn't matter who is logged on or if
the PC is not logged on at all.  It happens with all tables, with all
workspaces, and in both MI 4.5 and MI 6 beta.  It happens whether you are
trying to move an object, create a new object, copy a table, etc.

Any help is appreciated. Thanks in advance.


Tim Smith
Urban Wilds Project Manager
Boston Parks
617-635-4505, ext. 6511
617-635-3256, fax


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI creating points of different colours

2000-04-04 Thread Mick

Elliot,

create the points first then try making a thematic map of the points based
on the values in your column

hope this helps

Mick Saunders


- Original Message -
From: Elliot Tinton EG CEFAS (DN=EJT00, RECIPIENTS, LOWESTOFT, CEFAS)
<[EMAIL PROTECTED]>
To: 'MAPINFO-L' <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 9:38 AM
Subject: MI creating points of different colours


> Hello All,
>
> An easy one for you:
>
> How do I create different points of different colours based on a column of
numbers  ? At the moment I just use create points for the whole lot and get
the same type of symbols throughout.  I have tried CreatePoint etc in
MapBasic but have to go through the table line by line and I can't get it to
work properly (unless its just very slow).  Any help would be appreciated.
>
> Thanks very much
>
> Elliot.
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
>
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Strange workspace behavior

2000-04-04 Thread Leduc, Yannick

Hi L-ster,

On occasion, when saving a workspace with a few queries, MI behave
strangely. Most of my queries are saved right, but sometimes, I end up with
a mutant. Here's an example of a query found in one of my workspace: 

Select þF_P_T from  where  into  noselect  order by  

Naturally, when MI try to execute the query, the workspace crash. The error
is easy to fix, but I was wondering why such a mutant evolve in my
workspace. Does any body knows about MI query genetic? Did you encounter
this kind of behavior?

Just wondering...

Yannick Leduc
Ministère des Transports
Direction de la Mauricie-Centre-du-Québec
Service des inventaires et du Plan

tél.: (819) 371-6606  #331
fax: (819) 371-6136
mailto:[EMAIL PROTECTED] 


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI creating points of different colours

2000-04-04 Thread Mats Elfström

"Elliot Tinton EG CEFAS (DN=EJT00, RECIPIENTS, LOWESTOFT, CEFAS)" wrote:
> 
> Hello All,
> 
> An easy one for you:
> 
> How do I create different points of different colours based on a column of numbers?

Hi Elliot!
My suggestion is that you create a standard symbol, maybe a basic dot or
square and then make a thematic template for the advanced display you
want to create.
This is much simpler and much more flexible, since a change in the
numbers will be immediately visible.
Also, cartography can easily be adapted for different purposes simply by
changing or editing the template.

Mats.E
-- 
:::
:Email/ [EMAIL PROTECTED] ICQ#9517386   :
:-:
:Mail/ GISKRAFT, Mats Elfstroem, Vaepplingv 21, SE-227 38 LUND, SWEDEN:
:Phones: +46 46 145959, +46 70 595 3935   :
:::
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Sockets, WinSockets and MapBasic

2000-04-04 Thread James McCormick

Hi List,

Has anyone compiled a MapBasic MBX that directly uses socket technology
to transfer data between applications?  I have a feeling it may be
possible through the Microsoft ws*.dll's, however after some
investigation, I'm still not sure.

Comments, suggestions  and / or  example code would be most helpfull.

James McCormick
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Why does this DLL call trash MapInfo?

2000-04-04 Thread Crompton, Mark

Hi Clive,

I do not have my Windows API book with me, but does GetEnv.. return a Long
Int or an Int.  If it is a long it you could be in trouble with MapInfo.
Try overloading the GetEnv... in your own dll but return an short or string.
That's what I did with the Registry functions.

Hope that this helps,
Mark Crompton

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 31, 2000 7:12 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: SV: MI Why does this DLL call trash MapInfo?


One more time - sorry Clive and list members 

Bo Victor Thomsen 
GeoConsult I/S 
Denmark 


Declare Function GetEnvironmentVariable Lib "kernel32" Alias
"GetEnvironmentVariableA" (ByVal lpName As String, lpBuffer As
String, ByVal nSize As Integer) As Integer
' *** No Byval on lpBuffer  passed to API-function by reference 

Declare Sub Main
Declare Sub GetVariable

Sub GetVariable()


 Dim pName As String, pBuffer As String, pSize As Integer, Ret As integer
' *** pBuffer Dim as string

 pName = "windir"
 pSize = 255

' ** Fill pBuffer with space - characters
 pBuffer = Space$(255 ) 

 Ret = GetEnvironmentVariable(pName, pBuffer, pSize)

 Note left$(pBuffer,ret)

End Sub

Sub Main

 Call GetVariable

End Sub




> -Oprindelig meddelelse-
> Fra:  Clive Taylor [SMTP:[EMAIL PROTECTED]]
> Sendt:31. marts 2000 12:37
> Til:  [EMAIL PROTECTED]
> Emne: MI Why does this DLL call trash MapInfo?
> 
> I'm trying to get this routine to work in MapBasic. I developed and
> tested it in VB6 where it works fine. I made the needed changes of
> syntax Note for Msgbox and Integer for Long but when I run it it
> triggers a complete trash of MapInfo. L5ROOT is one of my system
> variables.
> 
> --
> ---
> 
> Declare Function GetEnvironmentVariable Lib "kernel32" Alias
> "GetEnvironmentVariableA" (ByVal lpName As String, ByVal lpBuffer As
> String, ByVal nSize As Integer) As Integer
> 
> Declare Sub Main
> Declare Sub GetVariable
> 
> Sub GetVariable()
> 
>  Dim pName As String, pBuffer As String * 255, pSize As Integer, Ret As
> integer
> 
>  pName = "L5ROOT"
>  pSize = 255
>  Ret = GetEnvironmentVariable(pName, pBuffer, pSize)
> 
>  Note pBuffer
> 
> End Sub
> 
> Sub Main
> 
>  Call GetVariable
> 
> End Sub
> 
> --
> ---
> 
> Any ideas?
> 
> regards
> Clive Taylor
> 
> 
> 
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Alter menu item for directory security

2000-04-04 Thread Crompton, Mark

Hi Ian,

It is quite complicated.  Once you start to change the basic menu functions
you end up re-doing the whole thing.  I created the whole FILE menu thing
from scratch using Create Menu "File" as ...

Hope this helps,
Mark

-Original Message-
From: Ian Allan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 4:27 AM
To: MapInfo-L
Subject: MI Alter menu item for directory security


Hi

I'm trying to make the files in an application I'm writing secure. I've
passworded them in access but have found that once a file has been
opened, it can be viewed because the pasword has already been passed in
the application. So I'm now going about restricting access to the
directory containing my files. I'm doing this by replacing the Mapinfo
Table Open with my own version. I can successfully replace the Open
Table command using my own...

Alter Menu Item M_FILE_OPEN calling SecureOpen

...but using the following commands (from Menu.def), Mapinfo's Table
Open won't reinstate.

Alter Menu Item M_FILE_OPEN calling 102 'this doesn't work
Alter Menu Item M_FILE_OPEN calling M_FILE_OPEN '& neither does this

Any ideas

Thanks

Ian Allan


'***
 'Replace the OPEN TABLE on the file menu & restrict access to the MAPS
directory
Sub SecureOpen
'***
Dim sTableToOpen,sTableOpenPath As String
OnError Goto ExitSub

sTableToOpen= FileOpenDlg("","","","Open Table")
sTableOpenPath = PathToDirectory$(sTableToOpen)

If sTableOpenPath = gsSecurePath then
  Note "Error: This is a restricted table"
Else
  Open Table sTableToOpen
End If

ExitSub:
End Sub



--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI World Political Map!

2000-04-04 Thread Erick Posner



http://geography.about.com  should 
have 'em under "maps"
--Erick Posner Join AllAdvantage! Earn $ while you surf 
anywhere on the Webhttp://www.alladvantage.com/go.asp?refid=cbl286

  - Original Message - 
  From: 
  Stephen 
  Ford 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, April 04, 2000 5:38 
  AM
  Subject: MI World Political Map!
  
  Hello,
   
  I am looking for a cheap (preferably 
  free) political map of the world. I am 
  aware of a few sources, but I am looking for a free file. Does anyone know of a good source where I 
  can find this? TIA!
   
  Cheers,
   
  Stephen FordBaseline Business 
  Geographics Inc


Re:MI Voronoi Polygons

2000-04-04 Thread David Langdon

Vertical Mapper has a voronoi tool.

Reply Separator
Subject:MI Voronoi Polygons
Author: "Eric Frost / HR and Associates; Inc." <[EMAIL PROTECTED]>
Date:   4/3/2000 5:01 PM

Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Folks:

I'm sure I used to have a tool that would create voronoi polygons
but I seem to have misplaced it!

As I remember, it was very slow, but gave you an option to put
in a maximum radius---so that a store with no other store within
a few miles could just appear as a circle with 2 mile radius for
instance...

Any ideas?

Thanks!
Eric

Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








Hi Folks:
 
I'm sure I used to have a tool that would create 
voronoi polygons
but I seem to have misplaced it!
 
As I remember, it was very slow, but gave you an 
option to put
in a maximum radius---so that a store with no other

store within
a few miles could just appear as a circle with 2 
mile radius for
instance...
 
Any ideas?
 
Thanks!
Eric
 
Received: from seatimes-fw1.seatimes.com (192.251.219.14) by
ccmail.seattletimes.com with SMTP
  (IMA Internet Exchange 2.11 Enterprise) id 0027FD68; Mon, 3 Apr 100 15:39:55
-0700
Received: from lists.sni.net (lists.sni.net [199.117.27.5])
by seatimes-fw1.seatimes.com (8.8.8+Sun/8.8.5) with ESMTP id PAA00504
for <[EMAIL PROTECTED]>; Mon, 3 Apr 2000 15:39:55 -0700 (PDT)
Received: (from majordomo@localhost)
by lists.sni.net (8.9.3/8.9.3) id QAA05650
for mapinfo-l-include; Mon, 3 Apr 2000 16:01:55 -0600
X-Authentication-Warning: lists.sni.net: majordomo set sender to
[EMAIL PROTECTED] using -f
Received: from mailman2.sni.net (mailman2.sni.net [199.117.27.34])
by lists.sni.net (8.9.3/8.9.3) with ESMTP id QAA05647
for <[EMAIL PROTECTED]>; Mon, 3 Apr 2000 16:01:53 -0600
Received: from dell166-exch.netural.com (hr2.hrandassociates.com
[216.229.133.2])
by mailman2.sni.net (8.9.3/8.9.3) with ESMTP id QAA32704
for <[EMAIL PROTECTED]>; Mon, 3 Apr 2000 16:01:57 -0600
Received: from DELL600301 (user.mcd.com [152.140.8.116]) by
dell166-exch.netural.com with SMTP (Microsoft Exchange Internet Mail Service
Version 5.5.1960.3)
id HSKDSVG4; Mon, 3 Apr 2000 17:00:50 -0500
Message-ID: <003001bf9db8$18b6a6f0$0e85e5d8@DELL600301>
From: "Eric Frost / HR and Associates, Inc." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: MI Voronoi Polygons
Date: Mon, 3 Apr 2000 17:01:00 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="=_NextPart_000_002D_01BF9D8E.2FBBFFF0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
Sender: [EMAIL PROTECTED]
Precedence: bulk

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Voronoy Polygons, what are they?

2000-04-04 Thread David Eagle

Mapping brethren,

Relating to the mails that were flying about this morning, what's a 
Voronoy polygon? According to a reliable source Voronoy was a 
mathematician who studied subjects closely related to Minkowski 
who did lots of work on four dimensional linear space & time. On 
this basis is a Voronoy polygon a four dimensional linear shape 
and if so how would this be represented assuming the 4th 
dimension to be time? Am I over analysing and completely missing 
the mark? Its bugging me now! Who knows, I may want to create 
one or two one day!

Thanks, Dave

_
David A. Eagle
WS Atkins Consultants - East Anglia
Wellbrook Court, Girton Road, Cambridge, CB3 0NA.
Direct Dial Tel: (01223) 814090, Fax: (01223) 277529
E-Mail: [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI RE - School Project for future geographers

2000-04-04 Thread John Lau

MapInfo List,

Please accept my apologies, if  you tried to support the school project I 
informed the list about, and received a bounced e-mail.  it does appear 
that St Joseph schools have temporarily shutdown Mr. Marshall's account due 
to the overwhelming response.

John
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI creating points of different colours

2000-04-04 Thread Elliot Tinton EG CEFAS

Hello All, 

An easy one for you:

How do I create different points of different colours based on a column of numbers  ? 
At the moment I just use create points for the whole lot and get the same type of 
symbols throughout.  I have tried CreatePoint etc in MapBasic but have to go through 
the table line by line and I can't get it to work properly (unless its just very 
slow).  Any help would be appreciated.

Thanks very much

Elliot.
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI World Political Map!

2000-04-04 Thread Stephen Ford



Hello,
 
I am looking for a cheap (preferably free) political map of the world. I am aware of a few 
sources, but I am looking for a free file. 
Does anyone know of a good source where I can find this? TIA!
 
Cheers,
 
Stephen FordBaseline Business 
Geographics Inc


MI Alter menu item for directory security

2000-04-04 Thread Ian Allan

Hi

I'm trying to make the files in an application I'm writing secure. I've
passworded them in access but have found that once a file has been
opened, it can be viewed because the pasword has already been passed in
the application. So I'm now going about restricting access to the
directory containing my files. I'm doing this by replacing the Mapinfo
Table Open with my own version. I can successfully replace the Open
Table command using my own...

Alter Menu Item M_FILE_OPEN calling SecureOpen

...but using the following commands (from Menu.def), Mapinfo's Table
Open won't reinstate.

Alter Menu Item M_FILE_OPEN calling 102 'this doesn't work
Alter Menu Item M_FILE_OPEN calling M_FILE_OPEN '& neither does this

Any ideas

Thanks

Ian Allan


'***
 'Replace the OPEN TABLE on the file menu & restrict access to the MAPS
directory
Sub SecureOpen
'***
Dim sTableToOpen,sTableOpenPath As String
OnError Goto ExitSub

sTableToOpen= FileOpenDlg("","","","Open Table")
sTableOpenPath = PathToDirectory$(sTableToOpen)

If sTableOpenPath = gsSecurePath then
  Note "Error: This is a restricted table"
Else
  Open Table sTableToOpen
End If

ExitSub:
End Sub



--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Suggestions for Text in MI Demo?

2000-04-04 Thread Stephen R. Riese

Greetings,
I've got the main part of my code working properly and would now like to
create a demo.  The demo will have a number of text boxes that come up at
each step to explain what is happening.  For example:

Text Box: "In the next step we overlay a grid on the map."

MapInfo:  (remove text box and load grid table)

New Text Box: "The program now appropriately colors each cell of
the grid."

MapInfo: (remove text box and run the code to color the cells of
the grid)

And so on.  I can create a table for each text box, but that seems
wasteful.  Is there a better way to put all the text boxes into a single
table and then control which ones are visible through MB?  I'd also like to
insert arrows at various points that point from the text box to items of
interest.  This is probably easy, but I haven't done any work with text at
all, and probably just need to be steered in the right direction.

Thanks & good luck,
Steve Riese

[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI:Nautical charts

2000-04-04 Thread jlarmero

Anyone knows where can I find nautical charts in MapInfo format?

TIA

José Luis Armero
INCLAM, S.A.
28009 MADRID
SPAIN

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI ordering items in the legend

2000-04-04 Thread Brendan . O'Donovan


Tim,

I do not work for them, I am merely a user, Encom in Australia have a
product called Discover, it includes a facility, which I use all the time,
which allows you to maintain a table which specifies the order of items for
a geological legend.

Regards Brendan O'Donovan Senior Geologist Tara Mines Ireland.

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI vs MapGuide

2000-04-04 Thread Alex Eshed

Greetings, List.

Can anyone provide a comparison between the MapInfo web 
offerings (MapXtreme NT, MapXtreme Java) and AutoDesk's 
MapGuide? Particularly - why would a potential MapGuide 
customer prefer MapInfo (or would s/he)?

I will summarize and post whatever responses I get.

TIA to all responders.


Best regards,
Alex Eshed
Digi-Tek Ltd.
12, Homa St., Rishon LeZion, 75655, Israel
Tel: +972-3-961-5840
Fax: +972-3-961-5877
mailto:[EMAIL PROTECTED]
http://www.dgtek.com
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI ordering items in the legend

2000-04-04 Thread A. T. Beckett

Tim,

I find the easiest way is to save your workspace, then open the .WOR file 
with notepad or other editor and edit the cartographic legend section. If 
you use Search:Find carto, this will take you to the top of the legend 
section. Then you can reorder the frames by simply cutting and pasting. A 
good tip is to keep a copy of the .WOR file in case you create an error, 
then you can always start again. Here's an extract from a .WOR to 
illustrate :
<<
Create Cartographic Legend
  Position (5.79167,0.375) Units "in"
  Width 2.8 Units "in" Height 5 Units "in"
  Window Title "Legend:2"
  Portrait
  Default Frame Title "# Legend" Font ("Arial",0,10,0)
  Default Frame Style "%" Font ("Arial",0,8,0)
  Frame From Layer 4
Border Pen (0,1,0)
Title ""
Using Column object
Style Font ("Arial",0,8,0)
  Text "Martin Grant Homes Land Holding" Region Pen (2,2,16728064) 
 Brush (1,0,16777215)
  Frame From Layer 3
Border Pen (0,1,0)
Title ""
Using Column object
Style Font ("Arial",0,8,0)
  Text "Wates Land Holding" Region Pen (2,2,7381247)  Brush 
(1,0,16777215)
  Frame From Layer 12
Border Pen (0,1,0)
Title ""
Using Column object
Style Font ("Arial",0,8,0)
  Text "Housing Sites (Net)" Region Pen (1,2,0)  Brush 
(2,16770192,16777215)


you want to bodily select and reshuffle the blocks of text commencing 
"Frame from layer." and ending with Text "

Save the .WOR in it's new form and everything should be fine.


Hope this helps,


Andy Beckett











-Original Message-
From:   Tim Warman [SMTP:[EMAIL PROTECTED]]
Sent:   03 April 2000 22:38
To: Mapinfo-L
Subject:MI ordering items in the legend

 << File: ATT0.txt; charset = Windows-1252 >> 
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI Voronoi Polygons

2000-04-04 Thread Roeland van der Spek



Eric,
 
If you can wait for one more week or so. We will start 
Beta testing our triangulation toolkit. This MapInfo plugin will offer 
the following functionalities:
 
-    Fast Delaunay 
triangulation
-    Contour creation (both lines and 
surfaces)
-    Interpolation to MapInfo grids 
and...
-    The creation of Voronoy polygons (also 
fast :) 
 
If you want I could sign you up as a beta tester. 

Just out of curiosity... how large are the datasets for 
which you want to create Voronoy polygons?
 
Roeland
 
Roeland van der Spek
Mercator Geosystems
www.mercatorgeo.nl
 

  - Original Message - 
  From: 
  Eric Frost / HR and Associates, Inc. 
  
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, April 04, 2000 12:01 
  AM
  Subject: MI Voronoi Polygons
  
  Hi Folks:
   
  I'm sure I used to have a tool that would create 
  voronoi polygons
  but I seem to have misplaced it!
   
  As I remember, it was very slow, but gave you an 
  option to put
  in a maximum radius---so that a store with no 
  other store within
  a few miles could just appear as a circle with 2 
  mile radius for
  instance...
   
  Any ideas?
   
  Thanks!
  Eric