Hi,
beim setzen der Property "DraggableCursor" auf z.B.'crosshair' bekomme ich die Fehlermeldung "Unbekannter Name"
Nach Änderung in der gmMap.pas
Code:
procedure TMapOptions.SetDraggableCursor(Value: String);
begin
// SetProp(MapOptionsProp_DraggableCursor,Value,false);
SetProp(MapOptionsProp_DraggableCursor,Value,true);
end;
funktioniert das ganze dann...
Bug?
Oder mache ich etwas falsch?