Groundspeak Forums: Lordelph's Lovely Icons - Groundspeak Forums

Jump to content

  • (6 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

Lordelph's Lovely Icons Graphic Goodness for Memory Map

#201 User is offline   dino-irl 

  • Lick the lid of life!
  • Group: +Premium Members
  • Posts: 1496
  • Joined: 14-February 05

Posted 23 July 2009 - 10:50 AM

View PostDakar4x4, on Jul 23 2009, 08:17 AM, said:


Hmm... Looks ok, and you have the Final icon in c:\gsak\userimages... can we see a copy of your icons.txt file from your macros directory? I do know the first release was setup wrongly with "Final Location" rather than just "Final" in the description field. The only other thing I can think of is when you run the macro, do you have the finals not 'flagged' and have the box ticked to only export 'flagged' icons?

Cheers,

Jon


Flagging not used at all. The quote below is the icons.txt file

Quote

# Should match most types of waypoints to an appropriate icon
# See also memory.txt for what to set $_Symbol to

# This is your cacherid, used for matching your caches to you.
$ownerid = "340827"

### No more options, edit if you're interested though..

# Default to blank white, if we can't match anything.
$cacheType = "Default"
$pre = ""

# Waypoint type lookups
#
# For geocaches, we look it up, and then lookup in the 'array'
# Key Cache Type
# ==== ============
# "B" LetterBox
# "C" CITO
# "E" Event
# "G" Benchmark
# "L" Locationless
# "M" Multi
# "O" Other
# "R" Earth
# "T" Traditional
# "U" Unknown
# "V" Virtual
# "W" Webcam

# The top set of letters (cache types in GSAK) relate to the bottom set (of Memory-Map custom icons),
# we use this as base, and add on statuses.
$cacheTypeKeys = "BCEGLMORTUVW"
$cacheTypeDesc = "Letterbox;Event;Event;Virtual;Default;Multi;Default;Earthcache;Traditional;Mystery;Virtual;Webcam;"

# It's a cache, use the above
If Left($d_Code, 2) = "GC"
$index = at($d_cacheType,$cacheTypeKeys)
$cacheType = Extract($cacheTypeDesc, ";", $index)
EndIf

# Use a special icon for micros
If $d_Container = "Micro" AND $cacheType = "Traditional"
$cacheType = "Micro"
EndIf
# And another for Motorway Mayhem caches
If not(at("MOTORWAY MAYHEM", upper($d_Name)) = 0)
if not($cacheType = "Mystery")
$cacheType = "MM"
EndIf
EndIf

# It's some non-geocaching.com thing, customise as you wish.
If Left($d_Code, 2) = "TP"
$cacheType = "Trigpoint"
EndIf

# It's some non-geocaching.com thing, customise as you wish.
If Left($d_Code, 1) = "D"
$cacheType = "Reference"
EndIf

# Now, have we found it, is it unavailable?

if $d_Found
$pre = "Found "
EndIf
If $d_Archived OR $d_TempDisabled
$pre = "Unavailable "
EndIf
if $d_OwnerId = $ownerid
$pre = "Owned "
EndIf

if $d_HasTravelBug
$pre = "Bug " + $pre
EndIf

$_Symbol = $pre + $cacheType

#children
# set default for children
$_Symbol = "Dot"
if $d_cType = "Parking Area"
$_Symbol = "Parking"
endif
if $d_cType = "Stages of a Multicache"
$_Symbol = "Stages"
endif
if $d_cType = "Question to Answer"
$_Symbol = "Question"
endif
if $d_cType = "Trailhead"
$_Symbol = "Trailhead"
endif
if $d_cType = "Final location"
$_Symbol = "Final"
endif
if $d_cType = "Reference Point"
$_Symbol = "Reference"
endif


#202 User is offline   BCNorwich 

  • From Norfolk in the UK.
  • Group: +Premium Members
  • Posts: 240
  • Joined: 14-October 05

Posted 23 July 2009 - 10:49 PM

Hello dino-irl,

Try changing the line
if $d_cType = "Final location"

To
if $d_cType = "Final Location"

Capitol L for Location

I didn't realise that I had the same problem as most of my finals were on the cache location anyway so were marked with the cache symbol. On very close inspection I saw 'Tiny Dot's on some caches. On inspection of MM properties I realised that there were no "Final" waypoints generated, in place were lots of "Tiny Dots" which is the default symbol for children.

It took several reads through of every thing to spot the mistake. I corrected the above line and now have Final Flags.

Going back to your post your icons.txt file has the same mistake.

Regards
Bernard

#203 User is offline   Stuey 

  • ...and Ozzy the Flatcoat
  • Group: +Premium Members
  • Posts: 3283
  • Joined: 02-March 03

Posted 24 July 2009 - 03:44 AM

View Postbcnorwich, on Jul 24 2009, 07:49 AM, said:

On very close inspection I saw 'Tiny Dot's on some caches. On inspection of MM properties I realised that there were no "Final" waypoints generated, in place were lots of "Tiny Dots" which is the default symbol for children.


Genius, that's the same issue I've had (very few "Tiny dots") occasionally displayed. I guess we may all have the same problem as we all started off with the same icons.txt file I expect?

Thanks! :unsure:

#204 User is offline   dino-irl 

  • Lick the lid of life!
  • Group: +Premium Members
  • Posts: 1496
  • Joined: 14-February 05

Posted 24 July 2009 - 11:54 AM

Genius indeed ;) :ph34r: :cool: :) :laughing: :laughing: :drama: B) :D :D

