![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#121 (permalink) | ||
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
Quote:
Quote:
__________________
For quickest response, catch me on IRC: #wigle |
||
|
|
|
|
|
#122 (permalink) | |
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
Quote:
In ns04speech.vbs, change line 413 (or so) from: & strDirection(DegreesToCompass(DegDirection(OldLat, NowLat, OldLon, NowLon),TellDirection)) to: & strDirection(DegreesToCompass(DegDirection(), TellDirection)) and that will take care of the DegDirection error. The function DegDirection is defined in ns04master.vbs without any parameters.
__________________
For quickest response, catch me on IRC: #wigle Last edited by goldfndr : 05-14-2007 at 07:26 PM. |
|
|
|
|
|
|
#123 (permalink) | ||
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
Quote:
Quote:
Sub OnScanCompleteMappoint(BestSNR) to Sub OnScanCompleteMappoint() and the call in ns04events.vbs changed from If UseMappoint then OnScanCompleteMappoint BestSNR to If UseMappoint then OnScanCompleteMappoint because BestSNR was changed from a passed parameter to a global variable. Therefore, any occurences of OnScanCompleteMappoint should have the BestSNR parameter added or removed so that the definition in ns04mappoint.vbs matches the call in ns04events.vbs. In a nutshell, VBScript doesn't have optional parameters for user-defined subroutines/functions, so one must specify the defined quantity of parameters.
__________________
For quickest response, catch me on IRC: #wigle |
||
|
|
|
|
|
#124 (permalink) |
|
Registered Member
Join Date: Aug 2006
Location: Shreveport, Louisiana
Posts: 3
|
Goldfndr,
I started using your Scripts earlier this week and really appreciate all the hard work that has gone into making them. For the past two days, NetStumbler v0.4 and MapPoint 2006 have worked great together while stumbling around town. I did notice the map will not rotate in the direction of travel. So yesterday I changed the settings to use a default map, which was a map from the previous day of stumbling. This worked fine yesterday and was able to see both tracks and showed none of the problems I list below. However, today while using NS with MapPoint I encountered an odd problem that I have not yet been able to figure out. I start NS from desktop with the external script 20070125.zip starting MapPoint like normal. When MapPoint finishes loading, it does not zoom in correctly to my GPS position every time I load it. When using a default set map, MapPoint will zoom partially to my GPS location, but upon further zooming manually it will go back to where it was initially zoomed to when started. It always zooms out to about 50% on the slider bar showing my set "Place" but centered on my GPS location. I was able to duplicate this every time if either delLastLoc or delLasttrack were set to false 100% of the time. With those two settings set to true it was variable. I also tried with no default map set and would get the same results. The zoom in would still be incorrect and not able to hold manual zoom. So I decided to uninstall MapPoint, NetStumbler and delete the scripts and restarted. I then reinstalled all three and used 20060629.zip scripts. After editing the settings zoom fails to work at all in MapPoint. At startup I am able to hold the zoom level if manually zoomed in. When using the same default map as before, NS fails to load and locks up yet MapPoint loads with the mouse cursor flickering between a moving hourglass and a normal cursor icon. I am also able to manually zoom to my GPS location during all this and it stays zoomed in. Other information: Windows XP Service Pack 2 on a Dell D820 Latitude using an OnCourse BlueTooth-339 GPS with IPW3945ABG network adapter. |
|
|
|
|
|
#125 (permalink) |
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
The map not rotating in the direction of travel is, I'm pretty sure, standard throughout the history of the scripts. While direction could certainly be calculated (perhaps via the Direction function), I don't know how this is done in MapPoint. I do think it's a great idea, and even said so ("Ideally, rather than centering and slipping back to center, you'd optimize for view ahead." "Figure out direction, then keep the vehicle like 50% to 75% away from margin." "But this requires algorithms."), but alas, a solution eludes me.
With regard to Zoom: the only time the script should be asserting Zoom control is when one stops scanning -- it's the various ZoomTo calls in the OnDisableScanMappoint() subroutine in ns04mappoint.vbs, only one ZoomTo is called. My guess is that the resets of the manual zooming is a side-effect of calling MapPoint through the API rather than as an application. I suggest trying one of the earlier versions of the Master Script (or a predecessor) to see if something broke, but I can't help you if it has always been "broken" (it might be a MapPoint bug). That said, if the only thing that seems to be broken is zoom, that makes me happy that there's at least one reported success with the other functionality (something I hadn't yet seen with the 2007 version[s]).
__________________
For quickest response, catch me on IRC: #wigle |
|
|
|
|
|
#127 (permalink) | |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,532
|
Quote:
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
|
#128 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,816
|
Quote:
<sarcasm> How could there be such a thing. That would mean a computer could speak. You think this is Star Trek ? Next you're going to tell us that people will be able to make phonecalls from their cars while driving, or that one day people will walk on the moon.. Ain't going to happen. Ever! It's against nature, the bible, and applied physics. </sarcasm> Now go to the first page of this thread, and read from the first message. Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#129 (permalink) |
|
Registered Member
Join Date: Jun 2007
Posts: 2
|
ive found this post
Master script for NetStumbler 0.4 i have tried to edit this like he said but when i try theres no voice. can someone please help me ![]() |
|
|
|
|
|
#130 (permalink) | |
|
Heeere's your sign!
Join Date: May 2002
Location: Mexico Beach, FL
Posts: 1,156
|
Quote:
MikeP
__________________
Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. -- Benjamin Franklin, 1759 |
|
|
|
|
|
|
#131 (permalink) | |
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
Quote:
There's no way that that change would block speech. Choose one:
Assuming you have the scripts installed/configured correctly for voice, you should hear "Speech featuring ___" when they start. In fact, you can run ns04speech.vbs directly at the command line (or maybe double click it) and you should hear that. If you have UseThreading nonzero, you won't hear it until ns04thread.vbs is run; I'd recommend zero (0) for troubleshooting. Any further assistance requires proper English, as MikeP pointed out. (I'll bet '1337 muted the sound.)
__________________
For quickest response, catch me on IRC: #wigle |
|
|
|
|
|
|
#132 (permalink) |
|
Registered Member
Join Date: Sep 2005
Posts: 2
|
thx for the hint goldfndr.
I tried ist ince more. I created my own pushpins, but I am not able to use them in the script. The script uses internal numbers for the pushpin symbols. The index posted by you show these internal umbers. Changing the symbols by numbers is not a problem. I still dont know what do do with my own pushpins. Do they have a number or not an if yes, which number is it. Im still a bit swamped with this own pushpin thing. I take some time during the holidays to fix the probs. |
|
|
|
|
|
#133 (permalink) | |
|
Heeere's your sign!
Join Date: May 2002
Location: Mexico Beach, FL
Posts: 1,156
|
Quote:
Or is mr081564578 just shorthand for mbolglian? MikeP
__________________
Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. -- Benjamin Franklin, 1759 |
|
|
|
|
|
|
#134 (permalink) |
|
Registered Member
Join Date: Sep 2004
Posts: 1
|
I've searched through the forums but I have not been able to find the blue.gif that is in Cicons. Should I just design it myself?
Also install instructions would have been helpful, though I've seem to figure most of it out. I do however get a database error but I havn't search the forums on that yet ![]() Phil |
|
|
|