The MP3car.com Store The MP3car.com Store    

Sponsored links

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

Reply
 
LinkBack Thread Tools Display Modes
Old 03-30-2005, 07:51 AM   #31
Maximum Bitrate
 
Join Date: Jan 2004
Location: NYC
Posts: 849
guino great work!!

Anyone have a screenshot of mappoint in RR??
camsgs3 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-30-2005, 08:46 AM   #32
Variable Bitrate
 
Join Date: Nov 2004
Posts: 232
I have now updated the Install to include this latest version.

You can get it at: http://www.majesticpw.com/roadrunner/Index.html

Thanks,
Bryan
__________________
2000 Yukon Denali
Shuttle SN65G2
Cel-D 2.4 GHZ 533mhz FSB
1GB PC800 Mem
Radeon9200 PRO
Seagate 120GB
ATI Remote
RF Mini Kb w/Trk Ball
7" Lilliput Touch Screen Monitor
USB 2.0 Hub
Rikaline GPS-6010
PN11 802.11b Wireless
XP Pro
750W Inverter
bry21317 is offline   Reply With Quote
Old 03-30-2005, 08:47 AM   #33
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,410
Guino,

The new sdk with labels is really useful, have just integrated my USB Media Transfer program to allow it to place labels on the screen ... anyway of bring custom icons or showing the certain parts of the _ON skin??

Any chance of doing the same but able to pull information back from RR?? i.e labels etc for Track Information, remaining track time etc .... would allow people to create 'plugins' for RR for LCD displays etc and pocketpc remotes ...

Last edited by Gobby; 03-30-2005 at 09:12 AM.
Gobby is offline   Reply With Quote
Old 03-30-2005, 10:19 AM   #34
Low Bitrate
 
Kato's Avatar
 