Many thanks to everyone that helped but especially to eagle-eyed Bernard....now I can sleep easy again :D

B)

#205 User is offline   Delta68 

  • Premium Member
  • Group: +Premium Members
  • Posts: 1470
  • Joined: 05-March 07

Posted 12 September 2009 - 02:52 PM

I've just installed the current set of icons on my new laptop and I don't like it!

Why has the Multi cache icon changed to a single 'tub'?
It looks too much like the traditional cache icon now.




Mark


(edited for iffy spelling)

This post has been edited by Delta68: 12 September 2009 - 02:54 PM


#206 User is offline   Wood Smoke 

  • Whoever?
  • Group: +Charter Members
  • Posts: 274
  • Joined: 28-February 03

Posted 17 November 2009 - 06:36 AM

I need some help please.......

I run these macros on a PC & a Laptop without any trouble.

I have tried to get them to work on a mates laptop, I have used my own files, but I just can't get the icons to show in MM.

I get all blue dots, not even any red flags, and there are no icons in MM.

I know I have made a mistake somewhere, but I can't find it...............HELP

Yours Roy

#207 User is offline   fuzzybears 

  • CallieB
  • Group: +Premium Members
  • Posts: 221
  • Joined: 11-February 05

Posted 17 November 2009 - 11:29 AM

Check where the entries in memory.txt are looking for your graphics eg C:/gsak/userimages or G:/program files/gsak /userimages

This post has been edited by fuzzybears: 17 November 2009 - 11:30 AM


#208 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 17 November 2009 - 11:41 AM

View Postfuzzybears, on Nov 17 2009, 07:29 PM, said:

Check where the entries in memory.txt are looking for your graphics eg C:/gsak/userimages or G:/program files/gsak /userimages


Or if it's a later version of XP or Vista they maybe installed under your profiles Application data directory :)

"%userprofile%\application data\gsak\userimages\"


J

#209 User is offline   maxkim 

  • Platinum Plus Member
  • Group: +Premium Members
  • Posts: 744
  • Joined: 04-March 03

Posted 04 December 2009 - 10:53 AM

Every thing was fine until some months ago and now all I get are blue dots on both the PC and the PDA, I went through a period of getting a mix of both on both... why should this be. I have tried reinstalling re editing etc all to no avail. Still running XP only things that have changed are LE's icons and GSAK updates (V7 latest). Cheers MaxKim.

This post has been edited by maxkim: 04 December 2009 - 10:54 AM


#210 User is offline   Eclectic Penguin 

  • Premium Member
  • Group: +Premium Members
  • Posts: 611
  • Joined: 15-November 05

Posted 11 December 2009 - 11:37 AM

I'm no sure what I'm doing wrong this time. I've installed the scripts for the icons several times before with no problems.

Recently I had to re-install XP and in doing so had to download and get the latest version of GSAK. I've downloaded all the files into the correct positions, changed the user number in icons.txt and the path in memory.txt, changed the dialog box to "use macro for symbol generation" but nothing works.

Looking at the final CSV file, neither the memory.txt file is added to the top nor are the individual icon codes being provided for each cache.

It's as if the icons.txt script isn't being run, yet if I change the name of the script to be run, GSAK objects so the script does appear to be running, but not doing anything.

Has anything changed in GSAK recently to cause this to break? I'm on version 7.6.2.45

#211 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 11 December 2009 - 12:33 PM

View PostEclectic Penguin, on Dec 11 2009, 07:37 PM, said:

I'm no sure what I'm doing wrong this time. I've installed the scripts for the icons several times before with no problems.

Recently I had to re-install XP and in doing so had to download and get the latest version of GSAK. I've downloaded all the files into the correct positions, changed the user number in icons.txt and the path in memory.txt, changed the dialog box to "use macro for symbol generation" but nothing works.

