|
Determining the order of the icons is something controlled in the PalmOS and it would probably be up to them to allow changing the order. Changing the name used in the icon display (and therefor where the icon would fall alphabetically) should be within control of Good and probably could be implemented without much issue.
At present renaming may not be supported directly, but where there is a will there is a way. Poking around with FileZ I was looking at a different app and found that the name used in the icon display is contained in resource tAIN #1000 of the PRC file. You can see this when using the FileZ hex editor, but you can't change it... the current version of FileZ only allows actual editing for database files I believe. I took the app and copied it to my PC, tracked down the proper icon name string in a full-fledged hex editor, changed it as desired then transferred the PRC back to my Treo. The program now showed up under a different name in the icon screen and in the appropriate alphabetical order for that new name. Looking at the GoodLink.prc program I found the same tAIN #1000 resource, and the data in there was " GoodLink". That is two leading spaces then GoodLink, no quotes. There is some sort of a control/end of field character at the end as well that should probably be left alone. So changing the order can be done, and should be possible with the GoodLink app as well. With this said...
*Warning!*
I did not try this with the GoodLink PRC file, only a different PRC that wasn't a program that would run on my 700p as it was. I don't know if changing this one string impacts anything besides the way/order programs show up in the icon view. It is entirely possible that tinkering with this could break functionality of a component. If this is attempted be sure you have a backup of the program. Heck, editing the file could be a violation of the Good software licensing agreement to boot. Understand what you are getting yourself into if you try this.
I like to take things apart. 
-Craig
|
|
|