WIP one question about the system
#16
sorry i don't see that we change to page #2 continue down



V


V


V
Reply
#17
i want achive run the 'addon browser' button on a settings panel like in the video and charge the same 'addon browser' menu like in a normal xbmc like here http://wiki.xbmc.org/index.php?title=Add-on_manager

all skins but first i'm testing in confluence/confluence lite once i understand and see if the problem is the skin i can modify others, if the problem is the system maybe with anything skin can run

Here is one log, could help:
09:08:58 M: 43724800 DEBUG: ------ Window Init (Settings.xml) ------
09:08:58 M: 43724800 INFO: Loading skin file: Settings.xml
09:08:59 M: 26898432 WARNING: CGUITextureManager::Load - Texture file special://skin/backgrounds/skindefault.jpg (1920 x 1080) is too big! Reloading resized
09:08:59 M: 33374208 DEBUG: JpegIO::Read - Requested minx x miny 720 x 480 - using minx x miny 831 x 415
09:08:59 M: 33386496 DEBUG: JpegIO::Read - Using scale_num of 7, 896 x 448
09:09:02 M: 31993856 DEBUG: CApplication::OnKey: 271 pressed, action is Down
Previous line repeats 4 times.
09:09:04 M: 32518144 DEBUG: CApplication::OnKey: 256 pressed, action is Select
09:09:05 M: 32505856 DEBUG: CApplication::ExecuteXBMCAction : Translating ActivateWindow(AddonBrowser)
09:09:05 M: 32505856 DEBUG: CApplication::ExecuteXBMCAction : To ActivateWindow(AddonBrowser)
09:09:05 M: 32505856 ERROR: Window Translator: Can't find window addonbrowser
09:09:05 M: 32505856 ERROR: Activate/ReplaceWindow called with invalid destination window: AddonBrowser
09:09:08 M: 32518144 DEBUG: CApplication::OnKey: 256 pressed, action is Select
09:09:08 M: 32505856 DEBUG: CApplication::ExecuteXBMCAction : Translating ActivateWindow(AddonBrowser)
09:09:08 M: 32505856 DEBUG: CApplication::ExecuteXBMCAction : To ActivateWindow(AddonBrowser)
09:09:08 M: 32505856 ERROR: Window Translator: Can't find window addonbrowser
09:09:08 M: 32505856 ERROR: Activate/ReplaceWindow called with invalid destination window: AddonBrowser
09:09:17 M: 32518144 DEBUG: CApplication::OnKey: 257 pressed, action is Back
09:09:17 M: 32509952 DEBUG: CGUIWindowManager:TonguereviousWindow: Deactivate
09:09:17 M: 32509952 DEBUG: ------ Window Deinit (Settings.xml) ------
Reply
#18
It is in settings already. In any skin go to settings then addons.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#19
yes, but nothing happens if i push them, don't run, that the button stay was my work i transfered settings.xml and addon browser.xml from 720p folder from the xbmc to skin folder 720p of the xbmc4xbox

what means that "window translator: can't find window addon browser" and "Activate/ReplaceWindow called with invalid destination window: AddonBrowser" what this means?
Reply
#20
Sounds like you have broken your system. Addons works out of the box in xbmc and needs nothing from xbmc4xbox.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#21
are you trying to add the 'addon' button to the confluence skin, it's already there! I don't have Kodi installed yet but I presume it will be like XMBC 13.2 and located either in the system menu or the system submenu. you don't need to copy folders across and where exactly are you copying the 720p folder from?
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
#22
(2014-09-05, 22:55)nickr Wrote: Sounds like you have broken your system. Addons works out of the box in xbmc and needs nothing from xbmc4xbox.

You say system = all the xbmc4xbox? Or only the system folder? The addon browser button only needs the .xml that i mentioned to run?

(2014-09-05, 23:02)Mike_Doc Wrote: are you trying to add the 'addon' button to the confluence skin, it's already there! I don't have Kodi installed yet but I presume it will be like XMBC 13.2 and located either in the system menu or the system submenu. you don't need to copy folders across and where exactly are you copying the 720p folder from?

Thanks for reply bro but im talking about the xbmc4xbox to try to put them button functional there Smile
Reply
#23
If you want help with xbmc4xbox go to their website. This forum does not support xbmc4xbox.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#24
yes i know, but for these i don't say that i want support directly with the xbmc4xbox, i want support for information on how this exactly work, per example: the settings.xml starts and send a "message" to addon browser.xml this will send a "message" to x.dll or y.xml or z.py, and in that form i see the order in my xbmc (windows) and see if all its similar in the other xbmc (xbox) if you like reply to me only these question and all .xml's .py's etc relationed with these function and you can close the topic, and if i have similar questions i contact you by PM.

thank you for all your attention brother Smile good night
Reply
#25
Don't contact me via PM unless you have something private to say.

A skin is basically a menuing/gui description system. Settings.xml contains a number of gui elements, one of which is a button to open the AddonsBrowser.xml window, see for example in one skin I have this:

Code:
<item id="4">
<description>Addons</description>
<label>24001</label>
<onclick>activatewindow(AddonBrowser)</onclick>
</item>

The windows are built into XBMC, just the look is defined by the skin. The XBMC source is on github.

I am still not really sure what you are trying to do, I assume it is to add an addons window to xbmc4xbox. In which case GO ASK THERE!!!
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#26
I already ask there, but nothing reply never and i search in other forums too but its the same, here is the only forum when i have reply

now i understand more or less about it, i will study the settings.xml-gui-addonbrowser.xml communication to try to resolve them thank you for all your time and knowledge, have a nice day bro Smile
Reply

Logout Mark Read Team Forum Stats Members Help
one question about the system0