The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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

Reply
 
Thread Tools Display Modes
Old 03-31-2005, 12:14 PM   #76
RoadRunner Mastermind
guino's CarPC Specs
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
My Photos: (5)
ok.. that's like 1 line of code.. I'll add it to next 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
Sponsored Links
Old 03-31-2005, 12:23 PM   #77
FLAC
 
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
My Photos: (0)
Quote: Originally Posted by guino
RADIO PLAYLIST ISSUE, SCREEN REDRAW AND SHUTDOWN RESUME PATCH
download at: http://guino.home.insightbb.com/rr.exe
I am in the middle of other things so no release yet...

Bad news . With this binary, RR hangs in a 100% cpu loop when trying to go to the mappoint skin.
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Arathranar is offline   Reply With Quote
Old 03-31-2005, 12:39 PM   #78
Raw Wave
Gobby's CarPC Specs
 
Join Date: Jun 2004
Location: On the beach
Vehicle: Pug 306 XSi
Posts: 2,410
My Photos: (0)
Quote: Originally Posted by guino
just use "SETLABEL;!MYLABEL;" it should "hide" it...

What I wanted to be able to do was have multiple labels on top of each other to allow color/font changes, unless this is easier via an sdk ... sorry to be a pain.
Gobby is offline   Reply With Quote
Old 03-31-2005, 02:18 PM   #79
RoadRunner Mastermind
guino's CarPC Specs
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
My Photos: (5)
Quote: Originally Posted by Arathranar
Bad news . With this binary, RR hangs in a 100% cpu loop when trying to go to the mappoint skin.

I just saw that in my car.. I'm assuming is the stuff I've been workin on for mappoint.. multi-dimensional arrays piece of ****.. haha

EDIT: I've fixed the Patch.. it should work if you re-download now..
__________________
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."

Last edited by guino : 03-31-2005 at 02:23 PM.
guino is offline   Reply With Quote
Old 03-31-2005, 02:19 PM   #80
RoadRunner Mastermind
guino's CarPC Specs
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
My Photos: (5)
Quote: Originally Posted by UK_MP3Car
What I wanted to be able to do was have multiple labels on top of each other to allow color/font changes, unless this is easier via an sdk ... sorry to be a pain.

Had you only said that before....... it's like 2 lines of code ... adding to the list..
__________________
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
Sponsored Links
Old 03-31-2005, 07:57 PM   #81
Constant Bitrate
 
vortex's Avatar
 
Join Date: Feb 2005
Location: London, UK
Vehicle: Honda Civic 5-Door '97
Posts: 204
My Photos: (0)
Hey guino please add preventation so if i send the "list" command while already in the video browser it doesn't open audio browser and play audio i think i have mentioned this bug before i hope you fix it as i always seem to press list twice to get into Video Browser as sometimes it is a little slow and i don't know that it is loading.

Also the search bug still exists when when you search playlist it only searches down the playlist from the current playing track and ignores al the tracks above the current playing track from the search.

Zoom modes work great now with mpg's thanks for the Cut zoom only problem now seems to be is the when playing avi movies the zoom mode don't seem to do anything much? This is only with the internal player if i use MPC then the zooms work with avi's.

Maybe the config tool should be sorted in tabs like in media car as there is allot of settings there now in one page.

You've done a great deal of work in this new version and it's nice to see you are still sorting out the little things while adding big new features keep up the good work.
__________________
www.vortexleather.com
vortex is offline   Reply With Quote
Old 03-31-2005, 08:17 PM   #82
RoadRunner Mastermind
guino's CarPC Specs
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
My Photos: (5)
I'll fix the "list" bug..

The Search list is not a bug, it is like that so you can keep on searching for more "hits"..
You'll be able to do what you want with the new version by using this code:

"GOTOFIRST||SEARCHLIST"

Interesting, I've tested teh zoom with Builtin player and AVI in my car today.. seems to work fine.. the built in player works a hell of a lot better then MPC too..

The Config tool is Temporary.. for now I'm only making changes to it as necessary.. I don't want to spend time doing something that looks nice and then have to change it over whenever I have to add a new setting.. for now, it's supposed to just work.. at least until someone (or myself) comes up with a config tool that has a INI of its own where you can configure the categories and settings to be configured in it. I personally hate that Tabbed control for being so big and so useless code wise -- I specially don't want to be adding OCXs to the Config tool.

Thanks for the support..
__________________
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 03-31-2005, 08:20 PM   #83
FLAC
 
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
My Photos: (0)
Quote: Originally Posted by guino
The Search list is not a bug, it is like that so you can keep on searching for more "hits"..
You'll be able to do what you want with the new version by using this code:
"GOTOFIRST||SEARCHLIST"

Most people seem to view this as a bug. Can you change it so that the first search on a playlist searches from the start and that subsequent searches continue from the current search point? That would match people's expectations better, I think.
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Arathranar is offline   Reply With Quote
Old 03-31-2005, 08:31 PM   #84
Constant Bitrate
 
vortex's Avatar
 
Join Date: Feb 2005
Location: London, UK
Vehicle: Honda Civic 5-Door '97
Posts: 204
My Photos: (0)
Hi thanks for the quick response.

