Community of VE/MapPoint Users and Developers
This is a discussion on Problems with ShowFindDialog function in C++ within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi, I've discovered a problem with using the ShowFindDialog function in a C++ program using Mappoint 2002. When the routine ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Problems with ShowFindDialog function in C++ I've discovered a problem with using the ShowFindDialog function in a C++ program using Mappoint 2002. When the routine is active for more than 5 seconds or so, a message is displayed stating that "the server is busy" and only allows an option to retry. This function can never exit and the program is effectively locked. Has anybody else encountered this problem and has anybody found a way around the solution. Thanks for any assitance anyone can offer Kevin Corcoran |
| |||
| Problems with ShowFindDialog function in C++
For people's information, I've now discovered the problem with the ShowFindDialog() function hanging. It's connected to the windows timers. If any timers have been initialised using the SetTimer() routine, either using a callback function or acting on WM_TIMER messages, the timer needs to be disabled (using KillTimer) whilst the ShowDialogFunction is used. The timers then have to be reinitialised after ShowFindDialog() has exited. Kevin |
![]() |
| Tags |
| function, problems, showfinddialog |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with ShowFindDialog | Anonymous | MapPoint 2006/2009 Discussion | 9 | 03-20-2007 09:31 AM |
| Returning results from ShowFindDialog | mbdunkin | MapPoint 2006/2009 Discussion | 3 | 08-15-2005 10:39 PM |
| Object returned by ShowFindDialog | Anonymous | MapPoint 2006/2009 Discussion | 0 | 04-15-2004 11:00 AM |
| ShowFindDialog not quite as modal as it should | Anonymous | MapPoint 2006/2009 Discussion | 4 | 04-07-2003 04:17 AM |
| Starting showfinddialog with other country name??? | Anonymous | MapPoint 2006/2009 Discussion | 2 | 01-24-2003 04:26 PM |