Hi,
I'm using the MapPoint ActiveX control in PowerBuilder to calculate routes. On a window I have this control and when it opens I load the appropriate data in the background and place a pushpin...
Type: Posts; User: chpw
Hi,
I'm using the MapPoint ActiveX control in PowerBuilder to calculate routes. On a window I have this control and when it opens I load the appropriate data in the background and place a pushpin...
Nevermind, I found a solution:
lole_test = iole_object.objectsFromPoint(al_x, al_y).item(1)
try
ll_s = lole_test.symbol
ls_text += lole_test.name + ' is a pushpin~r~n'
catch(throwAble...
Hi,
in the beforeDoubleclick event of a mapControl I try to find out wether the user doubleClicks a pushpin. So I get all objects under the pointer using the map.objectsFromPoint() method. Now I'd...
Hi,
thank you very much! This weight property
was what I've searched for!
Kind regards,
Chris Werner
Hi all,
I'd like to draw a kind of diagram showing the
connectivity between places as line thickness.
Have data in form of a table with 5 columns:
Place A Latitude
Place A Longitude...
Hi Eric,
learning Pascal after a home computer Basic dialect sounds
well known to me, I went the same way. Once upon a time ...
It was Turbo Pascal and I also wonder what this boys from
Borland...
Hi Wilfried,
PowerScript is a programming language used in
the development environment PowerBuilder from
Sybase (http://www.sybase.com/products/developmentintegration/powerbuilder).
Rather...
Hi Wilfried,
thanks for this valuable hint. After translating
the code into PowerScript it works like expected.
Kind regards
Chris Werner
Hi all,
how to get the geocoordinates from a given waypoint?
TIA
Chris Werner
Hi Eric,
I got it, 1000 thanks for the tip!
for i = 1 to 1000
thanks2("Eric Frost")
next
Hi Eric,
yes, got it to work in VB. After changing the following
declarations:
Dim ls_cValues() As String = {"NSTR", "STRT", "FRTG+", "FRTG-", "ROUT"}
Dim ls_cLabels() As String = {"L1",...
Thanks Wilfried,
this is a acceptable workaround.
Kind regards
Chris Werner
Hi,
investigating my code somewhat shows that dataSet.zoomTo() works very well too - if there are at least one pushpin in the dataset. But how to add pushpins to a certain dataset? Calling...
Hi,
the dataSet.zoomTo() function does'nt work, gives me an error. dataSets.zoomTo() works very well, zooming to show the symbols of all dataSets of the active map. How to zoom to a single...
Hi all,
I'm still looking for help using the displayDataMap function. Maybe some sample code I've tried make the problem more clear:
Private Sub Button1_Click(ByVal sender As...
Hi Wilfried,
thanks for your interest. Our communication problems may stem from the language of my mother too - it's also not English but German. What I want to achieve is showing 1 pushpin for 1...
Thanks Eric,
have ordered the book by Amazon and hope to get it this week.
Regards,
Chris Werner
Hi all,
have imported a set of records and want to show it using DisplayDataMap() as a multiple symbol map (geoDataMapTypeMultipleSymbol). The problem is I need exactly one symbol per record...
Hi all,
I wonder if there are more ressources to learn programming with MapPoint? The help file is not soooo bad but I'd like to study things somewhat further, especially working with dataSets and...
Thanks for all your effords (messed or not ;-)). It seems that I (and my customer) have to abstain from this feature. That's deplorable.
Thanks again,
Chris Werner
Thanks for the answer. Okay, calculating different routes in different threads may be possible. But how to make this trick with the clipboard?
Chris Werner
Hi,
I'd like to draw more than one route at a time. Because MapPoints object model knows only one route object, this seems unpossible. Maybe there is a solution to generate some shape from a...
Thank you very much for your answer. That's wired because it means there is no possibility to generate a route on the desktop pc, download it to a mobile device and use this mobile device to navigate...
Hi,
I'd like to know wether Streets and Trips is the same software like Pocket Streets? If not, which are the differences. Is there some navigation functionality like in TomTom? Can I export a...
Thanks for your reply.
Your advise has the advantage to avoid license costs for every mobile device. In my case, all mobile devices are on cars which may never or seldom reach the office and have to...