zuloloxi / gmlibrary

Automatically exported from code.google.com/p/gmlibrary
0 stars 1 forks source link

ShowInfoWinMouseover always enabled when using styled (bubble) markers #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

                GMMarker1.Items[GMIndex].MarkerType := mtStyledMarker;
                GMMarker1.Items[GMIndex].StyledMarker.StarColor := clGreen;
                GMMarker1.Items[GMIndex].StyledMarker.ShowStar := false;
                GMMarker1.Items[GMIndex].StyledMarker.StyledIcon := siBubble;
                ...
                GMMarker1.Items[GMIndex].ShowInfoWinMouseOver := false;

What is the expected output? What do you see instead?

               Mousing over the markers does bring up the InfoWindow. It should not. This was working correctly
               with GMLib version 1.1.0.  I installed version 1.5.0 and this no longer works correctly. 

What version of the product are you using? On what operating system? IE
Version?

              Version 1.5.0  Del 7 Win 7

Thanks for looking into this!  Please provide workaround if possible. 

Original issue reported on code.google.com by gordon.f...@gmail.com on 23 Oct 2014 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by cadet...@gmail.com on 2 Nov 2014 at 9:52