View Single Post
Old 06-19-2008, 12:13 AM   #179
froalskiner
Variable Bitrate
froalskiner's CarPC Specs
 
Join Date: Jun 2006
Location: Ventura County
Vehicle: 06 G35C
Posts: 283
My Photos: ()
Got it to work on 1.1.1.0!

Hey everybody, I was having a heck of a time getting this thing running. I downgraded to 1.1.1.0 not realizing that it wasn't working on anything above 1.1.0.0.

It looks like it's not setting the zip code properly somewhere around line 128

Line 70
PHP Code:
    Download.Enabled true 


Replace xxxxx with your zip code obviously

PHP Code:
Function Module_OnGetText(UserStringInputStringCancelled)
    
zipcodeLbl.Caption "xxxxxx"
    
cityLbl.Caption ""
    
latlonLbl.Caption "" 

One thing that might be improved upon is an update on the function that downloads the files. Adding in a FilesExists check would prevent the files from re-downloading. Maybe a checkbox that says to overwrite files or not. So after making the changes above I can't change the zip code used using the form...
__________________
My Worklog

Google POI Search Digimod | Current Weather Digimod
The views and opinions expressed in my posts reflect my point of view and not necessarily those of DigitalWheelz LLC.
http://www.streetdeck.com/forum
froalskiner is offline   Reply With Quote