phrozzy
05-30-2006, 03:20 AM
Hi guys, i need to save map with pushpins.
I have only a set of pushpins, and i move them to it.
I'm currently saving map with this code:
MapHandler->SaveAs(WideString(Directory + "Maps\\map.ptm"), Mappoint_tlb::geoFormatMap, true);
MapHandler->set_Saved(true);
Where MapHandler is a Map object (TMap in delphi, i'm using BCB) connected to existing map with ConnectTo method.
But when i go to load map, i see only territory without pushpins...
Can anyone help me ??? I'm frustrated!!! HEeeeelp! :shock: :shock:
Thanks...
I have only a set of pushpins, and i move them to it.
I'm currently saving map with this code:
MapHandler->SaveAs(WideString(Directory + "Maps\\map.ptm"), Mappoint_tlb::geoFormatMap, true);
MapHandler->set_Saved(true);
Where MapHandler is a Map object (TMap in delphi, i'm using BCB) connected to existing map with ConnectTo method.
But when i go to load map, i see only territory without pushpins...
Can anyone help me ??? I'm frustrated!!! HEeeeelp! :shock: :shock:
Thanks...