|
|
View Poll Results: What GPS Program do you use?
|
|
iGuidance
|
  
|
607 |
57.00% |
|
MapPoint
|
  
|
56 |
5.26% |
|
Destinator
|
  
|
185 |
17.37% |
|
Streets & Trips
|
  
|
90 |
8.45% |
|
Other
|
  
|
127 |
11.92% |
 |
|
04-13-2007, 06:59 PM
|
#736
|
|
Constant Bitrate
Join Date: Jan 2007
Location: Columbus, OH
Posts: 140
|
If you are that bored I have something for you. I have the latest version of your skin, but the GPS Speedo in GPS Stats is still off. If I change between KPH and MPH the numberic value stays the same. Is there something I need to do to correct the accuracy, at least on the MPH as that is what I use.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
04-13-2007, 07:31 PM
|
#737
|
|
Constant Bitrate
Join Date: Sep 2000
Location: Stockton, CA USA
Posts: 124
|
Digital Date/Time Bug
When I choose the Digital Date/Time option, the skin disappears. The only way to fix it, is to re-install the skin.
|
|
|
04-13-2007, 07:40 PM
|
#738
|
|
Low Bitrate
Join Date: Jan 2006
Location: Kingsport, TN
Posts: 110
|
Link for your .com is dead, at least at the moment.
__________________
Tennessee Vols Fan
|
|
|
04-13-2007, 07:45 PM
|
#739
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
John,
First of all, nice, very nice.
Second a few observations.
1. There should be a warning that you will be updating the RoadRunner exe. (if there is I didn't see it)
2. Doesn't show up in a skin browser (ie there is no preview of what it looks like)
3. You are using some hardcoder paths in the ini files, try to use $rrpath$ wherever possible when referencing sub folder to RR. (You know I never install things to C: , just ask sonic  )
4. When changing skin colour there is no option to go to the other settings only back out to main menu.
5. OK this is nitpicking, but I love to nit pick, one line in the installer says 'The ........skin will installd . . . .' . I said it was nitpicking.
On the whole good work, I haven't had the chance to test a lot of the features out but it looks damn good.
Oh yeah
6. Where is the help file? I thought there was one, there is some sort of HTML help installer but I didn't see a help file.
E.
Additional.
Pressing Search in Audio Browser causes JTTPlugin to crash with an error 'Make sure you are using classic skin' (I am so I suspect another hard coded path?)
Last edited by Enforcer; 04-13-2007 at 08:05 PM.
|
|
|
04-13-2007, 08:35 PM
|
#740
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
[QUOTE=Enforcer;1047838]John,
First of all, nice, very nice.
Second a few observations.
Quote: Originally Posted by Enforcer 
1. There should be a warning that you will be updating the RoadRunner exe. (if there is I didn't see it)
Sorry, I forgot all about that one. It is simply just the latest RR that came out a couple of days ago, but I will definately add a warning to the installer.
Quote: Originally Posted by Enforcer 
2. Doesn't show up in a skin browser (ie there is no preview of what it looks like)
Thats a RR problem. It is not displaying the .png images in the skin browser skin. In the mean time I put the .jpg versions in there as well so it will at least show up in the list.
Quote: Originally Posted by Enforcer 
3. You are using some hardcoder paths in the ini files, try to use $rrpath$ wherever possible when referencing sub folder to RR. (You know I never install things to C: , just ask sonic  )
I have removed all of the hard coded paths that I know of. I will look and see if I missed any. Can you give me some insight what went wrong for you?
Quote: Originally Posted by Enforcer 
4. When changing skin colour there is no option to go to the other settings only back out to main menu.
Thats due to a RELOADSKIN path to apply the changes. I replaced the code with "RELOADSKIN||Load;SkinSettings.skin" and fixed it.
Quote: Originally Posted by Enforcer 
5. OK this is nitpicking, but I love to nit pick, one line in the installer says 'The ........skin will installd . . . .' . I said it was nitpicking. 
Fixed
Quote: Originally Posted by Enforcer 
On the whole good work, I haven't had the chance to test a lot of the features out but it looks damn good.
Thanks, I have spent countless hours on this skin!
Quote: Originally Posted by Enforcer 
6. Where is the help file? I thought there was one, there is some sort of HTML help installer but I didn't see a help file.
It should have been copied right to your desktop.
Quote: Originally Posted by Enforcer 
7. Pressing Search in Audio Browser causes JTTPlugin to crash with an error 'Make sure you are using classic skin' (I am so I suspect another hard coded path?)
Not sure whats causing that, I will have to look into it. I haven't touched that skin/ code in quite a few releases, so not sure what went wrong.
And BTW, thank you! this is the kind of information I was hoping for. Its so easy for me to overlook simple little things when working on such a big project at times!
|
|
|
04-13-2007, 09:09 PM
|
#741
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Quote: Originally Posted by JohnWPB 
Sorry, I forgot all about that one. It is simply just the latest RR that came out a couple of days ago, but I will definately add a warning to the installer.
Cool
Thats a RR problem. It is not displaying the .png images in the skin browser skin. In the mean time I put the .jpg versions in there as well so it will at least show up in the list.
I think you just need to put a menu_off.jpg in there.
I have removed all of the hard coded paths that I know of. I will look and see if I missed any. Can you give me some insight what went wrong for you?
Well the line
picspath=C:\Program Files\Road Runner\skins\DigitalFX 2.0\Backgrounds
in
RR_Add-2-.ini
But also
these two lines
picspath=e:\Program Files\Road Runner\skins\DigitalFX 2.0\Backgrounds
background=E:\Program Files\Road Runner\skins\Digitalfx 2.0\Backgrounds\Sunset Clouds.jpg
in
skin.ini
and I suspect the JTTPlugin is probably hardcoded to C:
Thats due to a RELOADSKIN path to apply the changes. I replaced the code with "RELOADSKIN||Load;SkinSettings.skin" and fixed it.
K
Fixed
K
Thanks, I have spent countless hours on this skin!
It should have been copied right to your desktop.
Got it
Hmm, that's ripe for nitpicking
Not sure whats causing that, I will have to look into it. I haven't touched that skin/ code in quite a few releases, so not sure what went wrong.
Possible hardcoded path in the autoit script?
And BTW, thank you! this is the kind of information I was hoping for. Its so easy for me to overlook simple little things when working on such a big project at times!
Tell me about it, that's one of the things I hate, you get loads of downloads but the feedback popsts are generally non existent, so you don't know if it's good or not.
Not sure whether to release my current updates for iDrive Classic and iDrive Night Red to bring them in line with iDrive Night green or wait till I have had a play with the transparancies
I take it the background can't be changed on the fly, ie between each skin.
Last edited by Enforcer; 04-13-2007 at 09:10 PM.
Reason: just
|
|
|
04-13-2007, 09:14 PM
|
#742
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Quote: Originally Posted by jarred 
When I choose the Digital Date/Time option, the skin disappears. The only way to fix it, is to re-install the skin.
Well, it didnt really "disappear" for say, it was just transparent LITERALLY  hahaha if you hit the ESC key it would take you back to the first menu screen, Anhow it's resolved! I forgot to change one of the skin files in the "Menus" folder to use the PNG's and not the old Jpg's. There are a total of 10 (Ten) Different menu skins to make the options on the menu screen possible.
As the the site being down, I have been checking and have not seen it down... from here at least.
On the phone now with SangreDeThor and the updated version with all corrections mentioned thus far, is uploading to his server. He noticed significantly more traffic tonight than usual  (almost 3 gigs in 4 hours) Should be 9:45 or so and it will be ready for download again. EDIT: Skin is uploaded and ready to go!
Many thanks to SangreDeThor for hosting the file!
Last edited by JohnWPB; 04-13-2007 at 09:47 PM.
|
|
|
04-13-2007, 09:56 PM
|
#743
|
|
Constant Bitrate
Join Date: Nov 2004
Location: Chambersburg, PA
Posts: 172
|
question about Backgrounds
I noticed a couple size for backgrounds.
856 X 600
800 X 600
865 X 593
If I wanted to add my own Background .
What size should I be using? 800 X 600 ?
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
04-13-2007, 09:59 PM
|
#744
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Quote: Originally Posted by Bump 
I noticed a couple size for backgrounds.
856 X 600
800 X 600
865 X 593
If I wanted to add my own Background .
What size should I be using? 800 X 600 ?
You can use ANY size image, and RR will resize it to fit on the fly. The reason for the strange sizes is the limitation on hos I did the preview on the left. With a 800 x 600 image, it doesn't quite cover the area behind the transparent menu overlay. I just tweaked the images a bit to fit correctly in the preview for aesthetics is all.
|
|
|
04-13-2007, 10:10 PM
|
#745
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Ok one disadvantage of your installer installing the lastest RoadRunner.exe is
if you use the uninstaller you lose RoadRunner.exe.
|
|
|
04-13-2007, 10:12 PM
|
#746
|
|
Constant Bitrate
Join Date: Sep 2006
Location: Sabattus, ME
Posts: 222
|
Muahaha. i love new files!!
__________________
CarPuter: 900Mhz P3 with 256 MB Mem, 160 Gig HD (Thanks kbreeden), Iguidance 3.0 GPS, Logitech PS2 keyboard, Bluetooth, WIFI.
Powered By Road Runner & DigitalFX Skin and Playlist Conveter
|
|
|
04-13-2007, 10:24 PM
|
#747
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Quote: Originally Posted by Enforcer 
Ok one disadvantage of your installer installing the lastest RoadRunner.exe is if you use the uninstaller you lose RoadRunner.exe. 
Theres a simple answer to uninstalling the skin: :  :
Hahha I never though about that, I will definitely remove the RR.exe from the next release. Honestly.... I just didn't want a flood of PM's IM's Emails & Posts as to why the skin didn't work, as the release did just come out 2 days ago. It seemed like a quick and simple fix, and was totally done without thought on my part it appears!
|
|
|
04-13-2007, 10:34 PM
|
#748
|
|
Constant Bitrate
Join Date: Sep 2000
Location: Stockton, CA USA
Posts: 124
|
Quote: Originally Posted by JohnWPB 
Well, it didnt really "disappear" for say, it was just transparent LITERALLY  hahaha if you hit the ESC key it would take you back to the first menu screen, Anhow it's resolved! I forgot to change one of the skin files in the "Menus" folder to use the PNG's and not the old Jpg's. There are a total of 10 (Ten) Different menu skins to make the options on the menu screen possible.
As the the site being down, I have been checking and have not seen it down... from here at least.
On the phone now with SangreDeThor and the updated version with all corrections mentioned thus far, is uploading to his server. He noticed significantly more traffic tonight than usual  (almost 3 gigs in 4 hours) Should be 9:45 or so and it will be ready for download again. EDIT: Skin is uploaded and ready to go!
Many thanks to SangreDeThor for hosting the file!
Wow, I wish Microsoft was this fast at fixing bugs. Thanks for the wonderful skin! Skins like this make it hard to part with money to buy the competition. Please note that I am not talking about Streetdeck.....
|
|
|
04-13-2007, 10:36 PM
|
#749
|
|
Low Bitrate
Join Date: Feb 2007
Posts: 84
|
Quote: Originally Posted by JohnWPB 
Theres a simple answer to uninstalling the skin: :  :
Hahha I never though about that, I will definitely remove the RR.exe from the next release. Honestly.... I just didn't want a flood of PM's IM's Emails & Posts as to why the skin didn't work, as the release did just come out 2 days ago. It seemed like a quick and simple fix, and was totally done without thought on my part it appears!
Maybe the installer can just rename the old RR.exe, and revert on uninstall? Otherwise you're still going to get all those PM's and emails...
Oh - just a couple other questions... feel free to put these off as minor things as they are very minor.
1. Browsing albums by cover - I saw the preview - is that still WIP or is it an option in this skin somewhere?
2. The progress indicator on some things, the Player skin for example, is still a solid blue color, probably still from the old skin. As someone else said, it's nitpicking but it just pops out at me
3. Waaay minor - can we have a clock on the Player skin like there is on the Radio skin? I leave mine on either Radio or Player 99% of the time.
4. Like #3 - how's about a switch like on the Player skin to embed GPS on the Radio skin too
But treat these as one person's "wants", not global "needs/fixes"
Thanks!
|
|
|
04-13-2007, 10:43 PM
|
#750
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Quote: Originally Posted by jjnit 
2. The progress indicator on some things, the Player skin for example, is still a solid blue color, probably still from the old skin. As someone else said, it's nitpicking but it just pops out at me 
+1
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:29 AM.
| |