Community of VE/MapPoint Users and Developers
This is a discussion on Show stops with address in text box within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am writing a delphi application with mappoint controls. In my program I can add several stops, set them up ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Show stops with address in text box |
| |||
|
Hi, Instead of ObjectsFromPoint you could use FindNearby. The distance has to be according the zoom level (Altitude), so that when the mouse is near the pushpin, the textbox can popup. To not slow down I think it is good to only calculate when the mouse does not move for some time. Eg by posting a custom message to a thread in the MoseMove event, and the thread can fire an event to a custom message handler when it did not received a mouse move message for a while. A timer can do also, not sure what is the best.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
|
Hi Thanks for your reply. But I just have a stupid question cuz I am still new to the mappoint controls. If I don't use ObjectsFromPoint, how can I get the location from the X and Y coordinates so that I can use the FindNearBy method? |
| |||
|
Hi, You can use XYToLocation to get a Location object from x,y points.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| address, box, show, stops, text |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add text to a map | Anonymous | MapPoint 2006/2009 Discussion | 1 | 07-21-2004 01:55 PM |
| TEXT | Anonymous | MapPoint 2006/2009 Discussion | 6 | 07-12-2004 04:39 PM |
| TEXT WITHIN COUNTIES | Anonymous | MapPoint 2006/2009 Discussion | 0 | 07-09-2004 01:54 PM |
| Show information of text balloons | Jasmino | MapPoint 2006/2009 Discussion | 2 | 03-26-2004 01:19 PM |
| Text Boxes | ClactonEssex | Wish List | 0 | 12-10-2002 08:52 AM |