Join Date: Oct 2003
Location: Toronto
Posts: 82
Hmm...with the ability to use the sendkeys functions, it should be too hard to use FMA ( folat's mobile agent ) for bluetooth phone app. It just needs a touchscreen friendly interface.
Kato is offline   Reply With Quote
Old 03-30-2005, 10:50 AM   #35
Variable Bitrate
 
Join Date: Sep 2004
Location: was Boston -> now Canada!
Posts: 376
I only had about 5 minutes to mess with it this morning. I'm not sure how to create a route. I can add the destination but I can't figure out how to create the create the route.

Many of screens for this destination entry are messed up. Text boxes don't appear until I pass my mouse over the box location. I'll try to send screenshots this evening.

Other than that it's coming along nicely with MapPoint. I'll play with it tonight and write something more detailed.

Chuck
chuckster is offline   Reply With Quote
Old 03-30-2005, 10:52 AM   #36
Variable Bitrate
 
drait's Avatar
 
Join Date: Dec 2004
Location: NorCal
Posts: 247
You mean maybe floAt's Mobile Agent?

http://fma.sourceforge.net/index2.htm
__________________
89 Supra Turbo
drait is offline   Reply With Quote
Old 03-30-2005, 01:05 PM   #37
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,043
Quote: Originally Posted by badandy
1. first time in radio using the fx button to save preset works fine. but after, subsequent time in radio, pushing the f/x button will add the content of the music directory to the preset list rendering the preset list unusable.

Can you make me a log file ? I have tested it here and found no problem, please also tell me which Radio tuner you have and if you reset the radio card or not before using it.

Quote:
2. not sure if this is a mistake on my part but if i select do not use id3 tag in rrconfig, the tile of the artist doesn't show up only the title of the songs are display in music player and browser. same effect in video player/browser.

When you disable ID3 support it simply disables ID3 support altogether, meaning the TAGXXXX codes are useless.. When not using ID3 tags the "Playlist" label code will have the folder name of the songs you've selected (in most cases this is the artist name).

If the built-in player doesn't play a file, it's likely you need some sort of codec/filter to play that file.
__________________
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
Advertisement
 
Advertisement
Old 03-30-2005, 01:09 PM   #38
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,043
Quote: Originally Posted by Javiles
Hi guino, I a create a button for sendkeys , at the moment I press this button Would I lose the focus of the currente box of embbeded application???

No.. when sending keys, RR will get focus (when you press the button), but then immediately before sending the keys, RR returns focus to wherever you were in the application, and pulls back the focus to itself, in order to allow keyboard handling to work in the main application (RR).
__________________
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-30-2005, 01:12 PM   #39
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,043
Quote: Originally Posted by UK_MP3Car
Guino,
The new sdk with labels is really useful, have just integrated my USB Media Transfer program to allow it to place labels on the screen ... anyway of bring custom icons or showing the certain parts of the _ON skin??
Any chance of doing the same but able to pull information back from RR?? i.e labels etc for Track Information, remaining track time etc .... would allow people to create 'plugins' for RR for LCD displays etc and pocketpc remotes ...

I can easily allow for creating custom indicators.

Pull back info from RR is on my to-do list, but you'll most likely need to implement COM hooks in your side of the application like RR does.. I'll make sure to change the SDK example to include this when ready.. I just need to re-arrange the code that processes labels updates.
__________________
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-30-2005, 01:16 PM   #40
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,043
Quote: Originally Posted by chuckster
I only had about 5 minutes to mess with it this morning. I'm not sure how to create a route. I can add the destination but I can't figure out how to create the create the route.
Many of screens for this destination entry are messed up. Text boxes don't appear until I pass my mouse over the box location. I'll try to send screenshots this evening.
Other than that it's coming along nicely with MapPoint. I'll play with it tonight and write something more detailed.
Chuck

To Create a Route

With a GPS Lock:
1-Click Route Planning, Add, enter address, hit Search
2-Highlight location and hit select
3-exit the plannig screen, click "route" and "calculate"

Without GPS Lock the procedure is the same except you have to do 1 and 2 above TWICE so you have two addresses in there.

I have seen a few issues with the re-drawing of the gps_location screen, this seems caused by mappoint's "lag".. I'll add some prevention against that..
__________________
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-30-2005, 02:07 PM   #41
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,410
Excellent, thanks Guino - BIG Smiley face from me .... you will open RR wide open then to allow plugins etc.

Could you possibly provide a .bas file to add to a vb app to call the hooks etc? Or at least an example once its done ... appreciate your work.

Last edited by Gobby; 03-30-2005 at 02:59 PM.
Gobby is offline   Reply With Quote
Old 03-30-2005, 02:56 PM   #42
Low Bitrate
 
Clarre's Avatar
 
Join Date: Feb 2005
Location: Hedemora/Dalarna/Sweden
Posts: 77
I've done a test I copied the maps from MS autoroute 2005 to Map Point because it's newer map for the euroupean maps what I know. And it works great. The Map Point is from 2004. I don't have the possibility to test in my car so far but I do it tomorrow.

BTW Great job Guino.
__________________
Via Epia M1000
512MB RAM
120MB IBM Hard drive
Netgear MA111
Lilliput 8" Touchscreen

http://www.clarre.com/carcomputer.htm
Clarre is offline   Reply With Quote
Old 03-30-2005, 03:03 PM   #43
Maximum Bitrate
 
Chita79's Avatar
 
Join Date: Oct 2004
Location: San Diego, CA
Posts: 723
i wonder when Map Point 2006 is coming out?
__________________
'05 Acura TL w/ Navi & Bluetooth, JL Audio Cleansweep, JL Audio XR650 CSI, JL Audio XR650 CXI, JL Audio 300/4 Speaker Amp, Eclipse SW6123.4 12" Sub, JL Audio 250/1 Sub Amp, Optima D35 YellowTop Battery http://www.cardomain.com/ride/2184473/1
Chita79 is offline   Reply With Quote
Old 03-30-2005, 04:16 PM   #44
Constant Bitrate
 
vortex's Avatar
 
Join Date: Feb 2005
Location: London, UK
Posts: 204
maybe in 2006
__________________
www.vortexleather.com
vortex is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-30-2005, 04:17 PM   #45
Newbie
 
Join Date: Mar 2005
Posts: 12
reduce sound volume

Guino great work!!

tell me - reduce sound volume in GPS working with external GPS aplication also? if not what can we do with this issue?
albert is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Reply

Bookmarks


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

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
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 07:31 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