NetStumbler.org Forums

Go Back   NetStumbler.org Forums > NetStumbler Community > Scripts
Register Search Today's Posts Mark Forums Read

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 09-14-2004   #211 (permalink)
goldfndr
Knight Tooth Puller
 
goldfndr's Avatar
 
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
Quote:
Originally Posted by chow
I tried: MapPointApp.SendKeys "^G" (line 366), but that doesn't seem to work. (I really don't have any experience with VBscript or similar languages.) External SenKey-programs will probably work, but I like to have everything in the script ...
SendKeys most likely isn't a method supported by MapPoint; it would be excessive. You could use OleView to check.

Try this one-liner:
if oWSH.AppActivate("MapPoint") then oWSH.SendKeys("^g")

If you use ^G, it might do a control+shift which might not be what you want.
goldfndr is offline  
Old 09-15-2004   #212 (permalink)
chow
Registered Member
 
Join Date: Aug 2004
Posts: 6
Quote:
Originally Posted by goldfndr
Try this one-liner:
if oWSH.AppActivate("MapPoint") then oWSH.SendKeys("^g")

If you use ^G, it might do a control+shift which might not be what you want.
Hi goldfndr,

Tnx, but it doesn't seem to work either (neither the ^g, nor the ^G).

Cu,
chow.
chow is offline  
Old 09-15-2004   #213 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,127
Topic cleanup?

Hey any chance we could get this recent non-mappoint stuff moved to a different topic? How about "Non-MapPoint scripts" or "GPS coordinates and sendkeys"?
wrzwaldo is offline  
Old 09-28-2004   #214 (permalink)
kurgan1
Registered Member
 
kurgan1's Avatar
 
Join Date: Sep 2004
Posts: 4
Script error

I have enjoyed using this script very much. I have been using version 18 of the script, and it has worked fine untill today. On my way to work everything was fine, but on my way home i started getting two errors. No matter what i've tried with v18 (deleting/reinstalling, d/ling fresh copy/installing) i still get the same errors, installed v25 and it complained about not having mappoint but worked. The two errors on v18 are as follows. First error when starting ns= Line:115 Char:5, SCode:80045012. Second error= Microsoft VBScript runtime error Line:419 Char:5, SCode:800A01A8. Sorry for having to post, but i'm stumped and its late. Thanks in advance
UPDATE.....
I figured it out after trial and error. Sorry for posting before exploring ALL options. It was speech SDK 5.1, uninstalled/reinstalled it and all is well. Some part of the program must have gotten corrupted when my laptop fell out of the chair at work . Guess mine doesn't "brace for impact" very well. I can't complain though the old Tigerbook/Mitac has held up nicely for a freebie (one of those "if you can fix it you can have it" deals). It's been dropped twice that I know of, first off of a car and now by me. Anyway Thanks to everyone who work so hard on these scripts, and for all the good info on this forum.

Last edited by kurgan1 : 10-07-2004 at 06:28 AM. Reason: Update
kurgan1 is offline  
Old 10-05-2004   #215 (permalink)
JimmyJ
Rookie Stumbler
 
Join Date: Oct 2004
Location: Freeport, ME
Posts: 5
Thank you all!

I've been lurking for a couple weeks and just recently registered. I just wanted to thank you all for the advice and scripts and other great stuff on these forums. Within a couple days I grabbed my laptop with XP Pro SP2 and WPC11 card, a Garmin eTrex Legend (Serial), Map Point 2002 and the mp script in this thread. I was able to get it all put together in about an hour and it's been great so far finding out what AP's look like in my area. I was actually surprised at the number of secured AP's in my area ... it averages about 40% WEP secured / 60% totally open. Is that normal for most people when they are looking at their results? Anyways, my next step might be to get an Orinoco and an external antenna, but I'm happy with the results for now.

My only question is this: Since I use MP '02, I zoom in all the way to view congested areas of AP's - the breadcrumbs always end up outside of the drawn roads. Now I know that sounds picky, but I just want to make sure that there aren't any extra NS settings that I'm missing. I did select the "Auto Adjust using GPS" option ... I hope that was correct. I've attached an example of my run tonight ... if this is normal, please let me know. Thanks!

