Community of VE/MapPoint Users and Developers
This is a discussion on pushpin balloons within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; How could i do non-editable puspin balloons?...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
|
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; |
![]() |
| Tags |
| balloons, pushpin |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does anybody know how a can place my custom balloons | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-09-2005 03:40 PM |
| BALLOONS | Anonymous | MapPoint 2006/2009 Discussion | 0 | 02-23-2005 10:14 AM |
| Saving a map with many balloons | BTurrel | MapPoint 2006/2009 Discussion | 1 | 07-30-2003 04:08 PM |
| Pushpin balloons | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-11-2002 09:14 PM |
| How do I keep pushpin balloons from overlapping. I.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-24-2001 08:19 AM |