MI-L North South East West

2001-10-17 Thread Simon Bush
Hello all, Sorry if this is a very simple question. I am a little new to all this. I am having trouble finding out how to put a North South East West Compass on my map. I have seen very elaborate ones in other MapInfo generated maps an was wondering how to do this. I am reasonably well

MI-L Objects connection check

2001-10-17 Thread Chia
boundary==_NextPart_001_0408_01C1571C.73F4AC00 --=_NextPart_001_0408_01C1571C.73F4AC00 Hi all, I'm developing a VB application that include a MapInfo map. The map consists of roads(polyline line objects). I'm having some problems with the map, would appreciate if anyone

MI-L MI VB mi.do command for creating buttonpads in MapInfo

2001-10-17 Thread Thomas Brix Lyng
Hi Does anyone have a working example of creating and showing buttonpads in MapInfo using the mi.do command. I have tried the various examples in the manual and in articles om MapInfo website and my program runs ok but nothing happens in MI. How do I get the VB program to start MI. And how do

RE: MI-L windows accelerator codes

2001-10-17 Thread PEM
Hi, In addition to the talk about accelerator keys I have just uploaded a small tool that uses diffent accelerator keys in MapInfo. ** Zooming is a small but useful tool that lets you

RE: MI-L Selecting records base on pen style

2001-10-17 Thread Jacques Paris
You will find all the details about this kind of operation in Selecting objects using their characteristics that stresses the variety of functions available for a select operation (MapBasic window or directly in SQL requester) for use in a selection based on some geo+graphical parameters: the

MI-L MB: end program and MI menu items

2001-10-17 Thread Jacques Paris
In a previous mail with the subJect of MB: buttons in context, I raised the question of a custom menu not beeing remove if it contains one specific MI menu item. I wrote if I create a menu including M_MAP_CHANGE_VIEW, when I try to terminate the application with an End Program, the menu name

MI-L Create Buttonpad (Was: VB mi.do command for creating buttonpads in MapInfo)

2001-10-17 Thread Spencer Simpson
I was surprised to find that the Create Buttonpad command is available in the MapBasic Window! Try create buttonpad foo as pushbutton calling 113 This means this command is avalable to Integrated Mapping applications, as well as workspaces! Of course, the only handlers you can put behind

MI-L MB: buttons in context - follow-up

2001-10-17 Thread Jacques Paris
I have been able to generalize the observation I offered yesterday to your scrutiny. When a buttonpad contains a button calling for a menu specific item (specific = map, browser, graph...), the status of that button (enable/disable depending on the type of window that is active) is reflected on

MI-L Region co-ords

2001-10-17 Thread Duncan
Listers, I get the feeling this should be particularly easy. I want to write to = four columns in a table the bounds (X1, X2, Y1, Y2) of a series of = rectangular regions I have created. Is there a mbx or specific function = (similar to CentroidX() ) in MI.=20 Thanks=20 Duncan

MI-L 3D Fly Throughs

2001-10-17 Thread Tony Kelava
MapInfo-L, Does anyone out there do 3D fly throughs in MapInfo? Does Virtual Frontier still exist? Any thoughts on this products? Thanks Tony ___ List hosting provided by Directions Magazine | www.directionsmag.com | To

Re: MI-L Region co-ords

2001-10-17 Thread Uffe Kousgaard
Hi Duncan Open a mapbasic window and paste in these 4 commands: update tablename set x1=ObjectGeography(obj,1) update tablename set y1=ObjectGeography(obj,2) update tablename set x2=ObjectGeography(obj,3) update tablename set y2=ObjectGeography(obj,4) If you are not using latitude/longitude,

MI-L OS differences?

2001-10-17 Thread Karl Kliparchuk
Hi all. I have a client that has different Win operating systems and he gets different results when plotting and using large raster files. Can anyone shed any light on the following questions? Why can you not plot anything over 28000 pixels in Mapinfo Pro for NT, 2000 but there was a

RE: MI-L Heads Up Digitizing Problems

2001-10-17 Thread Rob Denner
How much memory does your machine have? I had similar problems on some older systems when utilizing ECDIS systems (A charting program for ships) that was resolved by adding additional RAM. In my case taking the total RAM from 128K to 256K. Rob Denner -Original Message- From: [EMAIL

RE: MI-L Heads Up Digitizing Problems

2001-10-17 Thread Matthew Fossey
Rob I have 256Mb of RAM in my machine with a Nvidia Riva TNT2 M64 Pro Video card. This amount of ram should be adequate for the work that I am undertaking, I think. I'm going to try another option posted by Lars Neilson Hi Mark, We've seen this problem too, and think it's a conflict between

Re: MI-L MI VB mi.do command for creating buttonpads in MapInfo

2001-10-17 Thread Trey Pattillo
Hello, Custom Buttons created via Integrated Mapping [VB, Delphi, Scripting Languages,etc] do not show up in the map. You must do the MI/MB coding inside your application button press Then you call the ID of the MI button from your button. If you are wanting feed back like creating your own

MI-L Animated Gifs

2001-10-17 Thread Steve Carlsson
Hi Listers Has anyone ventured into animations based on MI tables? I have a project where a building floor plan is to be used to track movement of people in the building for infectious disease tracking. At this time I am looking to use a database connection and a create points with connect