New Post: No Legend Control for MapWinGIS 4.9.3.1
Please show what you have already tried and give some specifics about the problem. MWLite is a sample project in itself, so it should give enough clues on how to use legend. But let's hear the details...
View ArticleNew Post: No Legend Control for MapWinGIS 4.9.3.1
Thanks for replay. My problem is as following: when i connect the legend control to the map, to manage map layers, the layers are shown correctly; but when i click on the check-box next to the layer...
View ArticleNew Post: No Legend Control for MapWinGIS 4.9.3.1
It's strange. The visibility of layer is changed directly by legend control in HandleLeftMouseDown function. It calls Map.set_LayerVisible which will automatically trigger map redraw. I don't see what...
View ArticleNew Post: No Legend Control for MapWinGIS 4.9.3.1
My fault is that I add layers directly using Map.AddLayer. The use of Legend.Layers.Add solve the problem. Thank you very much. One last thing to suggest: a simple tutorial to use the legend control is...
View ArticleNew Post: No Legend Control for MapWinGIS 4.9.3.1
There aren't much questions about Legend control, so I guess this thread will be enough for now. As for the general questions. MapWinGIS and DotSpatial are completely separate projects with different...
View ArticleNew Post: Move a point.
Move a point. Good evening, I used this code to draw a point on the map: Private Sub Map0_Mousedown (ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal Y As Long) Xx As Double Dim:...
View ArticleNew Post: Move a point.
Moving a drawing point is not possible. You need to clear the drawing and paint again. Here's a tracking example: http://www.mapwindow.org/documentation/mapwingis4.9/_tracking_8cs-example.html If you...
View ArticleSource code checked in, #04ef39c6dee2c170eca2c9233d36bf018816cff4
Small changes needed to create installer for version 4.9.3.5
View ArticleReleased: MapWinGIS v4.9.3.5 Win32 (May 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015 The last commit number in this release is 04ef39c6dee2; full commit history can be found...
View ArticleUpdated Release: MapWinGIS v4.9.3.5 Win32 (mei 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015The last commit number in this release is 04ef39c6dee2; full commit history can be found at...
View ArticleReleased: MapWinGIS v4.9.3.5 Win64 (May 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015 The last commit number in this release is 04ef39c6dee2; full commit history can be found...
View ArticleCreated Release: MapWinGIS v4.9.3.5 Win64 (mei 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015The last commit number in this release is 04ef39c6dee2; full commit history can be found at...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
We've just published new installers for #MapWinGIS v4.9.3.5. x86 and x64: https://mapwingis.codeplex.com/releases Please use it and let us know of any problems. In this hotfix:Updating to latest build...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
Hallo Paul,installed 4.9.5 x86 got with installing.starting Mapwindow Lite the followingThis is on my Windows 7(64bit) machine where Mapwindows Lite never worked (on my Vista Laptop it did).Greetings...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
Hi Maurits, Your image didn't make it into the post ;) Could you directly send me or describe the error? I've been testing on a clean Win8.1 machine. BTW. It is version 4.9.3.5, not v4.9.5. Did you try...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
Hello Paul,I installed now the x64 version and then MWLite works OK. I will try to reproduce the x86 version error.Gr.Maurits2015-05-17 14:56 GMT+02:00 pmeems <[email removed]>:From: pmeemsHi...
View ArticleSource code checked in, #0e0d63b7dfb4420bda0d44acc1d91ad9cc099e59
Minor updated needed to publish MapWindowLite v1.0.5
View ArticleNew Post: Move a point.
Ok. Done. Now how can I draw a picture instead of the point? thanks
View ArticleNew Post: Move a point.
Hi I suggest you use a point shape. Then you can associate it with a bmp and move it with putXY Olivier
View Article