PDA

View Full Version : Application launcher in Programs menu


klippe
2009-01-05, 00:07
Hi all!

I'd like to put an application launcher to the Programs menu. Use case is:
1. I click Programs
2. I click "Web browser"
3. System starts "Web browser" application.

All I can do now is to put a shortcut to the program's ("Web browser") parent folder. Is it possible to do what I want?

Jezz_X
2009-01-05, 04:31
Its not possible yet per say
you could open up home.xml and try this find in home.xml
<onclick>ActivateWindow(Programs)</onclick>
and replace it with this
<onclick>ActivateWindow(10001,plugin://programs/Launcher/)</onclick>
might work no promisses though but its what favourites use to launch it

Gamester17
2009-01-05, 04:35
See:
http://xbmc.org/forum/showthread.php?t=34399
and:
http://xbmc.org/forum/showthread.php?t=35739

klippe
2009-01-06, 22:03
See:
http://xbmc.org/forum/showthread.php?t=34399
and:
http://xbmc.org/forum/showthread.php?t=35739

Thanks. It's interesting but I'm not sure how to configure this stuff. When I start it I can choose emulator or normal .exe, then there is some directories to choose but I don't know which and why.

As far as I understand this little app should make it possible to run linux, windows and mac applications. Cool but what does that mean to me when I'm using xbmc on xbox? Can I copy, for example, firefox directory from PC to xbox and then launch firefox using this app?

Sorry - I know that I didn't write that I'm on xbox - I assumed that as default ;) I've also written about starting "web browser" - I thought about linksboks.

Gamester17
2009-01-07, 00:24
I assumed you where on a computer (not an Xbox) when you said Web Browser.