Jump to content

Using Geocaching Symbols on a 60 Series


Recommended Posts

Yes, I have this in my macro to change the '?' to a traditional box when it has corrected coordinates.

# if the mystery was solved, make it traditional

If $d_CacheType = "U" .and. $d_HasCorrected
 $_Symbol = "Custom 1"   # Solved mystery
EndIf

Do you have another If/EndIf for the unsolved condition then?

Link to comment

I hope to actually get around to updating all this stuff in April. Unfortunately my work schedule has been killing me and I've been working about 80-90 hour weeks for a couple months here (my wife is a huge fan of how much time I spend in front of a computer).

 

After this lets up, I hope to get back to caching and adding in new symbols and getting the macro updated. Sorry for the lack of updates to this stuff.

Link to comment

Yes, I have this in my macro to change the '?' to a traditional box when it has corrected coordinates.

# if the mystery was solved, make it traditional

If $d_CacheType = "U" .and. $d_HasCorrected
 $_Symbol = "Custom 1"   # Solved mystery
EndIf

Do you have another If/EndIf for the unsolved condition then?

That's already in ThePropers' download. What I posted is just a snippet of code you can insert in the existing macro file somewhere after the regular Unknown/Mystery part but before the children part.

Link to comment

Yes, I have this in my macro to change the '?' to a traditional box when it has corrected coordinates.

# if the mystery was solved, make it traditional

If $d_CacheType = "U" .and. $d_HasCorrected
 $_Symbol = "Custom 1"   # Solved mystery
EndIf

Do you have another If/EndIf for the unsolved condition then?

That's already in ThePropers' download. What I posted is just a snippet of code you can insert in the existing macro file somewhere after the regular Unknown/Mystery part but before the children part.

Ahhhh. Got it.

 

As usual, I'm trying to make things too hard.

 

Thanks!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...