Looking at the final CSV file, neither the memory.txt file is added to the top nor are the individual icon codes being provided for each cache.

It's as if the icons.txt script isn't being run, yet if I change the name of the script to be run, GSAK objects so the script does appear to be running, but not doing anything.

Has anything changed in GSAK recently to cause this to break? I'm on version 7.6.2.45


The only thing that sounds like it has changed is your installation, so my money is on that. Can you confirm the path in Tools, Options, General, Application data is where you have memory.txt copied to?

J

#212 User is online   Bear and Ragged 

  • *.*
  • Group: +Premium Members
  • Posts: 6225
  • Joined: 20-August 05

Posted 11 December 2009 - 12:53 PM

View PostEclectic Penguin, on Dec 11 2009, 07:37 PM, said:

Has anything changed in GSAK recently to cause this to break? I'm on version 7.6.2.45


If you do a new install/re-install, I think GSAK installs parts in different areas, to make it work easier with Vista and the latest one...

Don't know how that affects Windows XP. :)

#213 User is offline   Eclectic Penguin 

  • Premium Member
  • Group: +Premium Members
  • Posts: 611
  • Joined: 15-November 05

Posted 11 December 2009 - 02:13 PM

I found an old install bundle of GSAK on another computer this evening. Version 7.5.1.28 and installed that.

I got everything working perfectly in 5 minutes. Something has definitely changed with the latest versions that make getting the icons and scripts to work a lot more problematical, on XP at least.

I'm thankful I had the old version still lying around and won't be changing or upgrading any time soon...

#214 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 11 December 2009 - 02:19 PM

View PostEclectic Penguin, on Dec 11 2009, 10:13 PM, said:

I found an old install bundle of GSAK on another computer this evening. Version 7.5.1.28 and installed that.

I got everything working perfectly in 5 minutes. Something has definitely changed with the latest versions that make getting the icons and scripts to work a lot more problematical, on XP at least.

I'm thankful I had the old version still lying around and won't be changing or upgrading any time soon...


So did you check the settings? The symptoms you describe are icons.txt not finding memory.txt. The check above would confirm if you had it in the correct directory or not.

J

#215 User is offline   maxkim 

  • Platinum Plus Member
  • Group: +Premium Members
  • Posts: 744
  • Joined: 04-March 03

Posted 11 December 2009 - 11:24 PM

View PostEclectic Penguin, on Dec 11 2009, 03:13 PM, said:

I found an old install bundle of GSAK on another computer this evening. Version 7.5.1.28 and installed that.

I got everything working perfectly in 5 minutes. Something has definitely changed with the latest versions that make getting the icons and scripts to work a lot more problematical, on XP at least.

I'm thankful I had the old version still lying around and won't be changing or upgrading any time soon...

For info I am running XP as well. Do you have a copy of the old version I could use? Cheers Max

#216 User is offline   maxkim 

  • Platinum Plus Member
  • Group: +Premium Members
  • Posts: 744
  • Joined: 04-March 03

Posted 12 December 2009 - 12:23 AM

View Postmaxkim, on Dec 12 2009, 12:24 AM, said:

View PostEclectic Penguin, on Dec 11 2009, 03:13 PM, said:

I found an old install bundle of GSAK on another computer this evening. Version 7.5.1.28 and installed that.

I got everything working perfectly in 5 minutes. Something has definitely changed with the latest versions that make getting the icons and scripts to work a lot more problematical, on XP at least.

I'm thankful I had the old version still lying around and won't be changing or upgrading any time soon...

For info I am running XP as well. Do you have a copy of the old version I could use? Cheers Max

Found a 7.5 version... here's hopeing... M

#217 User is offline   maxkim 

  • Platinum Plus Member
  • Group: +Premium Members
  • Posts: 744
  • Joined: 04-March 03

Posted 12 December 2009 - 12:53 AM

Yes all works again now using v7.5 and XP.... and that's on all three of my PC's... strange... :laughing: . It also answers why I lost the icons in stages.... must have been as I upgraded each PC over a period of weeks.

This post has been edited by maxkim: 12 December 2009 - 12:54 AM


#218 User is offline   Eclectic Penguin 

  • Premium Member
  • Group: +Premium Members
  • Posts: 611
  • Joined: 15-November 05

Posted 13 December 2009 - 04:08 AM

View PostDakar4x4, on Dec 11 2009, 10:19 PM, said:


So did you check the settings? The symptoms you describe are icons.txt not finding memory.txt. The check above would confirm if you had it in the correct directory or not.

J



Settings and files were identical in both - I went through the same process.

