Page 5 of 11

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Mon Jun 29, 2015 8:20 am
by Fafa114
OK. I know ;)

It was just to use only one app and do "everything" from it.

No matter, I'll use it like that :)

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Mon Jun 16, 2014 9:45 pm
by Fedelosa
Liurai wrote:Is there some WME House Number for Dummies?

I can use the app, but i don't know how to save that information on live map.

And I don't need a 3 steps tutorial. I need a 30 step tutorial. :lol:
Did you install the Google Chrome addon?

Enviado desde mi SM-G900M mediante Tapatalk

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Mon Nov 25, 2013 12:06 am
by foxitrot
bedo2991 wrote:
  • Wait for the GPS fix and be sure to have at least a 15m precision (otherwise you won't be able to save the HN).
  • Insert all the requested information (some of them are required just once and you can set them from the menu) and press the big button "Store HN".
Regardless of whether the precision of my position is green 6.0m, 8.0m or 12.0m, or red 16+m, the StoreHN button is just very briefly flashing in a 1 second rhythm. Simultaneously, the phone's GPS symbol in the upper Android notification area is disappearing, appearing, disappearing... Switching to any other GPS app causes the symbols to be displayed constantly, after a switch back to HNH the symbol goes back to dance.

Both City and Street seems to be filled in correctly.

When trying hard and fast to repeatedly press the StoreHN button, I've possibly succeeded twice to press it, the button changed its color to blue. But no HN got stored. On one such attempt the app crashed.

Could the 15m requirement be loosened to 20m? Or a user preference for it? I can imagine being unable to get a good position precision on some places with e.g. dense and tall buildings, or with suboptimal constellations of satellites.

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Fri Dec 27, 2013 12:47 am
by foxitrot
foxitrot wrote:Regardless of whether the precision of my position is green 6.0m, 8.0m or 12.0m, or red 16+m, the StoreHN button is just very briefly flashing in a 1 second rhythm. Simultaneously, the phone's GPS symbol in the upper Android notification area is disappearing, appearing, disappearing... Switching to any other GPS app causes the symbols to be displayed constantly, after a switch back to HNH the symbol goes back to dance.
[...]
When trying hard and fast to repeatedly press the StoreHN button, I've possibly succeeded twice to press it, the button changed its color to blue. But no HN got stored. On one such attempt the app crashed.
After updating my phone from GingerBread to Jelly Bean, the GPS fix part is now working for me, I am able to store HNs.

You should possibly test the app on some more GingerBread devices?

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Sun Nov 10, 2013 5:33 pm
by franckentien
it's fun it's a good option i try this better tomorrow
thaks for this app i send many house number now

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Sun Jan 05, 2014 1:29 am
by fred-porto
It still does not work with me... I did not installed it using tampermonkey, just moved to extension dialog box... is that the problem? I don't have tampermonkey, although I use many scripts with no errors until now.

My monitor has full hd resolution, but I also tried 1600x900 with no luck.

any ideas?

Fred

UPDATE:
FIXED. It only works with tampermonkey installed.

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Tue Dec 29, 2015 5:12 pm
by Glodenox
As of Firefox version 44 (currently in beta) it is not allowed to assign a value to unsafeWindow (as it is an undefined constant for some reason). I'm currently checking some of the scripts in the forum to make sure they won't break once Firefox 44 goes live (January 26). I've checked your userscript and it uses unsafeWindow quite a bit, so you may run into problems. Either way, the code below won't do anything useful any more as this way of retrieving the unsafeWindow has been removed. I've seen other scripts just using unsafeWindow without that check and they seem to run fine, so that might be worth a try.

Code: Select all

       var bGreasemonkeyServiceDefined     = false;

   try
   {
      if (typeof Components.interfaces.gmIGreasemonkeyService === "object")
      {
         bGreasemonkeyServiceDefined = true;
      }
   }
   catch (err)
   {
      //Ignore.
   }
   if ( typeof unsafeWindow === "undefined"  ||  ! bGreasemonkeyServiceDefined)
   {
      unsafeWindow    = ( function ()
      {
         var dummyElem   = document.createElement('p');
         dummyElem.setAttribute ('onclick', 'return window;');
         return dummyElem.onclick ();
      } ) ();
   }

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Mon Jul 28, 2014 8:07 pm
by kentsmith9
Is the "Memo Layer" new and I missed the memo saying how it works? Maybe I did not have the Memo Layer on to see about the new layer? It appears on my Layer drop down list only when this script is enabled.

Maybe this script is enabling a future Memo layer feature built into the editor?

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Tue Jul 29, 2014 12:16 am
by kentsmith9
bedo2991 wrote:No, it's not a future WME's feature. From the application now you can choose to add a text memo on your current position (the function is in the menu), then it will be (horribly) displayed on WME when you'll load the string.
1. I don't see any text memo field under any menu in the Client App. Is it only in the beta?
2. Somehow the "menu layer" option is only displayed when I enable this extension. Is it only me with this result?

Re: [Script & App] WME House Number Helper (Eng. v.)

Posted: Tue Jul 29, 2014 12:23 am
by kentsmith9
Ah. Now I follow. The Memo layer IS part of the House Number Extension in WME, but only loaded through the House Number App.