Jump to content

Skippy and Pingu

+Premium Members
  • Posts

    328
  • Joined

  • Last visited

Posts posted by Skippy and Pingu

    • In your mind, what is a high quality geocache?
      One that is in a good location OR a unique container. Yes, its good if its been maintained but some caches are good that haven't been maintained for a while, they add to the challenge and satisfaction when you find it.
    • In your mind, what is a low quality geocache?
      One on a dog poo bin or similar location. Why do I want to be looking there? Horrid.
    • What steps can the community take to improve geocache quality?
      To think about the location and why they are bringing the cacher to the location. 
    • What steps can Geocaching HQ take to improve geocache quality?
      Stop people who have only found 1 cache placing caches. However this needs to have an over-ride feature for the reviewers as Mega accounts and accounts created by large events to place all their caches under would need to be able to place caches without finding caches. The local reviewers should know who the cachers are behind such accounts.
      I don't agree with the idea of automatically disabling after X number of DNF's. Some caches are hard to find, that is the whole point of that cache maybe, and as a CO I would get annoyed by a cache being automatically disabled all the time. Also you could have a large team DNF it and each of them log a DNF would result in it automatically disabled even though it was only looked for by 1 team. 
    • Upvote 1
  1. Much likely that was a temporary issue. I've just peeked at the Lists page and my both lists are displayed with their names just as they were yesterday.

    FF 52.0.2

     

    Unfortunately been like it for us since that page was released. Its still like it, tried logging out and back in again.

  2. The new version of the list page is not showing list names thus making it totally useless and unusable. I have the same problem on Edge and Google Chrome and my husband has the same problem on his laptop as well. I know that we can use the old version of the list page for now but really the new version needs to be working.

  3. Please consider joining the Earwigo support Google Group --- joining details were included in your welcome e-mail. It's probably better for all concerned if we discuss support questions there, I think.

    Have found it and sent a request to join now.

  4. I'm making a Wherigo using earwigo. I have a message with 2 buttons but I can't work out how to check which button was pressed to then trigger different things to happen depending on which button was pressed. At the moment the same thing happens regardless of which button is pressed. How do I check which button is pressed? Thanks.

     

    Welcome to Earwigo. I assume you are talking about the two standard Buttons of a Message. Now you have to make a decision in the program code AKA If_Else_Endif. Knowing If_Else_Endif structures will help you to create awesome cartridges ;). Here is a link to the decision section of the tutorial http://earwigo.net/WWB/wiki/doku.php?id=create_your_first_cartridge#decisions_introduction

     

    This is how to handle your specific case:


    •  
    • Prepare the usage of an If_Else_Endif decision structure. In order to do so in Earwigo you have to define an Expression that describes what you want to test for. In your case you can test for Button1Pressed.
    • Create the expression ButtonOnePressed (or any other name that helps you to remember what you are testing for.
    • Use the Properties/Conditions Section of the Expression to create the following test "Button was clicked Button 1"
    • Now go to the Message that has the two buttons.
    • Switch to the Messages/Events SubTab
    • Here you will find the Event "When a button is pressed"
    • Create the If_Then_Else logic for the button Event.
    • It will look like this

     

    if ButtonOnePressed
      Your action number 1
    Else
      your action number 2
    EndIf

     

    Thank you :anitongue: . That's really clear as well. I hope you don't mind me sharing this with a couple of friends who are also struggling with this.

  5. I believe you are saying you have a dialog with two custom buttons on it and need to differentiate between which button was pressed.

     

    I'm not sure how to do it in Earwigo, but I have attached an example cartridge. In short, the MessageBox is given an array of buttons. The MessageBox's callback function accepts an "action" variable. This is a string that contains the word "Button" and the number in the array (1 index), e.g. "Button1". Here's the relevant lua script:

     

    function zoneZone:OnEnter()
     Wherigo.MessageBox{Text=[[selecting a button does different things.]],Buttons={"One","Two",},Callback=cartButtonexample.MsgBoxCBFuncs.MsgBoxCB2}
    end
    
    cartButtonexample.MsgBoxCBFuncs.MsgBoxCB2 = function(action)
     if   action == "Button1" then
       Wherigo.MessageBox{Text=[[You chose the first option.]],}
     else
       Wherigo.MessageBox{Text=[[You chose the second option.]],}
     end
    end

     

    Thank you so much. I've loaded that into earwigo and seen what I need to do. Its worked and I'm happy because it means I can make my cartridge do exactly what I want. I thought I was going to have to simplify it and I didn't want to. Its an adventure fantasy style Wherigo.

  6. I'm making a Wherigo using earwigo. I have a message with 2 buttons but I can't work out how to check which button was pressed to then trigger different things to happen depending on which button was pressed. At the moment the same thing happens regardless of which button is pressed. How do I check which button is pressed? Thanks.

  7. What do you like most about challenge caches?

    They give us focus to our caching. We love working towards challenge caches. We pick and choose which ones we like the look of and then work towards them. Sometimes we choose ones that will take us a couple of years to achieve and sometimes we like to choose ones that we can go out and meet the requirements in the day. There are so many caches in general to choose from to find that long gone are the days when you just go to a new area and find all the caches there, therefore having an aim for the day really helps and challenge caches provide that.

    What do you not like about challenge caches?

    That they are the same icon as mystery / puzzle caches. They are completely different caches so they really would be better as a different icon.

    What would you like to see changed about challenge caches?

    That they have to be at the given co-ordinates. You can take as long as you like to meet the criteria. They have their own icon

    If you could describe your favorite challenge cache type, what would it be?

    One that challenges us! Ie. its achievable with time and effort but not so hard that we will never achieve it however hard we try (a lot are not achievable for us, we can't for instance have a 1000 day streak, we work). We love ones that push us out of our comfort zone, for instance there is one near us that requires you have found 5 caches on islands. Thanks to that challenge cache we now own a family kayak and love kayaking as a family. Also, ones that encourage quality over quantity in caching general.

    What types of challenge caches do you avoid?

    Spelling ones and streak ones.

  8. Are you running the latest firmware on the Monterra? Have you checked the Monterra wiki, lots of info on the wiki's for variuos Garmin

    Thank you, we have checked this and it would appear we weren't. We've now an update of the firmware and a lot of niggles have gone. It would be nice if when you buy the unit it either comes with the latest firmware or you are at least told in the quick start how to update the firmware. I managed to use it to set some new caches yesterday and was impressed with the ease of marking waypoints and putting notes etc with them.

  9. Last night I used the new cache submission form. I used the drop down calender to select the date of placement. It autofilled the field using dd/mm/yyy format (my default on geocaching.com). When I clicked continue it said my date was not valid (13/05/14). I tried using the drop down calender again and I still had the same problem. I eventually thought I would swap the dd and mm round manually so put it in the format mm/dd/yyyy (05/13/14). This was accepted. It doesn't tell you what format the date needs to be in and more to the point its autofilling it wrongly. Had the dd been 12 or less I wouldn't have known of the problem and it would have put the cache being placed in totally the wrong day and month.

  10. Hiya,

    Very old oldie here whose not been on for a very long time and even might have to admit to it taking a long time to even remember that I might get help here LOL!!!

     

    Anyway, we have a great series of caches that are still highly praised years on from when we placed them. With the best will in the world we are no longer to maintain these. The walks aren't that long to the caches from easy parking spots but they are a bit to far for tiny legs, one of whom complains with every single step that we're walking :D . The walks are all lovely though, nice views and things to see.

     

    So the caches are

    Rainbow Red: GCMVJH

    Rainbow Orange: GCMVJQ

    Rainbow Yellow: GCMVJT

    Rainbow Green: GCMVJY

    Rainbow Blue: GCMVK0

    Rainbow Indigo: GCMVK1

    Rainbow Violet: GCMVK7

    Rainbow Pot of Gold: GCMVKP

     

    In reality this is a low maintenance series. Each cache seems to only require a visit once in a blue moon. Green has the biggest tendancy to go walkies. Violet can get swept away in the winter. Blue is missing at the moment but thats the 1st time in 4.5yrs. Non of the others have ever gone missing in the 4.5years and have just needed general maintenance visits.

     

    It would be a shame to see this excellent series archived but if there are no takers it will be archived I'm afraid. Hope that someone would like to take these on.

     

    Rebecca and Adam

  11. Thanks everyone. I think we'll go for the quick and easy way and just delete it all and start again. Its got a lot in it, over 1000 and I have not got the time or inclination to go through them manually. Just means we won't have all our information that we've written about the ones we've done.

     

    Might try and see if I can somehow save the ones we've done and all we've written as a seperate file and then delete it all otherwise we'll cut our losses.

  12. Hiya,

    Long time no posting from us! Pinga & Roo kind of took over our lifes for a while there LOL!!!

     

    We're trying to get our life as it was before Pinga & Roo as much as possible with 2 toddlers in tow! So we're trying to get our geocaching organised. We have GSAK and I've upgraded it to the most recent version. According to it the last time anything was loaded into it was back on 19th May 2007. So I've run a pocket query for the time between then and now. Its picked up 74 new caches within 10 miles. I loaded that into GSAK but I've still got a problem, it contains archived caches and still thinks they're active.

     

    How do I let GSAK know what caches are archived now?

     

    My memory map was a bit of a disaster so I deleted all the caches other than those we've found. So I could do with GSAK being correct so that when I export to Memory Map its uptodate with only active caches.

     

    Rebecca and Adam

  13. Thanks to everyone for your kind messages, mother and babies are doing well. ^_^ There is already a cache planned by Skippy and Pingu for them to FTF in mega quick time!!! :)

     

    Oh and Chas, we had planned to have them on friday but they thought they would give the other FTF hunters in the area a chance by leaving things alone for 2 days!! ^_^

×
×
  • Create New...