New Post: Collection was modified, enumeration operation may not execute
the error does not happen always,notes that mistake:1 application open2 I click on a button I start the BackgroundWorker3 The background is now working well, handles well objects without me blocking...
View ArticleNew Post: Turn off ToolTips
hm, i guess need some addition code for tooltip options, you can try hack the source, i'll check it later..
View ArticleNew Post: Collection was modified, enumeration operation may not execute
insert/add/remove markers only in GUI thread
View ArticleNew Post: Collection was modified, enumeration operation may not execute
What's that? I do not think I understand the operation
View ArticleNew Post: Collection was modified, enumeration operation may not execute
I understand I should use in my bkw a delegate
View ArticleNew Post: Collection was modified, enumeration operation may not execute
check the demo code, why you wanna go blind...
View ArticleNew Post: Turn off ToolTips
I started to hack the source, but quickly realize the direction I was going with it would not be very elegant, or neat.But here is what I was thinking: In GMapControl.cs, in the function OnMouseMove....
View ArticleNew Post: move in the area chached. is it possible?
well if I have cached the map to local, can I manage the map,and where the map be cached? And how to access the local map?
View ArticleNew Post: move in the area chached. is it possible?
open the demo, in the cache section click 'open cache location'
View ArticleCreated Issue: Unstable License File Code [16056]
In MainForm.CS of the demo in the comboBoxMapType_DropDownClosed(...) function it checks for the existence of a text file called "License.txt"If "License.txt" is present it then attempts to read it...
View ArticleEdited Issue: Unstable License File Code [16056]
In MainForm.CS of the demo in the comboBoxMapType_DropDownClosed(...) function it checks for the existence of a text file called "License.txt"<br /><br />If "License.txt" is present it then...
View ArticleNew Post: Heading for custom markers
muchas!!! gracias!! tu clase funciona perfectamente!!!!!!!
View ArticleNew Post: GMap.Net can run at window mobile?
radioman wrote:i guest Demo.WindowsMobile ;}Where to download the Mobile version please? Thanks in advanced
View ArticleNew Post: move in the area chached. is it possible?
Thanks ,I have found it! However, can I control the path of the cached map? for example , I want to cache the map to the other directory, how should I do?After cache the map not in the default...
View ArticleNew Post: Turn off ToolTips
Am I missing something here, or why don't you just set the MarkerTooltipMode to MarkerTooltipMode.Never when you want to hide the Tooltip?Here's the relevant code: /// <summary> /// modeof...
View ArticleNew Post: Prefetch
well, I look into the source code and found that besides the prefecth, there are two cache classes,MsSQLPureImageCache and SQLitePureImageCache, how to use them to cache the map?I also have a question...
View ArticleNew Post: Dynamic providers: Clear Cache and WMS Provider
well have you succeeded to add the WMSProvider? Can it work? Today I also try to add a BaiDu Map Provider, but when I try to get the map, nothing return for me!
View ArticleNew Post: Dynamic providers: Clear Cache and WMS Provider
1) I would be interested to know the GetCapabilities URL for access to BaiDu using WMS - does it actually support WMS? 2) I have hard coded classes with fixed GUID. Ideally i would like to generate a...
View Article