On the newest version, when I export, although it appears to look for the icons.txt script, a step appears to be missing where a box called "Macro Status" with a progress bar appears on the old version while its processing the icons.txt script.

This post has been edited by Eclectic Penguin: 13 December 2009 - 04:09 AM


#219 User is offline   maxkim 

  • Platinum Plus Member
  • Group: +Premium Members
  • Posts: 744
  • Joined: 04-March 03

Posted 13 December 2009 - 07:43 AM

Having played with this a bit more I notice that the 'UserImages' folder has changed its name to 'images' and the 'Macros' folder has gone completely... sure this doesn't help.... Thoughts from a none expert.... M

This post has been edited by maxkim: 13 December 2009 - 07:43 AM


#220 User is offline   BCNorwich 

  • From Norfolk in the UK.
  • Group: +Premium Members
  • Posts: 240
  • Joined: 14-October 05

Posted 13 December 2009 - 08:05 AM

Hello There,

There has been some alterations as to where particular folders reside in latter editions of GSAK. Please see the thread in this link it might help especially Clydes comments "To find the exact "macros" folder, use the "GSAK folder finder" via the "Tools" menu option. "

Regards
Bernard

#221 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 13 December 2009 - 08:27 AM

View Postbcnorwich, on Dec 13 2009, 04:05 PM, said:

Hello There,

There has been some alterations as to where particular folders reside in latter editions of GSAK. Please see the thread in this link it might help especially Clydes comments "To find the exact "macros" folder, use the "GSAK folder finder" via the "Tools" menu option. "

Regards
Bernard


Location/change of userimages directory isn't relevant for this script as the path to the image is explicitly listed in MEMORY.TXT, just make sure the path to where the icons are exists and that is does indeed contain the icons. If you get this wrong, the script still works, but you will get blue dots instead.

What you do need to make sure is that MEMORY.TXT is placed in the directory GSAK has defined as being "APPLICATION DATA" and that ICONS.TXT is placed in the MACRO directory underneath this. Select "TOOLS" and "GSAK FOLDER FINDER". Select "APPLICATION DATA" from the pull down menu and click "SHOW". This is where your MEMORY.TXT should be and your MACROS go in the MACROS subdirectory.

You then tick the box for "use macro for symbol generation" and simply list "ICONS.TXT" (without any path information) in the box below it. Then as Aleksandr says, it's Simples!

J

#222 User is offline   maxkim 

  • Platinum Plus Member
  • Group: +Premium Members
  • Posts: 744
  • Joined: 04-March 03

Posted 13 December 2009 - 01:46 PM

View PostDakar4x4, on Dec 13 2009, 09:27 AM, said:

View Postbcnorwich, on Dec 13 2009, 04:05 PM, said:

Hello There,

There has been some alterations as to where particular folders reside in latter editions of GSAK. Please see the thread in this link it might help especially Clydes comments "To find the exact "macros" folder, use the "GSAK folder finder" via the "Tools" menu option. "

Regards
Bernard


Location/change of userimages directory isn't relevant for this script as the path to the image is explicitly listed in MEMORY.TXT, just make sure the path to where the icons are exists and that is does indeed contain the icons. If you get this wrong, the script still works, but you will get blue dots instead.

What you do need to make sure is that MEMORY.TXT is placed in the directory GSAK has defined as being "APPLICATION DATA" and that ICONS.TXT is placed in the MACRO directory underneath this. Select "TOOLS" and "GSAK FOLDER FINDER". Select "APPLICATION DATA" from the pull down menu and click "SHOW". This is where your MEMORY.TXT should be and your MACROS go in the MACROS subdirectory.

You then tick the box for "use macro for symbol generation" and simply list "ICONS.TXT" (without any path information) in the box below it. Then as Aleksandr says, it's Simples!

J

Thanks will try that, I had misunderstood from previous posts that nothing had changed.... obviously not the case. Does GSAK not place things any old where, why does everyone have to use this tools thingy to find the folder , doen't it have a fixed location? Sorry if this is a thicky question... Cheers MaxKim. :D :D

#223 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 13 December 2009 - 03:19 PM

View Postmaxkim, on Dec 13 2009, 09:46 PM, said:

Thanks will try that, I had misunderstood from previous posts that nothing had changed.... obviously not the case. Does GSAK not place things any old where, why does everyone have to use this tools thingy to find the folder , doen't it have a fixed location? Sorry if this is a thicky question... Cheers MaxKim. :D :D


If you are looking to aportion blame, then try Microsnot, it is their guidelines that I believe the product now adheres to.