- JJ
Attached Images
File Type: jpg example-1.JPG (60.1 KB, 1098 views)
JimmyJ is offline  
Old 10-06-2004   #216 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,127
Yes that is normal and to be expected.
wrzwaldo is offline  
Old 10-06-2004   #217 (permalink)
JimmyJ
Rookie Stumbler
 
Join Date: Oct 2004
Location: Freeport, ME
Posts: 5
Quote:
Originally Posted by wrzwaldo
Yes that is normal and to be expected.


Thank you ...
__________________
128-Bit WEP | No SSID Broadcast | MAC Filtering | Static IP's

Aww hell - it works for me.
JimmyJ is offline  
Old 10-07-2004   #218 (permalink)
WiFi-Spy
Registered Member
 
Join Date: Jan 2004
Location: Everett,WA
Posts: 23
thanks for the awsome scripts!!! now I have to get mapoint
__________________
www.WiFi-Spy.org
WiFi-Spy is offline  
Old 10-19-2004   #219 (permalink)
longharty
Registered Member
 
Join Date: Oct 2004
Posts: 1
Distance announcement

It's a great script even if you dont' have MapPoint. The speech feature is terrific but would it also be possible to get the distance announced? Once GPS is enabled the last column shows the distance to the AP. While warwalking it would be great to have this announced as well.
longharty is offline  
Old 10-20-2004   #220 (permalink)
jrcsnet
Registered Member
 
jrcsnet's Avatar
 
Join Date: Sep 2004
Posts: 76
One other thing that I should just point out for JimmyJ is to make sure that the GPS uses the same datum as Mappoint (WGS '84 is the correct one). I had this issue as well where most roads were off, however after changing the datum on the GPS 99% of the breadcrumbs were on the road.
jrcsnet is offline  
Old 10-25-2004   #221 (permalink)
radioguy
Registered Member
 
Join Date: Apr 2004
Posts: 4
Lightbulb Nifty idea for script

I occasionally get a AP that is apparently mobile. How about a script that IDs this AP in a special way. Like a " (M)" at the end of the SSID. The only way I can think of detecting it is by the ammount of time it shows up on your list. If someone has a better idea of how to detect it I'm open for suggestions.

Thanks all for who have contributed to these scripts. I feel good I helped in some why with my GPS status announcements.
radioguy is offline  
Old 11-16-2004   #222 (permalink)
fanplant
Registered Member
 
Join Date: Jan 2004
Posts: 1
Quote:
Originally Posted by chemman14
it didnt work
tells me it cant creat script engine
what am i doing wrong? is it supposed to be .txt or another file extension?
I don’t know if this has been answered but I think I know. In NS go to View/options then go to scripting and choose external script. I don’t think file extension matters if you choose the correct script type. Good luck.
fanplant is offline  
Old 11-17-2004   #223 (permalink)
lacentrix
Registered Member
 
Join Date: Sep 2004
Posts: 13
Does anyone else have an issue with MP acting choppy when ploting AP's on the map or just driving, mine does this, but without NS running MP runs smooth.
lacentrix is offline  
Old 11-17-2004   #224 (permalink)
G8tK33per
Asshole Emeritus
 
G8tK33per's Avatar
 
Join Date: May 2003
Location: S.E. VA.
Posts: 5,939
Quote:
Originally Posted by lacentrix
Does anyone else have an issue with MP acting choppy when ploting AP's on the map or just driving, mine does this, but without NS running MP runs smooth.
Maybe a memory or processor issue? Do you have other app's open or running when this happens?
__________________
"Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick."

Sons of Confederate Veterans
G8tK33per is offline  
Old 11-17-2004   #225 (permalink)
lacentrix
Registered Member
 
Join Date: Sep 2004
Posts: 13
just MP and NS running, its a P3 but memory could be the issue only having 128meg .. is this a common prob?
lacentrix is offline  
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 03:34 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.