How Can i make RSS Feed show all the time
#4
Did you use fonts/colours for that skin?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="50">
    <zorder>100</zorder>
    <visible>!Window.IsVisible(startup)</visible>
    <controls>

            <!-- Global RSS -->

            <control type="rss" id="1">
                <left>0</left>
                <bottom>27</bottom>
                <width>FullWidth</width>
                <height>36</height>
                <!-- Pick a font from font.xml -->
                <font>FONT</font>
                <!-- Pick colours from colors/defaults.xml -->
                <textcolor>COLOUR</textcolor>
                <headlinecolor>COLOUR</headlinecolor>
                <titlecolor>COLOUR</titlecolor>
                <urlset>1</urlset>
            </control>

    </controls>

</window>
Reply


Messages In This Thread
RE: How Can i make RSS Feed show all the time - by Hitcher - 2017-06-22, 16:40
Logout Mark Read Team Forum Stats Members Help
How Can i make RSS Feed show all the time0