Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 07-25-2009, 11:39 PM   #1
Newbie
 
Join Date: May 2006
Location: IL.
Posts: 39
AXm77 is on a distinguished road
Exclamation Problems with RevFE

I tested CarPal v 0.33 before and was ok, but I have problems to get RevFE to work.

- I can't play or have listed any songs. I have some mp3's in Music folder (one in root RevFE folder) and musicdir as Music. What else I have to set to get this to work?

- After use "Search" in Audio Player skin and clicking on "OK" on OSK crashing RevFE with error:
"RevFE.exe has encountered a problem and needs to close. bla bla ...."

- In "Fuel counter" on NumOSK I can't correct any mistakes. Cancel just get it back to FC screen, but if I try to enter data again, old mistake is still there. Some Backspace will work.

- How to setup RevFE to work with IG? What are "testSettingOne" and "testSettingTwo" ?

I really like where this FE going but any basic documentation will help a lot.
AXm77 is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 07-26-2009, 02:10 AM   #2
Super Moderator & Wal-Mart Greeter
 
Tidder's Avatar
 
Join Date: Sep 2003
Location: New Mexico, USA
Posts: 3,397
Tidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant future
It's still in beta and a lot of us are working on better documentation. One of the mistakes I made in the beginning is the "Music" folder needs to have music inside of another folder... so Music\folder\song.mp3

Also, thanks for reporting the errors you encounter, you're helping us (and by us I mean Malcom2073) find the problems and iron them out to make this the best front end out there.
__________________
Tidder

Try RevFE
The best frontend I've ever used, period.

Best Quote EVER!!
Quote: Originally Posted by bramlet View Post
I try to search but I usually only find posts where people ask questions and darquepervert tells them to search.

Tidder is offline   Reply With Quote
Old 07-26-2009, 08:18 AM   #3
North of the land of Hey Huns
 
malcom2073's Avatar
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,039
malcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to all
For the music, it needs to be set up as folders as Tidder said. Eg if your music directory is musicdir:
(RevFEFolder)\musicdir\MyPlaylistOne\Songone.mp3
(RevFEFolder)\musicdir\MyPlaylistOne\SongTwo.mp3
(RevFEFolder)\musicdir\MyPlaylistTwo\SongThree.mp3
(RevFEFolder)\musicdir\MyPlaylistTwo\SonFour.mp3

The search function does not properly work, I forgot I left it in the skin sorry about that.

Thanks for the fuel counter issue, That's fixed for the next release now. Edit: If you add this:
Code:
<button> <properties name="backSpaceButton" text="BkSp" fontsize="18" fontcolor="0:0:0" font="Sans" textvalignment="center" texthalignment="center"/> <geometry x="450" y="100" width="100" height="100"/> <function cmd="SingleLineOsk:cmd keypress !Backspace!"/> </button>

in the controls of NumericOSKWindow.xml that will give you a backspace button. Or you can wait for the next release

As for IG, ignore the test settings, they are not used and I will remove them. The default skin is set up to use iGuidance 4, you just have to change the path in the EmbedGPSWindow.xml file in Skins\Default to point to your .exe file and it SHOULD work.

Glad to see that someone is trying to use it. Tidder and I are working on the documentation, it will quite soon become a priority to get that done.
__________________
RevFE - Try it, you just might like it.
Carbon - Next Generation Touchscreen Browser
Come join us on IRC: irc.efnet.net #mp3car
Audiophiles make me chuckle as they pad my wallet.

Last edited by malcom2073; 07-26-2009 at 08:34 AM.
malcom2073 is offline   Reply With Quote
Old 07-26-2009, 10:36 AM   #4
Newbie
 
Join Date: May 2006
Location: IL.
Posts: 39
AXm77 is on a distinguished road
Problem with IG was my installation on D:\.
Still can't get Music to work.
I have now mp3's in RevFE\Music\Mx\Song1.mp3 and Music in settings, and it not working.
Thanks for "Backspace" ;-). I'll put in my skin.
Can I control volume by buttons (vol + and -)?
Keep good work guys! If I get it to work, my next CarPC will have RevFE instead RideRunner.

That is what I working on:

Last edited by AXm77; 07-26-2009 at 10:38 AM.
AXm77 is offline   Reply With Quote
Old 07-26-2009, 10:43 AM   #5
North of the land of Hey Huns
 
malcom2073's Avatar
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,039
malcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to all
Cool looking skin! Are you songs not showing up in the default skin, or in your custom skin?

If you go into your settings.xml, and in the first line set debug="true" instead of debug="false" Then upload your debugoutput log that might help to figure out why your songs aren't showing up.

Volume at the moment is set by value, not buttons. I'll have to add a "up" and "down" in the next version. Currently it's set as:

MediaEngine:media setvolume !value!

where value is 0-100.
__________________
RevFE - Try it, you just might like it.
Carbon - Next Generation Touchscreen Browser
Come join us on IRC: irc.efnet.net #mp3car
Audiophiles make me chuckle as they pad my wallet.
malcom2073 is offline   Reply With Quote
Old 07-26-2009, 10:55 AM   #6
Newbie
 
Join Date: May 2006
Location: IL.
Posts: 39
AXm77 is on a distinguished road
I tested in Default skin and working, so something is wrong with my. One more thing: when I open Media Library and click on Folder (MX in my case) i get back to Main Menu and music stop playing. It is right? I think better is go back to Audio Player.
AXm77 is offline   Reply With Quote
Old 07-26-2009, 11:01 AM   #7
North of the land of Hey Huns
 
malcom2073's Avatar
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,039
malcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to all
Yeah that's correct, you have to manually go back to the audio player. That's the way the skin is designed, it's not meant to really be a usable skin, more of an example .


You have to have a playlistListBox listbox to display all of your playlists. (Example in PlaylistManagerWindow.xml) You can either have the cmd of that playlistbox be "MediaLibrarylaylist set !%LISTBOX-playlistListBox-ITEMTEXT%!" to immediatly set the current playlist to that one when you click it, or set that command to a button and leave the playlistListBox's cmd empty ("")

This allows you to set the "current playlist". Once this is set, it will populate a listbox named currentPlaylistBox (you can see an example in AudioPlayer.xml) with all the current playlist's songs.

Like I said, I'm trying to get together usable documentation on how the skinning system works overall, as well as specifics of different commands.
__________________
RevFE - Try it, you just might like it.
Carbon - Next Generation Touchscreen Browser
Come join us on IRC: irc.efnet.net #mp3car
Audiophiles make me chuckle as they pad my wallet.
malcom2073 is offline   Reply With Quote
Old 07-26-2009, 11:13 AM   #8
Newbie
 
Join Date: May 2006
Location: IL.
Posts: 39
AXm77 is on a distinguished road
Now something interesting : I just copied rest of Default skin (Before I just have Main Menu (modified) and Audio Player (original from Default) in my folder ) and it working. What other screens do I need to make skin working? Or it is something weird??

And Malcom fix link in your signature:
"Invalid Forum specified. If you followed a valid link, please notify the administrator"

Last edited by AXm77; 07-26-2009 at 11:17 AM.
AXm77 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-26-2009, 11:15 AM   #9
North of the land of Hey Huns
 
malcom2073's Avatar
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,039
malcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to all
You need PlaylistManager, Menu, and AudioPlayer for base functionality. Playlistmanager allolws you to view loaded playlists, and select them. Audioplayer allows you to view current playlist songs, and play them. Menu ties them together. Look at the Rev skin for another example of how you can run without a menu.
__________________
RevFE - Try it, you just might like it.
Carbon - Next Generation Touchscreen Browser
Come join us on IRC: irc.efnet.net #mp3car
Audiophiles make me chuckle as they pad my wallet.
malcom2073 is offline   Reply With Quote
Old 07-26-2009, 11:27 AM   #10
Newbie
 
Join Date: May 2006
Location: IL.
Posts: 39
AXm77 is on a distinguished road
Got it. Thanks.
AXm77 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
Flash Problems.... Flash Problems... and MORE Flash Problems!!!!!!! JohnWPB Road Runner 33 03-28-2008 03:18 PM
any known problems running under bootcamp Ryan711 MacCar 11 09-13-2007 04:00 PM
Centrafuse Problems - GPS, Voice Recognition, Freezing kevlar Centrafuse 2 08-13-2007 04:18 PM
Harddrive problems (booting) Axxess General Hardware Discussion 1 05-15-2007 05:13 PM
Dell Inspiron 8200 & Lilliput TS problems? bkpsu LCD/Display 1 08-15-2004 02:55 PM



All times are GMT -5. The time now is 04:17 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