Search found 18 matches: webmap

Return to advanced search

Re: Google Map

Resolved with WebMap class

Image
by Silvio.Falconi
Fri Feb 18, 2022 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Map
Replies: 5
Views: 563

webmap class script error

Dear All,

I've use webmap class for many year but now it has an error with "Internet Explorer Compatible View" as picture.
Who has anyone got this problem?
Image
by dutch
Mon Jun 29, 2020 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webmap class script error
Replies: 0
Views: 682

Re: open a webpage

https://www.4shared.com/zip/S6DYic1Kca/WEBMAP.html #Include "FiveWin.ch"#Define CLR_MENTA      nRGB( 221, 255, 238 )#Define CLR_HMENTA     nRGB( 000, 128, 000 )// Ideia original:// http://www.pctoledo.com.br/forum/viewtopic.php?f=1&t=15482// ...
by karinha
Tue Apr 10, 2018 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: open a webpage
Replies: 9
Views: 2163

Re: Google maps rotes

by Gale FORd
Wed Nov 02, 2016 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6993

Re: Google Maps

If you download the webmap class try the sample below. Click the "Show in FW window" button. I added the <iframe> code to a local html file in ShowInWin() function. This should give you enough ideas to do what you want. ...
by Gale FORd
Tue Jan 28, 2014 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27647

Re: Google Maps

Tim

If possible can you send me the webmap.prg and any includes if required.



colin@techdata.net.au

Regards

Colin
by Colin Haig
Tue Jan 14, 2014 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27647

Re: New FWH 11.11

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [\6.00\Source\KeyGen\KeyGen.PRG] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [\6.00\Source\Common\webmap.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Scedmdi.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [\6.00\Source\Common\Popupx.prg] MYC_FLAGS = MYDEFINES ...
by PeterHarmes
Thu Nov 24, 2011 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.11
Replies: 66
Views: 14964

Re: Google maps rotes

Gale, Thanks for your contribution. WebMap is very easy to use and a useful class. It's possible to add "markers" to the map by using your class. I mean to add a location, as usual by using AddStopSep() method, and add a few more ...
by George
Mon Aug 10, 2009 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6993

Re: Google maps rotes

Dear Mr.Rao, I tried your sample, but still I get the same error. I find that WebMap.Prg is trying to make use of the function Default() in line no. 68 to 72 in the Method AddStopSep(). Error: Unresolved external '_HB_FUN_DEFAULT' referenced from D:\FWHEXTRA\FWH ...
by anserkk
Mon Aug 10, 2009 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6993

Re: Google maps rotes

...  oIe   := TActivex():New( oWnd, 'Shell.Explorer.2' )   oWnd:oClient := oIe   oMap  := WebMap():New()   oMap:AddStop( 'Bengaluru, India' )   oMap:AddStop( 'Hyderabad, India' )   oMap:GenLink()  ...
by nageswaragunupudi
Mon Aug 10, 2009 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6993

WebMap Class by Gale Ford

Gale,

By using your webmap class it's possible to add multiple addresses and indicates different markers or to use different colors on the added addresses?

Regards

George
by George
Tue Jan 13, 2009 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebMap Class by Gale Ford
Replies: 0
Views: 294

Credo che la classe webmap sia un ottimo punto di partenza. Dai un'occhiata al thread "google map" sul sito inglese.
by Marco Turco
Thu Jun 19, 2008 5:18 pm
 
Forum: All products support
Topic: FWH e mappe
Replies: 1
Views: 684

Gale,

>Just add webmap.prg to your link script.

Where do we find webmap.prg?

James
by James Bott
Wed Apr 02, 2008 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27647

Just add webmap.prg to your link script. Then in your code //create map object oWebMap := WebMap():new() // add stop(s), if you only create one stop then it will bring up map // if you add another ...
by Gale FORd
Wed Apr 02, 2008 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27647

Getting to grips with classes

... Main and another PRG file containing Create Class. For instance, re Gale FORd's example on Google Map ... i.e. You can download this class and TestWebMap prg at http://www.hotshare.net/file/24300-4713157df9.html There is TestWebMap.prg for the Function Main and WebMap.prg for the Create Class; ...
by SteveLai
Fri Mar 21, 2008 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Classes ... anyone?
Replies: 6
Views: 1444
Next

Return to advanced search