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.
|
03-05-2005, 11:16 AM
|
#1
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
Preview Ipod Skin
decided to take a break for a week or two from coding FreeDrive, so decided to have a play with RoadRunner and a new skin. Must say i'm very impressed with roadrunner.. keep up the good work ;-)
anyway.. heres a skin that reminds me of a ipod, it will have no main menu, no apps, no tv.. just MP3, GPS, Radio and Divx(dvd) which is all I ever use anyway. I have made it so it uses the touch wheel as this is a top bit of coding, so you just run your finger round the circle and it scrolls up and down the list.. great stuff Only done the audio side so far, but things should move on quite fast now so expect it finished in about a week now.
I've already altered some bits since this screenshot, but you will get the idea
CdR

|
|
|
03-05-2005, 11:25 AM
|
#2
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
Amazingg!congratulations man!
Just a few comments: Would it be possible/have you thought about giving the touchwheel and buttons a very slight bezel, to give the feeling that it is recessed like the ipod?
and 2... Do please consider the other skins.... at least for tv... I'm gonna be g4tting that and I love you skin!
Are you going to name it at all? I'd suggest carPod... aint I creative???
|
|
|
03-05-2005, 12:45 PM
|
#3
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Amsterdam
Vehicle: Opel Vectra 1.8i (1992)
Posts: 172
|
oooh mama, very smooth this skin, I love it!
Can't wait till it's finished.
|
|
|
03-05-2005, 01:01 PM
|
#4
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
Looks awesome!
There's also a "scanmode" you *can* use in the audio player (aka intro mode).
Anyway, since you're not planning on making a TV/Radio skin, I'd request that at least you made the PSDs available for those who'd wish to take on it after you're done with it. I have been talking to a few people and there seems to be an interest to gather all RR skins in a simple hosted site, along with PSDs.
__________________
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."
|
|
|
03-08-2005, 03:16 AM
|
#5
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
can I ask if its possible to add a couple of lines of code, which will remove the 1 pixel boarder from the embedded app.. please :-)
Code:
Dim rRect As RECT
rRect.Left = -1
rRect.Top = -1
rRect.Right = embedded.Width -1
rRect.Bottom = embedded.Height - 1
ret = CreateRectRgnIndirect(rRect)
res = embedded.hWnd
res = SetWindowRgn(res, ret, True)
reason being is the screenshot below.. You will prob know a better way of doing it, but thought I would have a go at suppling some code, even though it prob wont work, at least it shows i'm trying :-)
|
|
|
03-08-2005, 03:47 AM
|
#6
|
|
Constant Bitrate
Join Date: Feb 2005
Location: London, UK
Vehicle: Honda Civic 5-Door '97
Posts: 204
|
Love the skin can't wait till it's out can you please add Remove One From Playlist and Save Playlist buttons on the audio player.
|
|
|
03-08-2005, 04:01 AM
|
#7
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
they will prob go nice on the audio browser page :-)
|
|
|
03-08-2005, 04:18 AM
|
#8
|
|
Constant Bitrate
Join Date: Feb 2005
Location: London, UK
Vehicle: Honda Civic 5-Door '97
Posts: 204
|
Quote: Originally Posted by CdRsKuLL
they will prob go nice on the audio browser page :-)
Well if your displaying the playlist in Audio Browser. Otherwise how will you remove 1 from playlist while looking at File Browser?
|
|
|
03-08-2005, 12:40 PM
|
#9
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
Quote: Originally Posted by CdRsKuLL
can I ask if its possible to add a couple of lines of code, which will remove the 1 pixel boarder from the embedded app.. please :-)
Code:
Dim rRect As RECT
rRect.Left = -1
rRect.Top = -1
rRect.Right = embedded.Width -1
rRect.Bottom = embedded.Height - 1
ret = CreateRectRgnIndirect(rRect)
res = embedded.hWnd
res = SetWindowRgn(res, ret, True)
reason being is the screenshot below.. You will prob know a better way of doing it, but thought I would have a go at suppling some code, even though it prob wont work, at least it shows i'm trying :-)
Man, I can most definitely add the code above, but that seems like the kind of thing that would get Apps to freeze... I'll try it out with a few apps and if no problems, I'll leave it in... Thanks for the code BTW.
__________________
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."
|
|
|
03-08-2005, 03:15 PM
|
#10
|
|
Constant Bitrate
Join Date: Mar 2005
Location: Ponta Delgada, Azores
Vehicle: 2000 Saab 9-5 SE V6
Posts: 215
|
That's an incredible skin! Fantastic work. Looking forward to using it with Road Runner.
|
|
|
03-08-2005, 03:20 PM
|
#11
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
Quote: Originally Posted by guino
Man, I can most definitely add the code above, but that seems like the kind of thing that would get Apps to freeze... I'll try it out with a few apps and if no problems, I'll leave it in... Thanks for the code BTW.
Just looked at the code, and think the width and height should be -2 not -1.. but I guess u would of figured that out 
|
|
|
03-08-2005, 05:25 PM
|
#12
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
Quote: Originally Posted by CdRsKuLL
Just looked at the code, and think the width and height should be -2 not -1.. but I guess u would of figured that out 
Actually I'll probably use GetWindowRect first, then add 1 to left/top and remove 2 from right/bottom. I actually have a function that does similar but the oposite (to clip regions off inside).
__________________
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."
|
|
|
03-08-2005, 11:31 PM
|
#13
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
@CdRsKuLL
I've implemented this "border removal" thingy, give it a try and let me know what you think...
__________________
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."
|
|
|
03-09-2005, 03:43 AM
|
#14
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
yep can confirm its working 100% :-) thanks fella. I've just downloading the source and had a look, got it working no probs.. but really dont know where to start.. everything is commented.. fantastic work, found the bit of code you have added for me ;-)
CdR
|
|
|
03-09-2005, 06:00 AM
|
#15
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
ok been playing alittle more with freedrive, improved the loading time, and fixed a few things.. would it be possible for RR to be the parent of the screen its embedding ? Also noticed that when it embeds for the first time, sometimes the skin (RR's skin) needs to be refreshed as its all messed up. A simple click back to the prev menu and then back to the gps menu solves this..
cheers
CdR
Last edited by CdRsKuLL : 03-09-2005 at 08:31 AM.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| 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:17 AM.
|
|