How could i do non-editable puspin balloons?
This is a discussion on pushpin balloons within the MapPoint Desktop Discussion forums, part of the Map Forums category; How could i do non-editable puspin balloons?...
How could i do non-editable puspin balloons?
I don't think there is a real stright forward way of doing it. Depending on how your map is used you would need to come up with a way to determine if the puishpin(s) were changed and either change them back or reload the saved map??
John
http://www.support-pc.com
Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
i hope this helps. this is in delphi6.
after creating the pushpin, i set the state of the baloon to 1. this makes the note invisible. but the title is visible. title is not editable. but the info is not more that 1 column. this is not good if you need more than 2.
procedure TForm1.BitBtn1Click(Sender: TObject);
var
p:Pushpin;
o:olevariant;
begin
o:=1;
p:=map11.AddPushpin(map11.GetLocation(54,4,0),'thi s is non editable str i think!');
p.Set_BalloonState(o);
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)