Originally Posted by veetid
![]()
you can't currently use the SDK to modify the existing sections... It's meant to build new plugins...
david
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
Originally Posted by veetid
![]()
you still have access to all the system commands, events, and main text elements... you just can't modify the main applications button actions, except through buttonactions.xml...Originally Posted by 0l33l
david
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
Oh, so it has that support already... coolOriginally Posted by veetid
![]()
just added plugin to plugin communication... for example now my weather plugin can load up the web browser and browse to a url...
david
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
I see you have controls for prev/next song, but how about scan ?
Do you have to load a plugin within CF or can you develop a stand-alone remote control (i-bus interface) using the SDK ?
/M
PREVSONG Load previous song.
NEXTSONG Load next song.
everything you develop with the SDK would be loaded as a plugin, but plugins do not have to have an interface... they are intialized at the start of the application... the SDK could be used to write GUI plugins that have their own sections, GUI plugins that show up on the global NAV, or non graphical plugins that listen for commands or do whatever you can think of...Originally Posted by Maximus
Not sure what you mean by scan... If random is enabled in media and a plugin sends the NEXT song command, it will randomly choose the next song, otherwise it will just go to the next song in the list...
david
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
I'm about to start writing on an I-Bus interface for SAAB (different from BMW's interface even though the bus has the same name) and my initial plan was to write a windows service so that it could be used with other frontends as well.
I have no need for gui, all I need is to be able to control the basics of centrafuse and also be able to read track labels, then I'm happy ;-)
With "scan" I mean the feature when you'd press and hold the "next track" button.
On a side note... will you support the Radio tuners developed here when they're available ?
/M
you should be able to easily do what you want with the SDK... I don't currently have methods for fastforward/rewind... I will look into adding them... The two options for them would be to have it just move a specified amount, or have two functions for each.. A start fastforward/rewind and then a stop...
If the radios developed here provide an SDK, then I will definetly add support...
david
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
Very nice, thank you.Originally Posted by veetid
I'd prefer the fastforward until stop/play over fixed amount.
Is the SDK documentation available offline ?
Last question for now, I promise ;-)
/M
Bookmarks