The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Skins

Reply
 
LinkBack Thread Tools Display Modes
Old 12-04-2007, 10:46 AM   #31
Constant Bitrate
 
GuMiSZu's Avatar
 
Join Date: Nov 2006
Location: Hungary
Posts: 205
Hi!

I found this link: http://www.kompassist.co.uk/RRSkinEditor.zip
this is the V0.3019
where can i download the new version?
__________________
Englishlessness :(
GuMiSZu is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-04-2007, 11:27 AM   #32
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,047
That is V.5!! make sure you don't have it on cache or something -- check the window title for the version.
__________________
Road Runner,RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 12-04-2007, 12:03 PM   #33
Constant Bitrate
 
GuMiSZu's Avatar
 
Join Date: Nov 2006
Location: Hungary
Posts: 205
Yes, but it drop me an error
ActiveX component can't create an object...
__________________
Englishlessness :(
GuMiSZu is offline   Reply With Quote
Old 12-04-2007, 02:45 PM   #34
Constant Bitrate
 
GuMiSZu's Avatar
 
Join Date: Nov 2006
Location: Hungary
Posts: 205
Ok
it works, some missing Dll and OCX
THX
__________________
Englishlessness :(

Last edited by GuMiSZu; 12-04-2007 at 02:45 PM. Reason: non
GuMiSZu is offline   Reply With Quote
Old 12-06-2007, 03:34 AM   #35
Newbie
 
Join Date: Dec 2007
Posts: 3
hI ALL

fantastic job on RR
i had thought about building a car years ago but here in new zealand pc and parts arnt cheap, anyways i have now got one in my car for about 6 mths, nothing flash
but im making my own skin now and just downloaded this skin ed, i like the idea or a virtaul editor, loaded up my skin and hit the VE tab and get popup window with run time error '339" and RICHTX32.OCX error
any ideas?
ta
FUBAR

EDIT
got it working

http://www-1.ibm.com/support/docview...id=swg21171121

Last edited by FUBAR_nz; 12-06-2007 at 03:52 AM.
FUBAR_nz is offline   Reply With Quote
Old 12-14-2007, 08:54 PM   #36
Newbie
 
Join Date: Jul 2007
Posts: 24
Help runtime error

Hello all,
I am trying to use the new skin editor but i am getting a runtime error 339
component 'ComDlg32.ocx or one of its dependencies is not correctly registered: a file is missing or invalid. can anyone help with this. I have loaded the vb runtime file but still am unable to get the skin editor to work. thank you in advance for your help.
ccisat1rxp is offline   Reply With Quote
Old 12-14-2007, 09:13 PM   #37
FLAC
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,350
Quote: Originally Posted by ccisat1rxp View Post
Hello all,
I am trying to use the new skin editor but i am getting a runtime error 339
component 'ComDlg32.ocx or one of its dependencies is not correctly registered: a file is missing or invalid. can anyone help with this. I have loaded the vb runtime file but still am unable to get the skin editor to work. thank you in advance for your help.

Seen that before. Download only that file (plug it in google); copy it to c:\windows\system32 then register it manually. The problem will be fixed.
treetop777 is offline   Reply With Quote
Old 12-14-2007, 11:56 PM   #38
Newbie
 
Join Date: Dec 2007
Posts: 3
Quote: Originally Posted by ccisat1rxp View Post
Hello all,
I am trying to use the new skin editor but i am getting a runtime error 339
component 'ComDlg32.ocx or one of its dependencies is not correctly registered: a file is missing or invalid. can anyone help with this. I have loaded the vb runtime file but still am unable to get the skin editor to work. thank you in advance for your help.

the post above yours is same error

this fixed worked and havnt had any problems

http://www-1.ibm.com/support/docview...id=swg21171121
FUBAR_nz is offline   Reply With Quote
Old 12-15-2007, 10:12 AM   #39
Newbie
 
Join Date: Jul 2007
Posts: 24
runtime eror

problem resolved copied OCX files to system32 directory and all is well. thanks for the help.
ccisat1rxp is offline   Reply With Quote
Old 12-17-2007, 12:50 AM   #40
Raw Wave
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 2,326
I have just found another bug..

When saving the skin, it does not put a blank line under any INC lines or at least the last one. I was editing the DFX 3.0 skin and couldn't figure out why my plugin wasn't getting initialized.

Origanal skin file(top few lines):
Code:
RoadRunner Skin RRScreen menu. menu_OFF.png,menu_OFF.png,menu_ON.png,menu_OFF.png INC,DFX_Font_Color.txt INC,Plugins.txt L,516,4,71,25,#DFX1R#,#DFX1G#,#DFX1B#,16,"Arial","TEMP2","left" L,408,4,101,25,#DFX1R#,#DFX1G#,#DFX1B#,16,"Arial","=Computer:","right"

To fix it I had to manually edit the skin file to add a blank line for rr to read it correctly.

Saved skin file, the one that doesn't work:
Code:
RoadRunner Skin RRScreen menu. menu_OFF.png,menu_OFF.png,menu_ON.png,menu_OFF.png INC,DFX_Font_Color.txt INC,Plugins.txt L,516,4,71,25,#DFX1R#,#DFX1G#,#DFX1B#,16,"Arial","TEMP2","left" L,408,4,101,25,#DFX1R#,#DFX1G#,#DFX1B#,16,"Arial","=Computer:","right"

Manually fixed file looks like below, and now works again.
Code:
RoadRunner Skin RRScreen menu. menu_OFF.png,menu_OFF.png,menu_ON.png,menu_OFF.png INC,DFX_Font_Color.txt INC,Plugins.txt L,516,4,71,25,#DFX1R#,#DFX1G#,#DFX1B#,16,"Arial","TEMP2","left" L,408,4,101,25,#DFX1R#,#DFX1G#,#DFX1B#,16,"Arial","=Computer:","right"


Last edited by Blue ZX3; 12-17-2007 at 12:52 AM.
Blue ZX3 is offline   Reply With Quote
Old 12-17-2007, 08:32 AM   #41
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,047
That's interesting.. the lack of the empty lines should not affect how RR parses it.. still, it should be placing those spaces.
__________________
Road Runner,RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 12-17-2007, 09:39 AM   #42
Raw Wave
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 2,326
Thats what I thought, but rr seems to not like it, as the plugin line doesn't get read until there's at least one line below it...
Blue ZX3 is offline   Reply With Quote
Old 01-09-2008, 06:59 PM   #43
Raw Wave
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 2,326
I have also found out that its not just the INC lines that have this prob, it can happen with the X,xxx plugin lines too...

Please fix or have a look at when you get a chance..

Many Thanks!!
Blue ZX3 is offline   Reply With Quote
Old 01-16-2008, 09:42 PM   #44
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,601
Well I've been successfully using v0.5 for some time now, then I go to fire it up to do some skinning and I am greeted with an error. Re-Download the archive from the mirror site and same thing. Any ideas what this is or how it can happen? Just started throwing this error tonight. Only thing I did different to my system is update to RR 12/13/07 release which really has nothing to do with the skin editor. Anyway I'm stumped.

EDIT
Well opened up photoshop and started more art, hit the skineditor shortcut and bam it launched. Seems to be solved, come to think of it I always have photoshop open when skineditor is running and update art "on the fly" so I think the editor just doesn't feel like playing unless his partner in crime, adobe is running.
Attached Images
 
__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us

Last edited by blk02si; 01-17-2008 at 12:37 AM. Reason: Fixed
blk02si is offline   Reply With Quote
Old 03-02-2008, 08:44 PM   #45
Newbie
 
Join Date: Jun 2006
Location: Redondo Beach, CA
Posts: 8
I've been tryin to download the skin editor but the link seems to be dead. Anyone have a different link?
moeman_49 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual Earth cache builder? Or even gps simulator to make it cache? thepunkerguy DigitalMods (Scripts / API) 183 08-28-2008 08:58 PM
Digital FX 2.0 Transparent Released JohnWPB RR Skins 3759 03-07-2008 12:23 PM
Mauri RR skin mauri RR Skins 122 12-06-2007 09:50 AM
IG3 Will not stay inside of the SKIN - opens in itsown Window..... dtragic GPS 4 11-29-2006 01:57 PM
IG3 working with FREEDOM SKIN - Will not Embedd Right... dtragic GPS 2 11-21-2006 03:22 PM


All times are GMT -5. The time now is 05:19 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics