Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 01-25-2006, 05:48 PM   #31
Constant Bitrate
 
zzachattack2's Avatar
 
Join Date: Oct 2005
Location: Colorado
Posts: 113
zzachattack2 is on a distinguished road
Those plugins arn't "built-in" they are just... plugins. You had the right idea with removing the "plugins" assembly, but i think the error probably has to do with the current skin "requiring" that assembly to be present. Look at the skin.xml file and you'll see how it includes that assembly. I'll modify the program to make the error more apparent that your missing a certain assembly.
zzachattack2 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-25-2006, 06:33 PM   #32
Variable Bitrate
 
cherrybomb's Avatar
 
Join Date: Apr 2005
Location: Southern Califorina
Posts: 233
cherrybomb is on a distinguished road
Quote: Originally Posted by zzachattack2
Those plugins arn't "built-in" they are just... plugins. You had the right idea with removing the "plugins" assembly, but i think the error probably has to do with the current skin "requiring" that assembly to be present. Look at the skin.xml file and you'll see how it includes that assembly. I'll modify the program to make the error more apparent that your missing a certain assembly.

Ahh yes, excellent. I deleted the line refering to that assembly, and I was able to run it without any of those plugins. Of course, the buttons associated with those plugins caused crashes, but that's to be expected.

I think I'm getting the hang of the interface. Thanks for the pointers, and for your efforts.

I've said it again, but I'll repeat it here, I'll be happy to help in any way I can to develop this further, as it's nearly exactly what I wanted to do on my own. :-)
__________________
'99 Ford Explorer Eddie Bauer
CarPC Progress ~= 97%. Everything is installed, and operational. Still need to tweak and tune, and do some "finish" fabrication.
CarPC Project Web Site

SpaceNavigatorDriver SourceForge Project

Check out my blog.
cherrybomb is offline   Reply With Quote
Old 02-02-2006, 07:50 PM   #33
Constant Bitrate
 
zzachattack2's Avatar
 
Join Date: Oct 2005
Location: Colorado
Posts: 113
zzachattack2 is on a distinguished road
havn't had a ton of time to work on it the past few weeks, but I've made some minor updates to bugs and such in the main application, not really any work done on the plugins. Again plese let me know of any bugs you might find.
zzachattack2 is offline   Reply With Quote
Old 02-07-2006, 04:11 PM   #34
Newbie
 
Join Date: Dec 2005
Posts: 10
augieman is on a distinguished road
I'm interested in helping out. I'm very good with C#. How do you plan on doing things like XM, FM, etc?
augieman is offline   Reply With Quote
Old 02-07-2006, 05:33 PM   #35
Constant Bitrate
 
zzachattack2's Avatar
 
Join Date: Oct 2005
Location: Colorado
Posts: 113
zzachattack2 is on a distinguished road
could be incorporated into the media player if i decide, or if anyone else wants to code a plugin for it, then they can certainly do that
zzachattack2 is offline   Reply With Quote
Old 02-07-2006, 05:46 PM   #36
Newbie
 
Join Date: Dec 2005
Posts: 10
augieman is on a distinguished road
are there any samples of XM code talking to the XM Direct? I'd consider doing an XM plugin. How is everybody else coding their XM interfaces?

thanks!
augieman is offline   Reply With Quote
Old 02-21-2006, 07:54 AM   #37
FLAC
 
Join Date: Nov 2003
Location: Marietta, GA
Posts: 1,134
MikeH is on a distinguished road
Any progress on this?
__________________
MikeH
MikeH is offline   Reply With Quote
Old 03-06-2006, 03:52 AM   #38
Constant Bitrate
 
Join Date: Mar 2005
Location: Wiesbaden/Germany
Posts: 213
FMode is on a distinguished road
we talked lots about a good plugin-concept...

but there is already one (to be detailed: it kicks *** ) - in Centrafuse !!!
(so check it out!)
FMode is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-08-2006, 02:11 PM   #39
Constant Bitrate
 
zzachattack2's Avatar
 
Join Date: Oct 2005
Location: Colorado
Posts: 113
zzachattack2 is on a distinguished road
sorry again havn't had a whole lot of time to work on it because of work and recovering from surgery on my arm. but i'll let you know when there are updates
zzachattack2 is offline   Reply With Quote
Old 03-20-2006, 08:28 PM   #40
Constant Bitrate
 
zzachattack2's Avatar
 
Join Date: Oct 2005
Location: Colorado
Posts: 113
zzachattack2 is on a distinguished road
So I finally had some time to work on it, and finally....... the mostly documented API! So check out... http://67.190.105.16:3969/Debug.rar for the file which includes the executables, the documentation, and example code for simple plugins. Later I will put together some guides and tutorials along with the API for the final SDK but here's what I have now.
zzachattack2 is offline   Reply With Quote
Old 03-21-2006, 03:13 AM   #41
Newbie
 
Join Date: Mar 2005
Posts: 4
markfind is on a distinguished road
zzachattack2, why your frontend doesn't become an open source project on gotdotnet or source forge so we can all collaborate and contribute?

Marco
markfind is offline   Reply With Quote
Old 03-22-2006, 12:00 AM   #42
Constant Bitrate
 
zzachattack2's Avatar
 
Join Date: Oct 2005
Location: Colorado
Posts: 113
zzachattack2 is on a distinguished road
Its not going to be open source.... as of now.

Anyways today i finished up the complete xml-object and object-xml engine for skinning. So skin parsing is complete as well, as writing to a skin file (for use in the skin editor similar to visual studio forms designer, which is in the works right now).
zzachattack2 is offline   Reply With Quote
Old 03-23-2006, 03:14 AM   #43
Newbie
 
Join Date: Mar 2005
Posts: 4
markfind is on a distinguished road
skins compatibility

Will skins be comaptible with roadrunner skins?

Marco
markfind is offline   Reply With Quote
Old 04-05-2006, 12:48 AM   #44
Constant Bitrate
 
zzachattack2's Avatar
 
Join Date: Oct 2005
Location: Colorado
Posts: 113
zzachattack2 is on a distinguished road
^^No.

Updates are up as well...
zzachattack2 is offline   Reply With Quote
Old 04-11-2006, 01:00 PM   #45
Newbie
 
Join Date: Sep 2005
Posts: 4
YukonSUT is on a distinguished road
Quote: Originally Posted by zzachattack2
Its not going to be open source.... as of now.

Anyways today i finished up the complete xml-object and object-xml engine for skinning. So skin parsing is complete as well, as writing to a skin file (for use in the skin editor similar to visual studio forms designer, which is in the works right now).

Where can we download this? I tried the debug.rar link above and it didn't work.
YukonSUT 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
XUL Frontend.... SFiorito Software & Software Development 2 10-02-2009 12:23 PM
sendMessage from a .Net App ruairi Road Runner 15 09-30-2007 01:32 PM
Destinator 3 Frontend v1.1.3 BETA Ninja Monkey Map Monkey 58 07-19-2005 07:42 AM
Changes with the frontend... Ninja Monkey Map Monkey 80 01-25-2005 07:09 PM
Destinator 3 Frontend v1.1 Ninja Monkey Map Monkey 139 10-25-2004 11:40 PM



All times are GMT -5. The time now is 02:23 PM.


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