Community of VE/MapPoint Users and Developers
This is a discussion on How to draw behind the map (C++) & disable Busy server ( within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I work with mappoint since few month. It's very simple to use but I have two problem : - I ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| How to draw behind the map (C++) & disable Busy server ( - I need to draw on the map. Actually I draw on the map but I need to manage the redraw. Is it possible to get the Device context of the map? - The application runs on an embedded computer so sometimes the computer slow down and I have the message box "Busy Server, Retry ..." I find some solution but only in VB but not in C++. How to do this? Thanks for your reply |
| |||
|
Hi, The 'busy server' is when your application does not respond within 10 seconds in an event.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
|
Thanks for the reply. I know why "busy server" appears. In fact in my application, mappoint is only a small part so sometime during 10 second they are no respond. I try to work with "COleMessageFilter" to change the DCOM Timeouts but without succes. |
| |||
|
Hi, You should quickly exit every event of mappoint component. If you have lengthy things to do then do it outside the event. Note that showing a form or a menu is out of the question. Best is to post a message to a custom event handler to get an exeution outside the event. I dont know of course how this all works out in the embedded system you use.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| busy, disable, draw, map, server |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Server is Busy | Anonymous | MapPoint 2006/2009 Discussion | 4 | 01-18-2005 04:52 AM |
| server busy problem! | Anonymous | MapPoint 2006/2009 Discussion | 8 | 01-02-2005 04:04 AM |
| Server Busy | Sylvain | MapPoint 2006/2009 Discussion | 21 | 09-18-2004 05:25 PM |
| Server Busy Message fix in .Net | matnace | MapPoint 2006/2009 Discussion | 0 | 05-11-2004 12:48 PM |
| Server Busy Timeout | Ninjas | MapPoint 2006/2009 Discussion | 1 | 01-13-2004 11:35 PM |