Quote:
Originally Posted by nemo
^ That's on my list too. I was planning on pulling the zip code from the GPS and getting the weather from that. I haven't had much success with the cf gpsinfo from the sdk, though. I downloaded a GPS simulator, so I don't know if that's the problem, or my code. (probably my code  )
|
Here's the line I use to assign the Zip code from cf_gpsinfo into a label:
this.CF_updateText("ZIP", CF_getGPSInfo(CF_GPSInfo.ZIP));
Hope that helps ya.