News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Continuation of google maps and web control app

Started by minor28, January 30, 2014, 06:50:47 AM

Previous topic - Next topic

minor28

Quote
"Request failed" persists but no more crashes. Several boxes complaining that elements are undefined, and no maps
I cannot figure out what's wrong with the request and undefined elements. I have made some changes to request code but I don't think it will help you.

Quote
One more issue:
I forgot to take date line in consideration. Now it is done. At some locations,  for example California, USA, accepts the request but no value is returned. Here I calculate the solar time.

Edit: I removed the attachment. Be back tomorrow

minor28

#46
The changes that I made yesterday had certain consequences elsewhere. Therefore, I removed the attachment.

jj2007

#47
I opened Solar.asm in RichMasm, hit F6 and .. guess what: IT WORKS!
On a different machine with MSIE 11, though. It seems really a bit incompatible with older MSIE versions (EDIT: it stills fails on Win XP SP3 with MSIE 7.0).

Siekmanski

Works perfect now on my win8.1 x64 system  :t
Creative coders use backward thinking techniques as a strategy.

sinsi

Works well here (win8.1 Pro x64) but street view seems to be low-res, and slower than google.
Left is google, right is you. Maybe google adjust their view?

dedndave


Gunther

Hi Sinsi,

Quote from: sinsi on April 22, 2014, 08:25:15 PM
Works well here (win8.1 Pro x64) but street view seems to be low-res, and slower than google.
Left is google, right is you. Maybe google adjust their view?

interesting images. Is it your home?

Gunther
You have to know the facts before you can distort them.

minor28

Thank you all. It seems to work pretty will now. I attach the last version.

Quote
(EDIT: it stills fails on Win XP SP3 with MSIE 7.0).
OK, for the time being, I let it be as it is.

Quote
Works well here (win8.1 Pro x64) but street view seems to be low-res, and slower than google.
Left is google, right is you. Maybe google adjust their view?
I only open/close the default StreetViewPanorama.


Right clicking on a distance marker, on the map and on the map with connected GPS, will open menus.
You can log GPS senteces from a menu for example.

App data are stored in Registry under HKEY_CURRENT_USER\Software\MINOR28\Solar.

six_L

 :t
the valuable work.
invoke SetWindowPos,hMainDlg,HWND_TOPMOST,NULL,NULL,NULL,NULL,SWP_NOSIZE
Say you, Say me, Say the codes together for ever.