Kodi Community Forum

Full Version: FileBrowser instead of DialogMediaSource
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, when I'm adding some source I first open DialogMediaSource, then click on "Search" and the XBMC opens FileBrowser correct? I need that when click in "add source" instead of call DialogMediaSource, the XBMC call FileBrowser. It's possible?

I tried to do this in DialogMediaSource.xml. Without success.

The log.
PHP Code:
15:38:54 T:139914766432192    INFOLoading skin fileDialogMediaSource.xmlload typeKEEP_IN_MEMORY
15
:38:54 T:139914766432192   DEBUG: ------ Window Init (DialogMediaSource.xml) ------
15:38:54 T:139914766432192   DEBUGExecuteXBMCAction Translating ActivateWindow(FileBrowser)
15:38:54 T:139914766432192   DEBUGExecuteXBMCAction To ActivateWindow(FileBrowser)
15:38:54 T:139914766432192   DEBUGActivating window ID10126
15
:38:54 T:139914766432192   ERRORUnable to locate window with id 126.  Check skin files
15
:39:01 T:139914766432192   DEBUGProcessMousetrying mouse action leftclick
15
:39:01 T:139914766432192    INFOLoading skin fileFileBrowser.xmlload typeKEEP_IN_MEMORY 
try:
Code:
<onload>SendClick(11)</onload>
in DialogMediaSource.xml
(2014-12-03, 22:35)ronie Wrote: [ -> ]try:
Code:
<onload>SendClick(11)</onload>
in DialogMediaSource.xml

Thanks! It works! Wink