radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
915 stars 410 forks source link

OnRender Event GMapTooltip And GMapBaloonTooltip don't fire #79

Closed edynamic90 closed 6 years ago

edynamic90 commented 6 years ago

Hi,

I developp on VS2015 but after install VS2017 and compil my application, I can see that no tooltips display on my map. But on VS2017 no issue.

God thanks...

How fix this issue ?

Best regards

edynamic90 commented 6 years ago

Sorry,

This issue is for GMapTooltip And GMapBaloonTooltip with inherits mode ,

` With oGMapMarker

sToolTipText &= "My TooltipText" & vbCrLf

.ToolTip = New CustomGMapBaloonToolTip(oGMapMarker, Nothing, sToolTipText, iSiteID, oRoute)

.ToolTipText = sToolTipText '=>without this line no render event fire

.ToolTipMode = MarkerTooltipMode.Always

End With`