Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 08-05-2005, 04:10 PM   #46
Constant Bitrate
 
Join Date: Sep 2003
Location: LA, CA
Posts: 140
iPal is on a distinguished road
i tried to keep RR running normal without specific line in RR.ini

i would like to get that function to calculate sunrise/sunset
just to begin with...

try this and let me know...

RR+.exe

changes from original rr.exe 8/2/05...

- save ini files in INI_PATH (INI_PATH need to be set in RR.ini)
RR.ini
ini_path=d:\my documents

- restore volume stored in 'resume.ini' from hibernation
(INI_PATH need to be set in writable directory also
HibernateReload and HibernateAware must be set TRUE)

- change skin automatically by time set in RR.ini
RR.ini
autoskin=true
daystart=0600
nightstart=1800
(once you change skin in skin browser, auto_skin will be disable
then once you change skin back to right skin depending on time, it will be enabled again)

- added '..' in list to go back to directory where you came from
when you go in to a item listed on 'BROWSE.RRL'
(i use BROWSE.RRL to access into CDROM then i noticed i can not go back to music folder)

- working on dynamic volume
(need to figure out how to get SPEED from FreeDrive
FreeDrive is configured to send speed value to roadrunner but not sure how to optain in RR
this is not FDSPEED showing in RR skin...)
iPal is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-07-2005, 03:41 AM   #47
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Hi Guino,
In this new release 08-05 the first launch of RR results very more slow in comparison to the preceding , and random I have errors from XP.

I think about returning to the preceding version on my system...


Mauri
mauri is offline   Reply With Quote
Old 08-07-2005, 01:40 PM   #48
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
guino will become famous soon enoughguino will become famous soon enough
Everytime I add something to RR (Features etc) it is suppoesed to get slower starting up. I can't possibly add stuff without using more space+memory...

I can't comment on the errors unless you provide me with at least some information on the issues.
__________________
Ride 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 08-07-2005, 03:37 PM   #49
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Quote: Originally Posted by guino
Everytime I add something to RR (Features etc) it is suppoesed to get slower starting up. I can't possibly add stuff without using more space+memory...

I can't comment on the errors unless you provide me with at least some information on the issues.

Honestly I have tried few the new release.

Twice have had error of XP (unfortunately have not read! ) and once, launch MM embedded RR, simple reset my system)

Thanks Guino of the whole job that makes, RR remains the best sw for the Carputer!!

Mauri
mauri is offline   Reply With Quote
Old 08-08-2005, 03:48 AM   #50
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Just wondering if I'm doing this right, or if infact its not possible. I am trying to create a startmenu for my skin. I have created some bmp images, and sent the bits I want transparent in pink, now when I load this as a menu it doesnt show transparent.. I'm I trying to do something thats not coded in ?
Attached Images
 
CdRsKuLL is offline   Reply With Quote
Old 08-08-2005, 04:39 AM   #51
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,935
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Showing your femine side CDR?
Enforcer is offline   Reply With Quote
Old 08-08-2005, 08:12 AM   #52
Maximum Bitrate
 
Join Date: Oct 2003
Posts: 664
dmurray14 is on a distinguished road
Quote: Originally Posted by CdRsKuLL
Just wondering if I'm doing this right, or if infact its not possible. I am trying to create a startmenu for my skin. I have created some bmp images, and sent the bits I want transparent in pink, now when I load this as a menu it doesnt show transparent.. I'm I trying to do something thats not coded in ?

possible that the transparency color is set to something non-default?
dmurray14 is offline   Reply With Quote
Old 08-08-2005, 12:54 PM   #53
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
guino will become famous soon enoughguino will become famous soon enough
The transparent color will work to draw OVER existing images.. it doesn't mean that it will make the window transparent.. the only way to do that is really to clip the area off the window (inwhich case it doesn't need to be pink)...

Now say you wanted to make wierd shape buttons tha go over some other stuff on the screen (like other buttons).. you could make the ON/OFF/DOWN images with the Pink transparency area to define where it should not draw (the area not belonging to the button -- not to be drawn). The benefit is really on the drawing area, basically should allow you to make buttons with weird DRAWING shapes without messing with what's around it.

The menu you want to make can be done with the LOAD or MENU commands, as long as you clip off the areas you don't want in it (use as many clippings as necessary to make it look the way you want).

Now, if your EMPTY image was Green and your OFF image was the above, RR would only draw the button areas where the color is not Pink, and would leave the rest Green. The EMPTY image is always drawn directly, but it could be a nice feature to allow it to define the clipping area of the window.
__________________
Ride 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
Sponsored links
Advertisement
 
Advertisement
Old 08-08-2005, 03:33 PM   #54
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
cheers for that :-) yep I used the clipping option last night and got it working fine. Just need to find time to do some more on it now.

cheers

CdR
CdRsKuLL is offline   Reply With Quote
Old 08-08-2005, 07:30 PM   #55
Maximum Bitrate
 
Join Date: Oct 2003
Posts: 664
dmurray14 is on a distinguished road
Does ANYONE have the drivers for Mitchjs's sirius interface? I'm going f'in crazy...it's the only thing I'm missing...

Dan
dmurray14 is offline   Reply With Quote
Old 08-09-2005, 03:47 AM   #56
Newbie
 
Join Date: Aug 2005
Posts: 50
kebab is on a distinguished road
Hi

Is there an FAQ on Sirius? How would one go about installing it into RR excatly?
kebab is offline   Reply With Quote
Old 08-09-2005, 04:32 AM   #57
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by kebab
Hi
Is there an FAQ on Sirius? How would one go about installing it into RR excatly?

You need an interface board (limited availability), then just download the latest RR+skin from my site, edit menu.skin to change the button code to "SIRIUS", set the COM port on RRConfig and you're done.
__________________
Ride 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 08-09-2005, 05:49 AM   #58
Newbie
 
Join Date: Aug 2005
Posts: 50
kebab is on a distinguished road
Im not even too sure what Sirius is I was just being curious, am I right in thinking its Internet radio which you have to subscribe to?
kebab is offline   Reply With Quote
Old 08-09-2005, 05:53 AM   #59
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,935
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Quote: Originally Posted by kebab
Im not even too sure what Sirius is I was just being curious, am I right in thinking its Internet radio which you have to subscribe to?



You CAN NOT BE sirius.







sorry coudn't resist.
Enforcer is offline   Reply With Quote
Old 08-09-2005, 05:55 AM   #60
Newbie
 
Join Date: Aug 2005
Posts: 50
kebab is on a distinguished road
Get your coat......


kebab 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 On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RR 06-06-05 .. Winamp Library Support ... guino Road Runner 76 06-19-2005 01:36 AM
RR 05-12-05... Extra FM support ... guino Road Runner 64 05-27-2005 11:37 PM
status update.... 0l33l PowerVoice 17 05-05-2005 01:22 PM
RR 3-30-05 ... Mappoint ... guino Road Runner 122 04-06-2005 01:47 AM
RR 03-12-05 .. Keyboard Support ... guino Road Runner 26 03-15-2005 02:48 AM



All times are GMT -5. The time now is 07:14 AM.


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