In essence though, nothing has changed if you simply upgrade, all the 'defaults' you chose during your original installation will be maintained and both GSAK and the Macro's will continue to work as they always did, as per several peoples observations on here about changing things and it still working... However, if you do a FRESH installation of GSAK, then the new defaults come in to play. Thus, it is YOUR configuration that has changed, not the product, and you will need to change your macro's placement and setup to match the NEW defaults, or to change the defaults back to how your application used to be configured.

J

#224 User is offline   maxkim 

  • Platinum Plus Member
  • Group: +Premium Members
  • Posts: 744
  • Joined: 04-March 03

Posted 14 December 2009 - 09:15 AM

View PostDakar4x4, on Dec 13 2009, 04:19 PM, said:

View Postmaxkim, on Dec 13 2009, 09:46 PM, said:

Thanks will try that, I had misunderstood from previous posts that nothing had changed.... obviously not the case. Does GSAK not place things any old where, why does everyone have to use this tools thingy to find the folder , doen't it have a fixed location? Sorry if this is a thicky question... Cheers MaxKim. :) :lol:


If you are looking to aportion blame, then try Microsnot, it is their guidelines that I believe the product now adheres to.

In essence though, nothing has changed if you simply upgrade, all the 'defaults' you chose during your original installation will be maintained and both GSAK and the Macro's will continue to work as they always did, as per several peoples observations on here about changing things and it still working... However, if you do a FRESH installation of GSAK, then the new defaults come in to play. Thus, it is YOUR configuration that has changed, not the product, and you will need to change your macro's placement and setup to match the NEW defaults, or to change the defaults back to how your application used to be configured.

J

Not blame but to understand why.... it should be different on different PC's :lol:

#225 User is offline   Pieman 

  • Premium Member
  • Group: +Premium Members
  • Posts: 578
  • Joined: 09-April 04

Posted 15 December 2009 - 02:49 AM

View PostDakar4x4, on Dec 13 2009, 11:19 PM, said:

View Postmaxkim, on Dec 13 2009, 09:46 PM, said:

Thanks will try that, I had misunderstood from previous posts that nothing had changed.... obviously not the case. Does GSAK not place things any old where, why does everyone have to use this tools thingy to find the folder , doen't it have a fixed location? Sorry if this is a thicky question... Cheers MaxKim. :antenna: :antenna:


If you are looking to aportion blame, then try Microsnot, it is their guidelines that I believe the product now adheres to.

In essence though, nothing has changed if you simply upgrade, all the 'defaults' you chose during your original installation will be maintained and both GSAK and the Macro's will continue to work as they always did, as per several peoples observations on here about changing things and it still working... However, if you do a FRESH installation of GSAK, then the new defaults come in to play. Thus, it is YOUR configuration that has changed, not the product, and you will need to change your macro's placement and setup to match the NEW defaults, or to change the defaults back to how your application used to be configured.

J

So if I simply upgrade to the latest GSAK version on an XP computer am I right in saying I shouldn't get the dreaded blue dots? I have held off upgrading after seeing this and similar threads elsewhere.

#226 User is online   Bear and Ragged 

  • *.*
  • Group: +Premium Members
  • Posts: 6225
  • Joined: 20-August 05

Posted 15 December 2009 - 10:25 AM

View PostPieman, on Dec 15 2009, 10:49 AM, said:

View PostDakar4x4, on Dec 13 2009, 11:19 PM, said:

View Postmaxkim, on Dec 13 2009, 09:46 PM, said:

Thanks will try that, I had misunderstood from previous posts that nothing had changed.... obviously not the case. Does GSAK not place things any old where, why does everyone have to use this tools thingy to find the folder , doen't it have a fixed location? Sorry if this is a thicky question... Cheers MaxKim. :antenna: :antenna:


If you are looking to aportion blame, then try Microsnot, it is their guidelines that I believe the product now adheres to.

In essence though, nothing has changed if you simply upgrade, all the 'defaults' you chose during your original installation will be maintained and both GSAK and the Macro's will continue to work as they always did, as per several peoples observations on here about changing things and it still working... However, if you do a FRESH installation of GSAK, then the new defaults come in to play. Thus, it is YOUR configuration that has changed, not the product, and you will need to change your macro's placement and setup to match the NEW defaults, or to change the defaults back to how your application used to be configured.

J

So if I simply upgrade to the latest GSAK version on an XP computer am I right in saying I shouldn't get the dreaded blue dots? I have held off upgrading after seeing this and similar threads elsewhere.

Yes.
If you have GSAK already installed, any updates update what is already there and where it already is.

If you install GSAK for the first time it installs things according to microsoft guidelines for Vista and the new one (Whatever it's called...)

#227 User is offline   Pieman 

  • Premium Member
  • Group: +Premium Members
  • Posts: 578
  • Joined: 09-April 04

Posted 15 December 2009 - 11:55 AM

Thanks for the advice. All icons fine after upgrade :antenna:

This post has been edited by Pieman: 15 December 2009 - 11:55 AM


#228 User is offline   thunderbird30 

  • Premium Member
  • Group: +Premium Members
  • Posts: 120
  • Joined: 14-February 02

Posted 15 December 2009 - 01:32 PM

Thanks for the help! I can confirm that this makes it work on Windows 7!

#229 User is offline   TheWeston's 

  • Premium Member
  • Group: +Premium Members
  • Posts: 83
  • Joined: 15-October 05

Posted 21 May 2010 - 11:04 AM

Sorry to resurect a very old thread but I have spent a long while trying to sort this out and I am sure there is an obvious answer.

My virtual icons are still not transparent. I have downloaded the file today so I am sure its the latest one, I have deleted the folder and got blue dots, extracted the file and got icons again - so I am sure I am working in the correct folder but I am still getting white backgrounds on virtuals.

Any other ideas?

#230 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 21 May 2010 - 02:39 PM

View PostTheWeston's, on May 21 2010, 08:04 PM, said:

Sorry to resurect a very old thread but I have spent a long while trying to sort this out and I am sure there is an obvious answer.

My virtual icons are still not transparent. I have downloaded the file today so I am sure its the latest one, I have deleted the folder and got blue dots, extracted the file and got icons again - so I am sure I am working in the correct folder but I am still getting white backgrounds on virtuals.

Any other ideas?


The reason you are not getting a transparent background on those icons is the background isn't transparent. Either open them in an image editor and flood fill the background in white (R255,G255,B255) or drop me a note with your email address and I'll mail you copies already edited.

I believe the icons recently underwent some necessary 'editing' and I guess the non transparent backgrounds have crept in as part of that edit.

Cheers,

Jon.

PS - I think you'll find some of the event ones also have none transparent backgrounds in the current zip.

This post has been edited by Dakar4x4: 21 May 2010 - 03:00 PM


#231 User is offline   lordelph 

  • Premium Member
  • Group: +Premium Members
  • Posts: 583
  • Joined: 28-August 04

Posted 25 May 2010 - 01:12 AM

View PostDakar4x4, on May 22 2010, 12:39 AM, said:

The reason you are not getting a transparent background on those icons is the background isn't transparent. Either open them in an image editor and flood fill the background in white (R255,G255,B255) or drop me a note with your email address and I'll mail you copies already edited.
you'll find some of the event ones also have none transparent backgrounds in the current zip.


If you send your edits to lordelph at gmail.com I'll update the download.

#232 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 25 May 2010 - 02:41 AM

View Postlordelph, on May 25 2010, 10:12 AM, said:

View PostDakar4x4, on May 22 2010, 12:39 AM, said:

The reason you are not getting a transparent background on those icons is the background isn't transparent. Either open them in an image editor and flood fill the background in white (R255,G255,B255) or drop me a note with your email address and I'll mail you copies already edited.
you'll find some of the event ones also have none transparent backgrounds in the current zip.


If you send your edits to lordelph at gmail.com I'll update the download.


Will do.... Have them on my home PC, so will send them over this evening when I get 'ome :rolleyes:

Cheers,

Jon

#233 User is offline   lordelph 

  • Premium Member
  • Group: +Premium Members
  • Posts: 583
  • Joined: 28-August 04

Posted 25 May 2010 - 01:48 PM

View PostDakar4x4, on May 25 2010, 12:41 PM, said:

Will do.... Have them on my home PC, so will send them over this evening when I get 'ome :)


Many thanks - the regular download link now has these updates incorporated!

This post has been edited by lordelph: 25 May 2010 - 01:48 PM


#234 User is offline   Sue and Bernie 

  • Sue and Bernie
  • Group: +Premium Members
  • Posts: 535
  • Joined: 14-September 01

Posted 25 May 2010 - 02:02 PM

LD - would you mind posting "the regular download link" here at the current thread end (then I know I've got the right one).

Just had a faff getting the icons up and running on a Samsung netbook.... sorted it all eventually inc custom icons to the GPS too. I used an old set of downloads and like the sound of the transparent ones...

TIA...

#235 User is offline   lordelph 

  • Premium Member
  • Group: +Premium Members
  • Posts: 583
  • Joined: 28-August 04

Posted 26 May 2010 - 10:32 AM

It's in the very first post on this thread: http://files.dixo.ne...elphs_icons.zip

#236 User is offline   Sue and Bernie 

  • Sue and Bernie
  • Group: +Premium Members
  • Posts: 535
  • Joined: 14-September 01

  Posted 27 May 2010 - 02:46 PM

View Postlordelph, on May 26 2010, 06:32 PM, said:

It's in the very first post on this thread: http://files.dixo.ne...elphs_icons.zip


Aah! the last place I would have looked! I would have expected that to be well out of date. I had worked back from the last post... Thank you...

#237 User is offline   Nick & Ali 

  • Charter Member
  • Group: +Charter Members
  • Posts: 1121
  • Joined: 01-October 02

Posted 27 May 2010 - 10:17 PM

Rats - I've now got the dreaded blue dots instead of the icons after updating.......

#238 User is offline   HazelS 

  • Not vicious or malicious, just lovely & delicious!
  • Group: +Premium Members
  • Posts: 3057
  • Joined: 18-February 05

Posted 05 July 2010 - 11:48 AM

OK... please remember I'm a complete numpty... I don't understand scripts and that kind of talk, but I really need LE's lovely icons back on MM now I've had a rebuild.

I am now using the latest GSAK and Windows 7 - if I download the script will I get the dreaded blue dots?

#239 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 05 July 2010 - 12:35 PM

View PostHazelS, on Jul 5 2010, 08:48 PM, said:

OK... please remember I'm a complete numpty... I don't understand scripts and that kind of talk, but I really need LE's lovely icons back on MM now I've had a rebuild.

I am now using the latest GSAK and Windows 7 - if I download the script will I get the dreaded blue dots?


Windows 7? Yes, most probably you will. I do not believe there is a way to parameterise the Application data and user images folder where the icons usually install to using GSAK. It'll need hard coding or an alternate location for icons will need to be found that is accesible to GSAK.

J

#240 User is offline   Graculus 

  • Volunteer Reviewer for the UK
  • Group: +Premium Members
  • Posts: 748
  • Joined: 28-July 08

Posted 05 July 2010 - 10:21 PM

I did re-write my 'how to' guide for Windows Vista/7 - it is detailed but does involve editing the files as they have to be linked to where GSAK installs things in the Application Data folder. I've included a bit about editing one of the files to reduce the number of cache types if you are going to transfer the data to a PDA otherwise that displays blue dots!
Have a look, it may help!

Chris
Graculus
Volunteer UK Reviewer for geocaching.com
UK Geocaching Information & Resources website www.follow-the-arrow.co.uk
Geocaching.com Knowledge Books

#241 User is offline   rutson 

  • Premium Member
  • Group: +Premium Members
  • Posts: 3889
  • Joined: 05-May 04

Posted 06 July 2010 - 01:06 AM

There's always my GSAK Memory map export macro, rMMe:

http://gsak.net/boar...showtopic=13032

Features:
"One-click" install of macro and icons
Auto-detection of Memory map executable path
Automatic opening of generated files in Memory Map (optional)
Customisable links

#242 User is offline   Matrix 

  • Premium Member
  • Group: +Premium Members
  • Posts: 831
  • Joined: 04-August 01

Posted 09 September 2010 - 05:03 AM

View Postlost it, on Jan 26 2007, 03:09 PM, said:

View PostKFBradley, on Jan 26 2007, 08:43 AM, said:

How about icons for Mega Events and Benchmarks?



we don't have them in this country


We do now ..well Mega events anyway <_<

#243 User is offline   Stuey 

  • ...and Ozzy the Flatcoat
  • Group: +Premium Members
  • Posts: 3283
  • Joined: 02-March 03

Posted 24 October 2010 - 10:53 AM

View PostGraculus, on Jul 6 2010, 07:21 AM, said:

I did re-write my 'how to' guide for Windows Vista/7 - it is detailed but does involve editing the files as they have to be linked to where GSAK installs things in the Application Data folder.


Thanks Chris, I was really struggling to set this up again on my new laptop. I couldn't understand why the changes I'd made to memory.txt weren't making any difference. I then deleted memory.txt, and the macro still ran! Decided to trawl the forum, and lo and behold, found your wonderful guide to setting this up on Windows 7. Thanks so much, from a newly "Windows 7" enlightened techie. I learnt a few interesting facts about this new OS as well as getting the macro to work!

Cheers!
Stuey :D

#244 User is offline   Sue and Bernie 

  • Sue and Bernie
  • Group: +Premium Members
  • Posts: 535
  • Joined: 14-September 01

  Posted 11 November 2010 - 04:33 AM

Tranferring GSAK and installing MM to a new PC and I cannot get the LD icons to show in the new installation of MM! Blue dot hell again. I have edited "memory.txt" to the correct path for the icon bmps.

GSAK looks ok - if I import the GSAK MM output into my old PC installation, the icons are fine.

The difference I note is that my new MM installation is not "seeing" the icons (Under Overlay/Icons, there are no icons listed). In my old MM installation, the icons are all listed there and the csv import works as advertised.

My brain is addled :laughing: now.... I cannot see the error

#245 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 11 November 2010 - 04:36 AM

View PostSue and Bernie, on Nov 11 2010, 12:33 PM, said:

Tranferring GSAK and installing MM to a new PC and I cannot get the LD icons to show in the new installation of MM! Blue dot hell again. I have edited "memory.txt" to the correct path for the icon bmps.

GSAK looks ok - if I import the GSAK MM output into my old PC installation, the icons are fine.

The difference I note is that my new MM installation is not "seeing" the icons (Under Overlay/Icons, there are no icons listed). In my old MM installation, the icons are all listed there and the csv import works as advertised.

My brain is addled :laughing: now.... I cannot see the error


Where have you installed the icons on the new PC and what have you listed as the path in Memory.Txt?

Cheers,

Jon.

#246 User is offline   Mad H@ter 

  • Have I gone mad?
  • Group: +Premium Members
  • Posts: 1676
  • Joined: 19-August 03

Posted 11 November 2010 - 05:22 AM

View PostSue and Bernie, on Nov 11 2010, 12:33 PM, said:

Tranferring GSAK and installing MM to a new PC and I cannot get the LD icons to show in the new installation of MM! Blue dot hell again. I have edited "memory.txt" to the correct path for the icon bmps.

GSAK looks ok - if I import the GSAK MM output into my old PC installation, the icons are fine.

The difference I note is that my new MM installation is not "seeing" the icons (Under Overlay/Icons, there are no icons listed). In my old MM installation, the icons are all listed there and the csv import works as advertised.

My brain is addled :laughing: now.... I cannot see the error

I had this problem and it was due to having too many icons installed on MM. I had to go through and delete them all, the ones that are needed were automatically re-installed to MM once I ran the macro.

#247 User is offline   Sue and Bernie 

  • Sue and Bernie
  • Group: +Premium Members
  • Posts: 535
  • Joined: 14-September 01

Posted 11 November 2010 - 06:53 AM

View PostDakar4x4, on Nov 11 2010, 12:36 PM, said:

View PostSue and Bernie, on Nov 11 2010, 12:33 PM, said:

Tranferring GSAK and installing MM to a new PC and I cannot get the LD icons to show in the new installation of MM! Blue dot hell again. I have edited "memory.txt" to the correct path for the icon bmps.

GSAK looks ok - if I import the GSAK MM output into my old PC installation, the icons are fine.

The difference I note is that my new MM installation is not "seeing" the icons (Under Overlay/Icons, there are no icons listed). In my old MM installation, the icons are all listed there and the csv import works as advertised.

My brain is addled :laughing: now.... I cannot see the error


Where have you installed the icons on the new PC and what have you listed as the path in Memory.Txt?

Cheers,

Jon.


UserImages folder and yep! I've edited the memory.txt file accordingly

#248 User is offline   Sue and Bernie 

  • Sue and Bernie
  • Group: +Premium Members
  • Posts: 535
  • Joined: 14-September 01

  Posted 11 November 2010 - 06:55 AM

View PostMad H@ter, on Nov 11 2010, 01:22 PM, said:

I had this problem and it was due to having too many icons installed on MM. I had to go through and delete them all, the ones that are needed were automatically re-installed to MM once I ran the macro.


Fresh installation of MM on the new PC hence there are no icons listed (unfortunately)!

#249 User is offline   Jonovich 

  • Head of IT, Compare the Meerkat
  • Group: +Premium Members
  • Posts: 1243
  • Joined: 16-October 04

Posted 11 November 2010 - 07:49 AM

View PostSue and Bernie, on Nov 11 2010, 02:53 PM, said:

UserImages folder and yep! I've edited the memory.txt file accordingly


So you have a path something like: -

Quote

101,"C:\Documents and Settings\Jon Hudson\Application Data\gsak\UserImages\_DefaultN.bmp","Default"
etc...


Defined in your memory.txt file? Where "Jon Hudson" is whatever Windows ID you are using?

Jon.

#250 User is offline   Sue and Bernie 

  • Sue and Bernie
  • Group: +Premium Members
  • Posts: 535
  • Joined: 14-September 01

Posted 11 November 2010 - 09:45 AM

Thinking..,

This post has been edited by Sue and Bernie: 11 November 2010 - 09:46 AM


Share this topic:


  • (6 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic