digital-car.co.uk    

Go Back   digital-car.co.uk > Software > CarPC Software > FreeICE Frontend

Notices

Reply
 
Thread Tools Display Modes
Old 20-04-2008, 10:24 PM   #1
CdRsKuLL
Moderator
 
CdRsKuLL's Avatar
 
Join Date: Jun 2004
Location: www.freedrive.co.uk
Posts: 1,668
CdRsKuLL is an unknown quantity at this point
Send a message via MSN to CdRsKuLL
Talking FreeICE Frontend 1.9 Release

[Updated in 1.9]
Added Fastforward / rewind (press and hold next/prev buttons)
Added autoscroll (press and hold the scroll up/down buttons)
Added shutdown menu
Added ability to set the amount of songs / folders that can be displayed on a skin (set in skin.ini)
fixed apps not embedding right

Get it HERE

Get the flash swishmax2 source HERE



Skully
__________________
Release of FreeICE 1.92 HERE Now out

http://www.cellsecurity.co.uk
big up the google rating !!

Last edited by CdRsKuLL; 20-04-2008 at 10:32 PM.
CdRsKuLL is offline   Reply With Quote
Old 20-04-2008, 10:49 PM   #2
Gayno
Advanced Member
 
Gayno's Avatar
 
Join Date: Mar 2006
Location: Bristol
Posts: 4,493

Gayno will become famous soon enough
Send a message via MSN to Gayno Send a message via Skype™ to Gayno
Blimey, I haven't even got 1.8 into the car yet!!

Hopefully I'll be a bit quicker this time.

The shutdown menu looks good.
__________________
Gayno is offline   Reply With Quote
Old 20-04-2008, 10:50 PM   #3
kennyken
Advanced Member
 
kennyken's Avatar
 
Join Date: Jun 2006
Location: Banbury
Posts: 2,280

kennyken is on a distinguished road
Send a message via MSN to kennyken
Ive just had a quick play and i cant find any bugs, good work chap
__________________
Pain is just weakness leaving the body!
kennyken is offline   Reply With Quote
Old 20-04-2008, 10:52 PM   #4
Gayno
Advanced Member
 
Gayno's Avatar
 
Join Date: Mar 2006
Location: Bristol
Posts: 4,493

Gayno will become famous soon enough
Send a message via MSN to Gayno Send a message via Skype™ to Gayno
New release and 5 people reading!!

I think you have a reputation Steve!!
__________________
Gayno is offline   Reply With Quote
Old 21-04-2008, 12:57 AM   #5
imi
Senior Member
 
imi's Avatar
 
Join Date: Nov 2007
Posts: 119
imi is on a distinguished road
i didnt bother with 1.8 as skully mentioned that 1.9 was making an appearance in a few days.

downloading it as we speak...must admit that the shutdown screen looks ace (although I will never use it)
imi is offline   Reply With Quote
Old 21-04-2008, 01:19 AM   #6
SWC_Scotty
Senior Member
 
SWC_Scotty's Avatar
 
Join Date: Nov 2006
Location: Bristol
Posts: 259

SWC_Scotty is on a distinguished road
i love this front end but non of the animations run smooth on the car pc.

Should be fine though runnin a 1.5ghz will a gig of ram.

I really want to use this!!
SWC_Scotty is offline   Reply With Quote
Old 21-04-2008, 02:33 AM   #7
kelmk
Senior Member
 
kelmk's Avatar
 
Join Date: Jan 2008
Posts: 182
kelmk is on a distinguished road
How can I get FI to play flv files? They show up but they won't play. WMP won't play them either. Is there some kind of flash codec I need to WMP?
__________________
My BMW E46 convertible install
kelmk is offline   Reply With Quote
Old 21-04-2008, 02:44 AM   #8
Spawn
Senior Member
 
Join Date: Jan 2007
Location: Toronto, Canada
Posts: 744
Spawn is on a distinguished road
You can always just convert the to wmv? No?

Love the new version, nice work as always steve. Looking forward to trying to copy over the stuff from the 1.8 dual skin
__________________
"the universe has a way of balancing itself"
"Trailers are for boats, not cars!"


STOP ASKING ME FOR LINKS TO THE IGO8 APP, FIND THEM IN THE THREAD
Spawn is offline   Reply With Quote
Old 21-04-2008, 04:06 AM   #9
kelmk
Senior Member
 
kelmk's Avatar
 
Join Date: Jan 2008
Posts: 182
kelmk is on a distinguished road
flv is one of the supported file formats in fi.ini and CDR has another thread talking about playing flv files in FI so I know it's possible.
__________________
My BMW E46 convertible install
kelmk is offline   Reply With Quote
Old 21-04-2008, 06:34 AM   #10
CdRsKuLL
Moderator
 
CdRsKuLL's Avatar
 
Join Date: Jun 2004
Location: www.freedrive.co.uk
Posts: 1,668
CdRsKuLL is an unknown quantity at this point
Send a message via MSN to CdRsKuLL
Hi fella, I'm assuming its a flash issue. I have installed two flash things on my system. One through internet explorer.. and the other I downloaded the latest shockwave player.

hope this helps..

SPAWN - You will need to add
playlistlines=5
directorylistlines=5
to the skin.ini ..
Then you will need to change the next / prev to have buttondown / buttonup same with the scroll buttons OR you could copy the second screen sprite over to the single one and ament the buttons needed to display stuff on the other screen.

I will be moving on to the next version soon so didnt bother. I'm still running 1.8 in the car.

Steve
__________________
Release of FreeICE 1.92 HERE Now out

http://www.cellsecurity.co.uk
big up the google rating !!
CdRsKuLL is offline   Reply With Quote
Old 21-04-2008, 08:30 AM   #11
CdRsKuLL
Moderator
 
CdRsKuLL's Avatar
 
Join Date: Jun 2004
Location: www.freedrive.co.uk
Posts: 1,668
CdRsKuLL is an unknown quantity at this point
Send a message via MSN to CdRsKuLL
Spawn, I will have another look at the album art refreshing. I was usingf a variable sent from FI to the skin, but this was messy.. you could try adding/changing it to something like this, then it will refresh the albumart everytime it changes track..

onFrame (3) {
if (newpic <> _root.ALBUMART) {
gotoAndPlay(1);
newpic = _root.ALBUMART;
}
if (_root.TRACKNUMBER <> TRACKNUMBER) {
TRACKNUMBER =_root.TRACKNUMBER ;
gotoAndPlay(1);
}
}

this should work alot better. This code is in the .. Audio - Artandvis - albumartpriv script. Also change it on the dualscreen one.. and let me know if it works. I have done it here but cant really test it.

CdR
__________________
Release of FreeICE 1.92 HERE Now out

http://www.cellsecurity.co.uk
big up the google rating !!
CdRsKuLL is offline   Reply With Quote
Old 21-04-2008, 09:45 AM   #12
D-4-v-e
Senior Member
 
Join Date: Dec 2006
Posts: 164
D-4-v-e is on a distinguished road
Cool

Quote:
Originally Posted by Gayno View Post
I think you have a reputation Steve!!


Any chance of adding a cancel option to the shutdown screen please for the occasions when the 'X' gets pressed once to often

Dave
D-4-v-e is offline   Reply With Quote
Old 21-04-2008, 12:10 PM   #13
Spawn
Senior Member
 
Join Date: Jan 2007
Location: Toronto, Canada
Posts: 744
Spawn is on a distinguished road
Skully, thanks, I'll have a run at those tonight when I get home from work.
***edit, who am I kidding, i just did it now so I'll be late. That worked almost perfectly Skully. Ran thtough 25-30 songs and it didn't change 3 times, but I can see it refreshing each time, so it might just be that i was changing tracks too fast. Thanks again.

Dave, i was thinking the same thing but if you press anywhere else on the screen other than on the bar, it cancels it.
__________________
"the universe has a way of balancing itself"
"Trailers are for boats, not cars!"


STOP ASKING ME FOR LINKS TO THE IGO8 APP, FIND THEM IN THE THREAD

Last edited by Spawn; 21-04-2008 at 12:21 PM.
Spawn is offline   Reply With Quote
Old 21-04-2008, 12:22 PM   #14
D-4-v-e
Senior Member
 
Join Date: Dec 2006
Posts: 164
D-4-v-e is on a distinguished road
Thumbs up

Quote:
Originally Posted by Spawn View Post
Dave, i was thinking the same thing but if you press anywhere else on the screen other than on the bar, it cancels it.
I hadn't tried that but yes, you are quite right!
D-4-v-e is offline   Reply With Quote
Old 21-04-2008, 01:31 PM   #15
CdRsKuLL
Moderator
 
CdRsKuLL's Avatar
 
Join Date: Jun 2004
Location: www.freedrive.co.uk
Posts: 1,668
CdRsKuLL is an unknown quantity at this point
Send a message via MSN to CdRsKuLL
Hi spawn, might be a timing issue. Instead of sending it to (1) try sending it to (20) then at frame(22) do a gotoandPlay(1) again.. just might give it that little bit extra time to update the variable.

Yep as confirmed to cancel out of the exit screen just tap anywhere other than the bar... dont u love the hidden buttons.. lol
__________________
Release of FreeICE 1.92 HERE Now out

http://www.cellsecurity.co.uk
big up the google rating !!
CdRsKuLL is offline   Reply With Quote
Reply

Bookmarks

Tags
cdrskull god, freeice freedrive, freeice wiki, wiki


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
Forum Jump


All times are GMT +1. The time now is 01:16 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © 2004 - 2010 Digital Car