make aeon work on eden
#16
Image
#17
how would i make this skin work on eden
#18
(2012-09-11, 23:00)kipor Wrote: how would i make this skin work on eden

Stop asking. We told you what to do and posting every hour is not gonna help!!!
You made your point now start learn skinning or wait for some one else
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
#19
As others have already said You would take the latest version of it that did work (which I assume was for dharma) and then make the changes that hitcher linked too
#20
Liquidskin76 already mentioned he will work on it once welo is finished.
Phil aswell said that maybe he will work on a lite version of aeon ...
Just be patient mate if you're not ready to learn skinning.
#21
i had a look at the link and i did bits of it but aeon has not got all what that needs you to edit
PHP Code:
<window id="0">
    <
defaultcontrol always="true">300</defaultcontrol>
    <
allowoverlay>yes</allowoverlay>
    <
controls>

    <
control type="label">
        <
description>Force Weather update on load</description>
        <
posx>0</posx>
        <
posy>-100</posy>
        <
label>$INFO[Weather.Conditions]</label>
        <
font>-</font>
    </
control>
    
    <
control type="image" id="87">
            <
texture>-</texture>
            <
visible>Container(300).OnNext Container(300).OnPrevious</visible>
            <
animation effect="fade" time="200">Hidden</animation>
    </
control>
    
    <
control type="image" id="88">
            <
texture>-</texture>
            <
visible>Control.IsVisible(300)</visible>
            <
animation effect="fade" time="300">Hidden</animation>
    </
control>

    <
control type="image" id="89">
            <
texture>-</texture>
            <
visible>Window.Previous(4)</visible>
            <
animation effect="fade" time="300">Hidden</animation>
    </
control>

    <
control type="multiimage">
        <include>
BackgroundVarsGlobal</include>
        <
imagepath background="true">$INFO[Container(300).ListItem.Icon]</imagepath>
    </
control>
    
    <include>
Furniture_HomeNowPlaying</include>
    <include>
Objects_WeatherPopup</include>
    <include>
Furniture_Time</include>
    <include>
Furniture_HomeRSS</include>
    <include>
Submenu</include>
    
    <
control type="group">
        <
posx>0</posx>
        <
posy>0</posy>
        <
width>1280</width>
        <
height>720</height>
        <include>
Conditions_HiddenByAeonAssistant</include>
        <
animation effect="slide" start="0,0" end="0,225" time="400" tween="cubic" easing="inout" condition="Skin.HasSetting(lowermainmenu)">Conditional</animation>
        <include>
Animation_OpenCloseZoom</include>
        <include>
Animation_CommonFade</include>
        
        <
control type="image">
            <
posx>0</posx>
            <
posy>302</posy>
            <
width>1280</width>
            <
height>150</height>
            <
texture>home/homemenu_back.png</texture>
            <include>
Animation_CommonFade</include>
        </
control>

        <
control type="group">
            <
posx>0</posx>
            <
posy>343</posy>
            <
width>1280</width>
            <
height>61</height>
            <
defaultcontrol>300</defaultcontrol>
            <include>
MainMenu</include>
        </
control>
        
        <
control type="image">
            <
posx>0</posx>
            <
posy>302</posy>
            <
width>1280</width>
            <
height>150</height>
            <
texture>home/homemenu_gradient.png</texture>
            <include>
Animation_CommonFade</include>
            <
visible>!Skin.HasSetting(nohomegradient)</visible>
            <
colordiffuse>d0FFFFFF</colordiffuse>
        </
control>        

    </
control>

    <!--<include>
Background_ContextBlack</include>-->
    <include>
Furniture_Debug</include>
    
    </
controls>

</
window


i need to change it to Videos,Files[,return and Videos but it is not in there
#22
Like hitcher said the original AEON is a complicated code mess with includes in includes in includes and you have to follow all the links about 5 deep just too get to the bits you want, so you need to search for and follow all the <include> bits

It really is a bad skin to start learning on
#23
so if i do all what is on the link it will work on eden
#24
The only way to get something done is to do it yourself or politely ask if anyone would be interested repeated posts like this will only get you ignored/thread closed and skinners will just ignore you.
Like Jezz_X says Aeon is a bad skin to start learning on if anything it will probably turn you off coding all together because of the complex code mess.
If you still want to take it upon yourself to get Aeon working do your homework read through the forum link Hitcher gave you all the answers can be found within the forum/wiki you just have to search.

Skinners at the moment are all too busy to help you as creating a skin is no 5 minuet job, in saying that they are more than willing to help someone with any real questions about coding they might have as long as you have tried to find the answer yourself.

I would suggest you look at Hitchers Foundation skin or Confluence and get a better understanding of the skinning engine and stop spamming the thread this area of the forum is for skinners/contributors only.
#25
The Dharma version here is working quite well: http://forum.xbmc.org/showthread.php?tid=107157

You could start using it and when you find a bug, try to solve that bug. If you have read all the documentation and you still can't figure out how to solve that bug, I'm sure people will be more than helpful.
#26
that aeon works on xbmc but how can i make it work on eden what do i have to add or git rid off to make it work well i am good at code know a friend is helping me out so what do i have to do help i did what i had to do on the link on page 1 but aeon is a hard skin to mod so help me out me and my friend will make aeon work the best and find that bug
#27
(2012-09-12, 14:01)kipor Wrote: that aeon works on xbmc but how can i make it work on eden what do i have to add or git rid off to make it work well
You got the notes several times before!
See here: http://forum.xbmc.org/showthread.php?tid=94724

If you don't get it, start here:
http://forum.xbmc.org/showthread.php?tid=94724
and here:
http://wiki.xbmc.org/index.php?title=XBM..._Tutorials
and here:
http://wiki.xbmc.org/index.php?title=XBM...ing_Manual
and here:
http://forum.xbmc.org/showthread.php?tid=94438

mad-max

- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
#28
i know what to do but aeon is not the same as that it is include with in include so the Videos,Files[,return i have to add where do i add it the old one is not there in aeon me and my friend are at a stop he is the best coder and he can not find it
#29
that is because Aeon has very messy and advanced code. nobody will know unless they spend time looking into it. and nobody will help unless you try and get specific and explain your problem/bugs better.

I code on my spare time and I am creating a personal skin (slowly!) but the best advice i can give is just start from scratch and adapt certain elements of design to your skin. It really is not that difficult to learn once you get going.

starting with Aeon code is just going to frustrate you.
#30
Open all XML files in a text editor (Notepad++ seems to be the most used) and CTRL+F to find it.

Logout Mark Read Team Forum Stats Members Help
make aeon work on eden 2