I see know why it is implemented like this i guess i'll wait for a more improved search facility hopefully something simmilar to Media Engine with seperate screen.

The zoom modes are very different for me depending on the type of media mpg or avi and the player used road runner or mpc i cannot figure out why but i think it is because the built in one is trying to keep the aspect ratio when zooming so it doesnt do the cut zooms whereas if i use MPC then it will zoom regardless of aspect ratio. If this is the case then could there please be an option to keep or not keep aspect ratio when zooming. The built in player works much better more faster and smoother on my machine than MPC.
__________________
www.vortexleather.com
vortex is offline   Reply With Quote
Old 03-31-2005, 09:12 PM   #85
Variable Bitrate
 
Join Date: Sep 2004
Location: was Boston -> now Canada!
Vehicle: 2002/Toyota/Highlander
Posts: 376
My Photos: (0)
Quote: Originally Posted by guino
EDIT: I've fixed the Patch.. it should work if you re-download now..

This is working nice for me. A couple features which would be neat is a HOME feature. So no matter where you are you can select GUIDE HOME and it would route you there.

I did notice that MapPoint floats a lot huh. I'm sure it's just the app and maybe the next version it will be better. I have not tried it on the road yet but I have read that it tends to float off the road. Has anyone had this problem or does it seem to snap to the road ok?

It's lookin good Guino!

Chuck
chuckster is offline   Reply With Quote
Old 03-31-2005, 10:47 PM   #86
FLAC
 
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
My Photos: (0)
Much better. I did initially get one failure error on shutting down RR - 'array is fixed or temporarily locked' and RR crashed. I couldn't repro.

After that (may be related?) my GPS was playing up - the GPS com port was no longer available (had to disconnect it and reconnect it to fix that). In the meantime mappoint within RR was giving a confusing error that didn't indicate the real problem. When I ran MapPoint standalone, it did give me a useful error allowing me to fix it.

Does the route save / import functionality work yet?
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Arathranar is offline   Reply With Quote
Old 03-31-2005, 11:00 PM   #87
RoadRunner Mastermind
guino's CarPC Specs
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
My Photos: (5)
Quote: Originally Posted by chuckster
This is working nice for me. A couple features which would be neat is a HOME feature. So no matter where you are you can select GUIDE HOME and it would route you there.
I did notice that MapPoint floats a lot huh. I'm sure it's just the app and maybe the next version it will be better. I have not tried it on the road yet but I have read that it tends to float off the road. Has anyone had this problem or does it seem to snap to the road ok?
It's lookin good Guino!
Chuck

Yeah it does that.. guess it's just not all that updated.. it tends to do it when I get off exits.. but thankfully the routing distance function gives good recalculations when you're off.. it's good when you decide to take a turn out of the route and re-join it later, the direction will try to catch up to the current GPS position...

PS: Home function is plannes, Favorites too.. (I'm not a big fan of the Save/Import Route thing -- it's slow, takes a lot of space etc..)
__________________
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 03-31-2005, 11:02 PM   #88
RoadRunner Mastermind
guino's CarPC Specs
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
My Photos: (5)
Quote: Originally Posted by Arathranar
Much better. I did initially get one failure error on shutting down RR - 'array is fixed or temporarily locked' and RR crashed. I couldn't repro.

After that (may be related?) my GPS was playing up - the GPS com port was no longer available (had to disconnect it and reconnect it to fix that). In the meantime mappoint within RR was giving a confusing error that didn't indicate the real problem. When I ran MapPoint standalone, it did give me a useful error allowing me to fix it.

Does the route save / import functionality work yet?

I am releasing those features today.. but I really don't like it, it's very wastefull.. I am thinking in terms of a "Favorites list" instead..
__________________
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 03-31-2005, 11:16 PM   #89
FLAC
 
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
My Photos: (0)
Quote: Originally Posted by guino
I am releasing those features today.. but I really don't like it, it's very wastefull.. I am thinking in terms of a "Favorites list" instead..

That's what I want too. I was investigating the other to see if it could work like that .
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Arathranar is offline   Reply With Quote
Old 04-01-2005, 12:08 AM   #90
Newbie
 
Join Date: Apr 2004
Posts: 41
My Photos: (0)
quick question. do i need the gps receiver plug in to test mappoint? I'm trying to test mappoint on my laptop without the gps receiver but it wouldn't load. when clicking on mappoint, the skin would show up but rr ends up crashing. Can someone give me a quick "howto" on setting up mappoint? I got the whole program installed and working in standalone mode but not in rr. Thanks.
badandy is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
I-BUS sterring buttons now working for RR CdRsKuLL Road Runner 51 06-19-2007 08:13 PM
RR 03-06-05 - Radio Preview ... guino Road Runner 37 07-04-2005 01:58 PM
girder on RR mick0uziel Road Runner 4 03-29-2005 07:00 PM
GPS and MapPoint 2004 questions. wampa MediaCar 3 07-15-2004 05:40 PM
Some warnings about Deluo Routis 2004, MapPoint 2004 & XPort dumpper GPS 13 07-15-2004 12:07 AM


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


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics