The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Centrafuse > CF FAQs

Reply
 
LinkBack Thread Tools Display Modes
Old 07-18-2005, 10:32 PM   #1
Variable Bitrate
 
anky1's Avatar
 
Join Date: Apr 2005
Location: NJ
Posts: 388
How-To embedding in CENTRAFUSE 1.3

In this short HOW-TO we will embed a program Directly into CF

First we will need 2 things.
-Full path of the .exe to open
-The window name when you open this program

Once you get these 2 items open up your “external.xml” file
(C:\Program Files\Flux Media\CENTRAFUSE\System\External.xml by default)
Choose a button to place this application into (for this how-to we will just use APP1)

It should look like this
Code:
<APP1> <PATH></PATH> <WINDOWNAME></WINDOWNAME> <DISPLAYNAME>App 1</DISPLAYNAME> <PAUSEMUSIC>False</PAUSEMUSIC> <LINECONTROL>NONE</LINECONTROL> <STARTFULLSCREEN>False</STARTFULLSCREEN> </APP1>

Add in your previously compiled data. Also at this point you can rename the button, don’t choose anything to long though or it will not show up correctly. Other options at this point would be to let this application control another LINE, start full screen, or pause Music.

Code:
<APP1> <PATH>C:\program files\GPS\GPS.exe</PATH> <WINDOWNAME>GPS</WINDOWNAME> <DISPLAYNAME>App 1</DISPLAYNAME> <PAUSEMUSIC>GPS</PAUSEMUSIC> <LINECONTROL>NONE</LINECONTROL> <STARTFULLSCREEN>False</STARTFULLSCREEN> </APP1>

Save and close.
Reopen CENTRAFUSE and enjoy
__________________
RIP 1993 civic sedan
RIP 1993 civic Del Sol

Hello! VW Golf 1.8t
anky1 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 07-18-2005, 10:35 PM   #2
Variable Bitrate
 
anky1's Avatar
 
Join Date: Apr 2005
Location: NJ
Posts: 388
this may help for issues with special characters

http://www.mp3car.com/vbulletin/show...3&postcount=12

I will also be posting a more advanced version for embedding more tricky apps such as netstumbler
__________________
RIP 1993 civic sedan
RIP 1993 civic Del Sol

Hello! VW Golf 1.8t
anky1 is offline   Reply With Quote
Old 07-19-2005, 01:30 AM   #3
Low Bitrate
 
Join Date: Aug 2004
Posts: 58
But how about this:

I want to embeed MapMonkey Setup..

How to do this? The path for mapmonkey setup is something like this:

"c:\destinator apps\mapmonkey\mapmonkey.exe" /setup

and i dont know the window name..

Anyone??

EDIT: early in the morning, but will

&quot;c:\destinator apps\mapmonkey\mapmonkey.exe&quot; /setup

work??
TommyTott is offline   Reply With Quote
Old 07-19-2005, 02:29 AM   #4
Maximum Bitrate
 
Frankino's Avatar
 
Join Date: Nov 2004
Location: Italy
Posts: 638
talking about netstumbler?
__________________
Peugeot 206 1.4 HDi

Intel Mini-ITX Mainboard
Celeron 1.2ghz
256mb DDR-2 533
40gig 3.5" HDD
Sb Live 5.1 w/ KXProject Drivers
M2-ATX
8" Lilliput TS LCD

100% installed and working :D
Frankino is offline   Reply With Quote
Old 07-19-2005, 02:54 AM   #5
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
I get this when trying to embed ZSNES
This is a tricky one


Any ideas?
MediaCars embedding had no problem doing ZSNES or Netstumbler
__________________
2004 G35 Coupe project
aoLhaTer is offline   Reply With Quote
Old 07-19-2005, 03:28 AM   #6
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
ZSNES runs in a full-screen mode which might cause problems. SNES9X might work better.
RPM_VR4 is offline   Reply With Quote
Old 07-19-2005, 03:37 AM   #7
Maximum Bitrate
 
Frankino's Avatar
 
Join Date: Nov 2004
Location: Italy
Posts: 638
dscaler does the same
__________________
Peugeot 206 1.4 HDi

Intel Mini-ITX Mainboard
Celeron 1.2ghz
256mb DDR-2 533
40gig 3.5" HDD
Sb Live 5.1 w/ KXProject Drivers
M2-ATX
8" Lilliput TS LCD

100% installed and working :D
Frankino is offline   Reply With Quote
Old 07-19-2005, 06:00 AM   #8
Variable Bitrate
 
anky1's Avatar
 
Join Date: Apr 2005
Location: NJ
Posts: 388
Quote: Originally Posted by aoLhaTer
I get this when trying to embed ZSNES
This is a tricky one


Any ideas?
MediaCars embedding had no problem doing ZSNES or Netstumbler

this has happened with my GPS a few times too... try clicking media and going back it should refit
__________________
RIP 1993 civic sedan
RIP 1993 civic Del Sol

Hello! VW Golf 1.8t
anky1 is offline   Reply With Quote
Old 07-19-2005, 06:05 AM   #9
Variable Bitrate
 
anky1's Avatar
 
Join Date: Apr 2005
Location: NJ
Posts: 388
Quote: Originally Posted by Frankino
talking about netstumbler?

hopefully tonight i'll get to post the adv. version. if you want a headstart... download http://www.autoitscript.com/autoit3/ and an editor http://www.autoitscript.com/autoit3/scite/downloads.php

I will show you how to use this app to get around special situations like variable windownames (timestamp of netstumbler).
__________________
RIP 1993 civic sedan
RIP 1993 civic Del Sol

Hello! VW Golf 1.8t
anky1 is offline   Reply With Quote
Old 07-19-2005, 11:23 PM   #10
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
Cool, snes9x works just fine

The embedding is rather..."loose" though

The embed window doesnt stretch to its max, you can still see the window behind
__________________
2004 G35 Coupe project
aoLhaTer is offline   Reply With Quote
Old 07-20-2005, 02:48 AM   #11
Maximum Bitrate
 
Frankino's Avatar
 
Join Date: Nov 2004
Location: Italy
Posts: 638
Quote: Originally Posted by anky1
hopefully tonight i'll get to post the adv. version. if you want a headstart... download http://www.autoitscript.com/autoit3/ and an editor http://www.autoitscript.com/autoit3/scite/downloads.php

I will show you how to use this app to get around special situations like variable windownames (timestamp of netstumbler).

got it, can you help me now?
__________________
Peugeot 206 1.4 HDi

Intel Mini-ITX Mainboard
Celeron 1.2ghz
256mb DDR-2 533
40gig 3.5" HDD
Sb Live 5.1 w/ KXProject Drivers
M2-ATX
8" Lilliput TS LCD

100% installed and working :D
Frankino is offline   Reply With Quote
Old 07-20-2005, 04:17 AM   #12
C4M
Maximum Bitrate
 
C4M's Avatar
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 823
Quote: Originally Posted by aoLhaTer
Cool, snes9x works just fine

The embedding is rather..."loose" though

<image snipped>

The embed window doesnt stretch to its max, you can still see the window behind

I've noticed that the Media screen behaves in the same way. I guess the question should be "Is this attribute controllable via the XML for the skin?"

C!
__________________
http://carpc.riposte.net
I reserve all rights in connection to each post I author, without exception.
C4M is offline   Reply With Quote
Old 07-20-2005, 04:22 PM   #13
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,994
that's by design for this particular skin... you change that in the skin.xml if you wanted...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 08-02-2005, 06:39 AM   #14
Constant Bitrate
 
Join Date: Apr 2005
Location: County Durham, UK
Posts: 126
Quote: Originally Posted by anky1
Add in your previously compiled data. Also at this point you can rename the button, don’t choose anything to long though or it will not show up correctly. Other options at this point would be to let this application control another LINE, start full screen, or pause Music.

Can you tell me what this means/does please?
mindracing is offline   Reply With Quote
Old 08-11-2005, 08:52 AM   #15
Newbie
 
relidl's Avatar
 
Join Date: Jul 2004
Posts: 34
Yes i'm curious about the <linecontrol> option as well. Does this mean the volume of the application can be adjusted without altering the volume of the music?

I have noticed that when this setting is left at default, when Routis starts giving navigation cues (eg turn right in 1000 feet) the volume of my music rises for the duration of the cue, then drops back down to its previous setting. I would love to be able to get rid of this.
relidl 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 Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Centrafuse 1.3 [beta2] Logos tj!2k4 CF Skins 29 08-01-2005 06:30 AM
Release CENTRAFUSE BETA 2 (1.3) veetid Centrafuse 128 08-01-2005 03:13 AM
Centrafuse 1.3 Bugs rickster CF Bug Reports 330 07-26-2005 07:51 PM
Embedding in 1.3 CavityCr33p Centrafuse 12 07-18-2005 08:16 PM
Embedding FM PLugin into CENTRAFUSE 1.1 camsgs3 DragonBTV's CarPC Plugins 1 01-16-2005 10:55 PM


All times are GMT -5. The time now is 03:39 PM.


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