Einzelnen Beitrag anzeigen

Thom

Registriert seit: 19. Mai 2006
570 Beiträge
 
Delphi XE3 Professional
 
#193

AW: Google Maps über COM (Component Object Model)

  Alt 1. Mär 2012, 14:18
Hi DusiNik,

Sorry and thanks for the hint. This is unfortunately a bug.
Change unit gmMap:
Delphi-Quellcode:
procedure TMapOptions.SetDraggableCursor(Value: String);
begin
  SetProp(MapOptionsProp_DraggableCursor,Value,true); //<- old: false
end;
Thomas Nitzschke
Google Maps mit Delphi
  Mit Zitat antworten Zitat